index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
(
follow
)
Commit message (
Expand
)
Author
Age
...
*
|
|
|
|
|
Fix race between cat /proc/slab_allocators and rmmod
Alexey Dobriyan
2007-05-08
*
|
|
|
|
|
Fix race between cat /proc/*/wchan and rmmod et al
Alexey Dobriyan
2007-05-08
*
|
|
|
|
|
Fix race between rmmod and cat /proc/kallsyms
Alexey Dobriyan
2007-05-08
*
|
|
|
|
|
Simplify module_get_kallsym() by dropping length arg
Alexey Dobriyan
2007-05-08
*
|
|
|
|
|
Kprobes: print details of kretprobe on assertion failure
Ananth N Mavinakayanahalli
2007-05-08
*
|
|
|
|
|
kdump/kexec: calculate note size at compile time
Simon Horman
2007-05-08
*
|
|
|
|
|
remove artificial software max_loop limit
Ken Chen
2007-05-08
*
|
|
|
|
|
add touch_all_softlockup_watchdogs()
Jeremy Fitzhardinge
2007-05-08
*
|
|
|
|
|
Move timekeeping code to timekeeping.c
john stultz
2007-05-08
*
|
|
|
|
|
time: SMP friendly alignment of struct clocksource
Eric Dumazet
2007-05-08
*
|
|
|
|
|
<linux/sysdev.h> needs to include <linux/module.h>
Ralf Baechle
2007-05-08
*
|
|
|
|
|
Add a new deferrable delayed work init
Venki Pallipadi
2007-05-08
*
|
|
|
|
|
Add support for deferrable timers
Venki Pallipadi
2007-05-08
*
|
|
|
|
|
parport->dev driver model support
David Brownell
2007-05-08
*
|
|
|
|
|
Delete unused header file linux/awe_voice.h
Robert P. J. Day
2007-05-08
*
|
|
|
|
|
make remove_inode_dquot_ref() static
Adrian Bunk
2007-05-08
*
|
|
|
|
|
Remove do_sync_file_range()
Mark Fasheh
2007-05-08
*
|
|
|
|
|
move die notifier handling to common code
Christoph Hellwig
2007-05-08
*
|
|
|
|
|
tty: introduce no_tty and use it in selinux
Eric W. Biederman
2007-05-08
*
|
|
|
|
|
enlarge console.name
Andrew Morton
2007-05-08
*
|
|
|
|
|
futex: get_futex_key, get_key_refs and drop_key_refs
Rusty Russell
2007-05-08
*
|
|
|
|
|
cyclades: remove custom types
Klaus Kudielka
2007-05-08
*
|
|
|
|
|
fix cyclades.h for x86_64 (and probably others)
Klaus Kudielka
2007-05-08
*
|
|
|
|
|
Kprobes: Make kprobe.symbol_name const
Ananth N Mavinakayanahalli
2007-05-08
*
|
|
|
|
|
VFS: delay the dentry name generation on sockets and pipes
Eric Dumazet
2007-05-08
*
|
|
|
|
|
Fix race between proc_get_inode() and remove_proc_entry()
Alexey Dobriyan
2007-05-08
*
|
|
|
|
|
add filesystem subtype support
Miklos Szeredi
2007-05-08
*
|
|
|
|
|
init dma masks in pnp_dev
David Brownell
2007-05-08
*
|
|
|
|
|
Merge sys_clone()/sys_unshare() nsproxy and namespace handling
Badari Pulavarty
2007-05-08
*
|
|
|
|
|
IRQ: add __must_check to request_irq
Monakhov Dmitriy
2007-05-08
*
|
|
|
|
|
reiserfs: shrink superblock if no xattrs
Alexey Dobriyan
2007-05-08
*
|
|
|
|
|
Fix compilation of drivers with -O0
Michal Schmidt
2007-05-08
*
|
|
|
|
|
init/do_mounts.c: proper prepare_namespace() prototype
Adrian Bunk
2007-05-08
*
|
|
|
|
|
use use SEEK_MAX to validate user lseek arguments
Chris Snook
2007-05-08
*
|
|
|
|
|
Fix constant folding and poor optimization in byte swapping code
Trent Piepho
2007-05-08
*
|
|
|
|
|
reduce size of task_struct on 64-bit machines
William Cohen
2007-05-08
*
|
|
|
|
|
simplify the stacktrace code
Christoph Hellwig
2007-05-08
*
|
|
|
|
|
Factor outstanding I/O error handling
Guillaume Chazarain
2007-05-08
*
|
|
|
|
|
mm: move common segment checks to separate helper function
Dmitriy Monakhov
2007-05-08
*
|
|
|
|
|
Increase slab redzone to 64bits
David Woodhouse
2007-05-08
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge branch 'server-cluster-locking-api' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2007-05-07
|
\
\
\
\
\
|
*
|
|
|
|
lockd: pass cookie in nlmsvc_testlock
Marc Eshel
2007-05-06
|
*
|
|
|
|
lockd: save lock state on deferral
Marc Eshel
2007-05-06
|
*
|
|
|
|
locks: add fl_grant callback for asynchronous lock return
Marc Eshel
2007-05-06
|
*
|
|
|
|
locks: add lock cancel command
Marc Eshel
2007-05-06
|
*
|
|
|
|
locks: allow {vfs,posix}_lock_file to return conflicting lock
Marc Eshel
2007-05-06
|
*
|
|
|
|
locks: factor out generic/filesystem switch from setlock code
Marc Eshel
2007-05-06
|
*
|
|
|
|
locks: factor out generic/filesystem switch from test_lock
J. Bruce Fields
2007-05-06
|
*
|
|
|
|
locks: give posix_test_lock same interface as ->lock
Marc Eshel
2007-05-06
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
Linus Torvalds
2007-05-07
|
\
\
\
\
\
\
[prev]
[next]