index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-28
fsnotify: send fsnotify_mark to groups in event handling functions
Eric Paris
2
-6
/
+10
2010-07-28
fsnotify: store struct file not struct path
Eric Paris
1
-2
/
+2
2010-07-28
sysctl extern cleanup: inotify
Dave Young
1
-3
/
+3
2010-07-28
dnotify: move dir_notify_enable declaration
Alexey Dobriyan
1
-0
/
+1
2010-07-28
fsnotify: split generic and inode specific mark code
Eric Paris
2
-7
/
+7
2010-07-28
fanotify: sys_fanotify_mark declartion
Eric Paris
1
-0
/
+1
2010-07-28
fanotify: fanotify_init syscall declaration
Eric Paris
1
-0
/
+3
2010-07-28
fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()
Andreas Gruenbacher
2
-7
/
+0
2010-07-28
fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_mark
Eric Paris
2
-10
/
+10
2010-07-28
fsnotify: rename fsnotify_mark_entry to just fsnotify_mark
Eric Paris
3
-13
/
+13
2010-07-28
fsnotify: put inode specific fields in an fsnotify_mark in a union
Eric Paris
1
-8
/
+8
2010-07-28
fsnotify: include vfsmount in should_send_event when appropriate
Eric Paris
2
-2
/
+4
2010-07-28
fsnotify: drop mask argument from fsnotify_alloc_group
Eric Paris
2
-2
/
+2
2010-07-28
Audit: only set group mask when something is being watched
Eric Paris
1
-2
/
+9
2010-07-28
fsnotify: fsnotify_obtain_group should be fsnotify_alloc_group
Eric Paris
2
-3
/
+3
2010-07-28
fsnotify: remove group_num altogether
Eric Paris
2
-3
/
+2
2010-07-28
fsnotify: include data in should_send calls
Eric Paris
2
-2
/
+2
2010-07-28
fsnotify: provide the data type to should_send_event
Eric Paris
2
-2
/
+4
2010-07-28
inotify: remove inotify in kernel interface
Eric Paris
1
-1
/
+0
2010-07-28
Audit: audit watch init should not be before fsnotify init
Eric Paris
1
-1
/
+1
2010-07-28
Audit: split audit watch Kconfig
Eric Paris
2
-3
/
+16
2010-07-28
audit: reimplement audit_trees using fsnotify rather than inotify
Eric Paris
2
-106
/
+132
2010-07-28
fsnotify: allow addition of duplicate fsnotify marks
Eric Paris
1
-1
/
+1
2010-07-28
audit: do not get and put just to free a watch
Eric Paris
3
-31
/
+5
2010-07-28
audit: redo audit watch locking and refcnt in light of fsnotify
Eric Paris
1
-40
/
+5
2010-07-28
audit: convert audit watches to use fsnotify instead of inotify
Eric Paris
1
-60
/
+148
2010-07-28
Audit: clean up the audit_watch split
Eric Paris
5
-67
/
+60
2010-07-27
dynamic debug: move ddebug_remove_module() down into free_module()
Jason Baron
1
-1
/
+3
2010-07-21
sysrq,kdb: Use __handle_sysrq() for kdb's sysrq function
Jason Wessel
1
-2
/
+1
2010-07-21
debug_core,kdb: fix kgdb_connected bit set in the wrong place
Jason Wessel
1
-1
/
+1
2010-07-21
Fix merge regression from external kdb to upstream kdb
Jason Wessel
1
-0
/
+1
2010-07-21
repair gdbstub to match the gdbserial protocol specification
Jason Wessel
1
-6
/
+3
2010-07-21
kdb: break out of kdb_ll() when command is terminated
Martin Hicks
1
-0
/
+3
2010-07-19
kmemleak: Add support for NO_BOOTMEM configurations
Catalin Marinas
1
-0
/
+6
2010-07-04
module: initialize module dynamic debug later
Yehuda Sadeh
1
-8
/
+15
2010-07-02
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-10
/
+10
2010-07-01
sched: Cure nr_iowait_cpu() users
Peter Zijlstra
2
-10
/
+10
2010-06-30
futex: futex_find_get_task remove credentails check
Michal Hocko
1
-13
/
+4
2010-06-29
kexec: fix Oops in crash_shrink_memory()
Pavan Naregundi
1
-3
/
+4
2010-06-28
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+3
2010-06-28
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+3
2010-06-28
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-59
/
+65
2010-06-28
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+1
2010-06-28
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-0
/
+11
2010-06-25
sched: Prevent compiler from optimising the sched_avg_update() loop
Will Deacon
1
-0
/
+6
2010-06-23
sched: silence PROVE_RCU in sched_fork()
Peter Zijlstra
1
-0
/
+9
2010-06-23
rcu: apply RCU protection to wake_affine()
Daniel J Blueman
1
-0
/
+2
2010-06-18
sched: Fix over-scheduling bug
Alex,Shi
1
-3
/
+0
2010-06-17
nohz: Fix nohz ratelimit
Peter Zijlstra
1
-4
/
+1
2010-06-12
Merge branch 'bugzilla-13931-sleep-nvs' into release
Len Brown
4
-17
/
+24
[next]