[patch 2/3] vfs: dcache cleanups
[safe/jmp/linux-2.6] / kernel /
2008-06-20 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2008-06-19 Bharath Ravisched, delay accounting: fix incorrect delay time when...
2008-06-19 Jason Wesselsoftlockup: fix NMI hangs due to lock race - 2.6.26...
2008-06-19 Steven Rostedtrcupreempt: remove export of rcu_batches_completed_bh
2008-06-19 Li Zefancpuset: limit the input of cpuset.sched_relax_domain_level
2008-06-19 Max Krasnyanskysched: CPU hotplug events must not destroy scheduler...
2008-06-19 Peter Zijlstrasched: rt-group: fix RR buglet
2008-06-19 Peter Zijlstrasched: rt-group: heirarchy aware throttle
2008-06-19 Peter Zijlstrasched: rt-group: fix hierarchy
2008-06-19 Dario Faggiolisched: NULL pointer dereference while setting sched_rt_...
2008-06-17 Rabin Vincentsched: fix defined-but-unused warning
2008-06-13 Masami Hiramatsukprobes: fix error checking of batch registration
2008-06-12 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2008-06-12 Lai Jiangshansched: 64-bit: fix arithmetics overflow
2008-06-12 Lai Jiangshansched: fair group: fix overflow(was: fix divide by...
2008-06-10 Oleg Nesterovsched: fix TASK_WAKEKILL vs SIGKILL race
2008-06-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-06-06 Lai Jiangshancpusets: fix bug when adding nonexistent cpu or mem
2008-06-04 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2008-05-31 Andrew G. Morgancapabilities: remain source compatible with 32-bit...
2008-05-29 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2008-05-29 Ingo MolnarMerge commit 'linus/master' into sched-fixes-for-linus
2008-05-29 Mike Galbraithsched: stop wake_affine from causing serious imbalance
2008-05-29 Peter Zijlstrasched: fix sched_clock_cpu()
2008-05-29 Ingo Molnarrevert ("sched: fair-group: SMP-nice for group scheduling")
2008-05-29 Ingo Molnarsched: cleanup
2008-05-29 Adrian Bunkshow_schedstat(): fix memleak
2008-05-29 Roel Kluinsched: unite unlikely pairs in rt_policy() and schedule...
2008-05-29 Ingo Molnarrevert ("sched: fair: weight calculations")
2008-05-28 Harvey Harrisonkgdb: use common ascii helpers and put_unaligned_be32...
2008-05-28 Tom Zanussisplice: fix sendfile() issue with relay
2008-05-26 Oleg Nesterovposix timers: discard SI_TIMER signals on exec
2008-05-26 Oleg Nesterovposix timers: sigqueue_free: don't free sigqueue if...
2008-05-24 Cedric Le Goatercgroups: remove node_ prefix_from ns subsystem
2008-05-24 Shi Weihuasys_prctl(): fix return of uninitialized value
2008-05-24 Oleg Nesterovsignals: fix sigqueue_free() vs __exit_signal() race
2008-05-23 Christian Borntraegerstop_machine: make stop_machine_run more virtualization...
2008-05-23 Denis V. Lunevmodules: proper cleanup of kobject without CONFIG_SYSFS
2008-05-23 Cyrill Gorcunovmodule loading ELF handling: use SELFMAG instead of...
2008-05-19 Linus TorvaldsMerge branch 'audit.b51' of git://git./linux/kernel...
2008-05-17 Paul E. McKenney[PATCH] list_for_each_rcu must die: audit
2008-05-17 Andrew Morton[patch 1/1] audit_send_reply(): fix error-path memory...
2008-05-16 Al Viro[PATCH] avoid multiplication overflows and signedness...
2008-05-16 Al Viro[PATCH] dup_fd() fixes, part 1
2008-05-15 Harvey Harrisonlib: create common ascii hex array
2008-05-15 Mirco Tischlercgroups: fix compile warning
2008-05-11 Linus TorvaldsAdd new 'cond_resched_bkl()' helper function
2008-05-11 Linus TorvaldsBKL: revert back to the old spinlock implementation
2008-05-11 Linus TorvaldsRevert "semaphore: fix"
2008-05-09 Rusty Russellmodule: don't ignore vermagic string if module doesn...
2008-05-09 Rusty Russellmodule: be more picky about allowing missing module...
2008-05-08 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-05-08 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2008-05-08 Paul MenageFix cpuset sched_relax_domain_level control file
2008-05-08 Mike Galbraithsched: fix weight calculations
2008-05-08 Ingo Molnarsemaphore: fix
2008-05-08 Jens AxboeRevert "relay: fix splice problem"
2008-05-05 Peter Zijlstrasched: add optional support for CONFIG_HAVE_UNSTABLE_SC...
2008-05-05 Ingo Molnarsched: fix cpu clock
2008-05-05 Miao Xiesched: fair-group: fix a Div0 error of the fair group...
2008-05-05 Heiko Carstenssched: fix missing locking in sched_domains code
2008-05-05 Ingo Molnarsched: make clock sync tunable by architecture code
2008-05-05 Mike Galbraithsched: fix debugging
2008-05-05 David Simnersched: fix sched_info_switch not being called according...
2008-05-05 Peter Zijlstrasched: fix hrtick_start_fair and CPU-Hotplug
2008-05-05 Gregory Haskinssched: fix SCHED_FAIR wake-idle logic error
2008-05-05 Gregory Haskinssched: fix RT task-wakeup logic
2008-05-05 Harvey Harrisonsched: add statics, don't return void expressions
2008-05-05 Andrew Mortonsched: add debug checks to idle functions
2008-05-05 Harvey Harrisonsched: make rt_sched_class, idle_sched_class static
2008-05-05 Peter Zijlstrasched: optimize calc_delta_mine()
2008-05-05 Peter Zijlstrasched: fix normalized sleeper
2008-05-05 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2008-05-05 Eric SesterhennRemoval of FUTEX_FD
2008-05-05 Harvey Harrisonkgdb: fix signedness mixmatches, add statics, add decla...
2008-05-05 Linus TorvaldsMake forced module loading optional
2008-05-03 Linus TorvaldsMerge git://git./linux/kernel/git/tglx/linux-2.6-hrt
2008-05-03 Heiko Carstensclocksource: allow read access to available/current_clo...
2008-05-03 Heiko Carstensclocksource: Fix permissions for available_clocksource
2008-05-03 Oliver Hartkopphrtimer: remove duplicate helper function
2008-05-02 H. Peter AnvinMake constants in kernel/timeconst.h fixed 64 bits
2008-05-02 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-05-02 Thomas Gleixnergenirq: reenable a nobody cared disabled irq when a...
2008-05-01 Christoph Hellwigmake generic sys_ptrace unconditional
2008-05-01 Al Viro[PATCH] split linux/file.h
2008-05-01 Linus TorvaldsMerge git://git./linux/kernel/git/rusty/linux-2.6-for...
2008-05-01 Andrew Liuworkqueue: remove redundant function invocation
2008-05-01 Michael Ellermankexec: make extended crashkernel= syntax less confusing
2008-05-01 Roman Zippelntp: handle leap second via timer
2008-05-01 Roman Zippelntp: remove current_tick_length()
2008-05-01 Roman Zippelntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFT
2008-05-01 Roman Zippelntp: support for TAI
2008-05-01 Roman Zippelntp: increase time_offset resolution
2008-05-01 Roman Zippelntp: increase time_freq resolution
2008-05-01 Roman Zippelntp: NTP4 user space bits update
2008-05-01 Roman Zippelntp: cleanup ntp.c
2008-05-01 Roman Zippelremove div_long_long_rem
2008-05-01 Roman Zippelrename div64_64 to div64_u64
2008-05-01 Roman Zippelconvert a few do_div users
2008-05-01 Christian BorntraegerFix cpu hotplug problem in softirq code
next