lockd: convert nsm_mutex to a spinlock
[safe/jmp/linux-2.6] / kernel /
2008-04-23 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-04-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-22 Al Viro[PATCH] get rid of __exit_files(), __exit_fs() and...
2008-04-22 Randy Dunlapkernel-doc: fix sched.c missing parameter
2008-04-22 YOSHIFUJI Hideakitime: Export set_normalized_timespec.
2008-04-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-21 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/pci-2.6
2008-04-21 Roland McGrathptrace: compat_ptrace_request siginfo
2008-04-21 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2008-04-21 Linus TorvaldsMerge branch 'semaphore' of git://git./linux/kernel...
2008-04-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-04-21 Pavel Machektrivial: small cleanups
2008-04-21 Thomas Gleixnerhrtimer: optimize the softirq time optimization
2008-04-21 Dimitri Sivanichhrtimer: reduce calls to hrtimer_get_softirq_time()
2008-04-21 Glauber Costaclockevents: fix typo in tick-broadcast.c
2008-04-21 Ivan KokshayskyPCI: clean up resource alignment management
2008-04-19 Ingo Molnarsched: build fix
2008-04-19 Ingo Molnarsched: features fix
2008-04-19 Peter Zijlstrasched: /debug/sched_features
2008-04-19 Ingo Molnarsched: add SCHED_FEAT_DEADLINE
2008-04-19 Peter Zijlstrasched: debug: show a weight tree
2008-04-19 Peter Zijlstrasched: fair: weight calculations
2008-04-19 Peter Zijlstrasched: fair-group: de-couple load-balancing from the...
2008-04-19 Peter Zijlstrasched: fair-group scheduling vs latency
2008-04-19 Peter Zijlstrasched: rt-group: optimize dequeue_rt_stack
2008-04-19 Peter Zijlstrasched: debug: add some debug code to handle the full...
2008-04-19 Peter Zijlstrasched: fair-group: SMP-nice for group scheduling
2008-04-19 Hidetoshi Setosched, cpuset: customize sched domains, core
2008-04-19 Peter Zijlstrasched: prepatory code movement
2008-04-19 Peter Zijlstrasched: rt: multi level group constraints
2008-04-19 Peter Zijlstrasched: task_group hierarchy
2008-04-19 Peter Zijlstrasched: fix the task_group hierarchy for UID grouping
2008-04-19 Dhaval Gianisched: allow the group scheduler to have multiple levels
2008-04-19 Dhaval Gianisched: mix tasks and groups
2008-04-19 Ingo Molnarsched: fix checks
2008-04-19 Peter Zijlstrasched: old sleeper bonus
2008-04-19 Mike Travissched: add new set_cpus_allowed_ptr function
2008-04-19 Mike Travisinit: move setup of nr_cpu_ids to as early as possible
2008-04-19 Mike Travissched: remove another cpumask_t variable from stack
2008-04-19 Mike Traviscpumask: use new cpus_scnprintf function
2008-04-19 Mike Traviscpumask: reduce stack usage in SD_x_INIT initializers
2008-04-19 Mike Travisnodemask: use new node_to_cpumask_ptr function
2008-04-19 Mike Travisgeneric: reduce stack pressure in sched_affinity
2008-04-19 Mike Traviscpuset: modify cpuset_set_cpus_allowed to use cpumask...
2008-04-19 Mike Travisgeneric: use new set_cpus_allowed_ptr function
2008-04-19 Mike Travissched: remove fixed NR_CPUS sized arrays in kernel_sched_c
2008-04-19 Mike Traviscpumask: Cleanup more uses of CPU_MASK and NODE_MASK
2008-04-19 Gregory Haskinssched: fix cpus_allowed settings
2008-04-19 Dhaval Gianisched: allow cpuacct stats to be reset
2008-04-19 Dhaval Gianisched: cleanup cpuacct variable names
2008-04-19 Olof Johanssontasklets: execute tasklets in the same order they were...
2008-04-19 Peter Zijlstrasched: rt-group: smp balancing
2008-04-19 Peter Zijlstrasched: rt-group: synchonised bandwidth period
2008-04-19 Peter Zijlstrasched: fix regression with sched yield
2008-04-19 Dmitry Adamushkolatencytop: optimize LT_BACKTRACEDEPTH loops a bit
2008-04-19 Ingo Molnarsched: remove sysctl_sched_batch_wakeup_granularity
2008-04-19 Ingo Molnarsched: reenable sync wakeups
2008-04-19 Ingo Molnarsched: cache hot buddy
2008-04-19 Ingo Molnarsched: feat affine wakeups
2008-04-19 Ingo Molnarsched: introduce SCHED_FEAT_SYNC_WAKEUPS, turn it off
2008-04-19 Peter Zijlstrasched: fix wakeup granularity for buddies
2008-04-19 Guillaume Chazarainsched: fix rq->clock overflows detection with CONFIG_NO_HZ
2008-04-19 Reynes Philippesched: sched.c needs tick.h
2008-04-19 Ingo Molnarsched: make cpu_clock() globally synchronous
2008-04-19 Ingo Molnarsched: re-do "sched: fix fair sleepers"
2008-04-19 Suresh Siddhax86: fpu xstate split fix
2008-04-19 Suresh Siddhax86, fpu: split FPU state from task struct - v5
2008-04-19 Thomas Gleixnerx86: tsc prevent time going backwards
2008-04-19 Erik Bosmangeneric, x86: add prctl commands PR_GET_TSC and PR_SET_TSC
2008-04-19 Matthew Wilcoxkernel: Remove unnecessary inclusions of asm/semaphore.h
2008-04-18 Ahmed S. DarwishAudit: Final renamings and cleanup
2008-04-18 Ahmed S. DarwishSELinux: use new audit hooks, remove redundant exports
2008-04-18 Ahmed S. DarwishAudit: internally use the new LSM audit hooks
2008-04-18 Ahmed S. DarwishAudit: use new LSM hooks instead of SELinux exports
2008-04-18 Linus TorvaldsMerge git://git./linux/kernel/git/tglx/linux-2.6-hrt
2008-04-18 Linus TorvaldsMerge git://git./linux/kernel/git/mingo/linux-2.6-kgdb
2008-04-18 Linus TorvaldsMerge branch 'semaphore' of git://git./linux/kernel...
2008-04-18 Linus TorvaldsMerge branch 'for-linus' of git://git390.osdl.marist...
2008-04-18 Roland McGrathptrace_signal subroutine
2008-04-18 Li Zefancgroup: fix a race condition in manipulating tsk->cg_list
2008-04-17 Jason Wesselkgdb: always use icache flush for sw breakpoints
2008-04-17 Jason Wesselkgdb: fix SMP NMI kgdb_handle_exception exit race
2008-04-17 Jason Wesselkgdb: fix several kgdb regressions
2008-04-17 Jason Wesselkgdb: fix optional arch functions and probe_kernel_*
2008-04-17 Jason Wesselkgdb: add x86 HW breakpoints
2008-04-17 Jason Wesselkgdb: print breakpoint removed on exception
2008-04-17 Jason Wesselkgdb: clocksource watchdog
2008-04-17 Jason Wesselkgdb: core
2008-04-17 Matthew WilcoxImprove semaphore documentation
2008-04-17 Matthew WilcoxSimplify semaphore implementation
2008-04-17 Matthew WilcoxAdd down_timeout and change ACPI to use it
2008-04-17 Matthew WilcoxIntroduce down_killable()
2008-04-17 Matthew WilcoxGeneric semaphore implementation
2008-04-17 Andi Kleenclocksource: make clocksource watchdog cycle through...
2008-04-17 Karsten Wieseclockevents: optimise tick_nohz_stop_sched_tick() a bit
2008-04-17 Oleg Nesterovhrtimers: simplify lockdep handling
2008-04-17 Oleg Nesterovtimers: simplify lockdep handling
2008-04-17 WANG Congposix-timers: fix shadowed variables
2008-04-17 Pavel Machektimer_list: add annotations to workqueue.c
2008-04-17 Thomas Gleixnerhrtimer: use nanosleep specific restart_block fields
next