Merge commit 'v2.6.34-rc6'
[safe/jmp/linux-2.6] / kernel /
2010-04-24 Andreas Schwabkernel/sys.c: fix compat uname machine
2010-04-21 David HowellsCRED: Fix a race in creds_are_invalid() in credentials...
2010-04-20 David HowellsCRED: Fix double free in prepare_usermodehelper_creds...
2010-04-19 Paul E. McKenneyrcu: Make RCU lockdep check the lockdep_recursion variable
2010-04-10 Jiri SlabyPM / Hibernate: user.c, fix SNAPSHOT_SET_SWAP_AREA...
2010-04-08 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2010-04-07 KAMEZAWA Hiroyukimm: avoid null-pointer deref in sync_mm_rss()
2010-04-06 Linus TorvaldsMerge branch 'irq-core-for-linus' of git://git./linux...
2010-04-06 Anton Blanchardsched: Fix sched_getaffinity()
2010-04-06 Nick PigginFix up possibly racy module refcounting
2010-04-05 Eric Parisaudit: preface audit printk with audit
2010-04-05 Linus TorvaldsMerge branch 'slabh' of git://git./linux/kernel/git...
2010-04-05 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-04-05 Tejun HeoMerge branch 'master' into export-slabh
2010-04-04 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2010-04-04 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2010-04-04 Linus TorvaldsMerge branch 'tracing-fixes-for-linus' of git://git...
2010-04-03 Frederic Weisbeckerperf: Always build the stub perf_arch_fetch_caller_regs...
2010-04-03 Linus TorvaldsMerge branch 'kgdb-fixes' of git://git./linux/kernel...
2010-04-03 Linus TorvaldsMerge branch 'pm-fixes' of git://git./linux/kernel...
2010-04-02 Jason Wesselkgdb: Turn off tracing while in the debugger
2010-04-02 Jason Wesselkgdb: use atomic_inc and atomic_dec instead of atomic_set
2010-04-02 Jason Wesselkgdb: eliminate kgdb_wait(), all cpus enter the same way
2010-04-02 Jason Wesselkgdb: have ebin2mem call probe_kernel_write once
2010-04-02 Oleg Nesterovsched: set_cpus_allowed_ptr(): Don't use rq->migration_...
2010-04-02 Mike Galbraithsched: Fix proc_sched_set_task()
2010-04-02 Mike Galbraithperf: Fix 'perf sched record' deadlock
2010-04-02 Ingo MolnarMerge branch 'perf/urgent' of git://git./linux/kernel...
2010-04-01 Frederic Weisbeckerperf: Use hot regs with software sched switch/migrate...
2010-04-01 Frederic Weisbeckerperf: Correctly align perf event tracing buffer
2010-03-31 Thomas Gleixnergenirq: Force MSI irq handlers to run with interrupts...
2010-03-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-30 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-30 Mathieu DesnoyersCRED: Fix memory leak in error handling
2010-03-29 Julia Lawallring-buffer: Add missing unlock
2010-03-29 Li Zefantracing: Fix lockdep warning in global_clock()
2010-03-29 Ian Campbellx86: Do not free zero sized per cpu areas
2010-03-29 David HowellsSLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_...
2010-03-29 Dave Airlieslow-work: use get_ref wrapper instead of directly...
2010-03-29 Tejun Heopercpu, module: implement and use is_kernel/module_perc...
2010-03-29 Tejun Heomodule: encapsulate percpu handling better and record...
2010-03-26 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-26 Matt HelsleyFreezer: Fix buggy resume test for tasks frozen with...
2010-03-26 Xiaotian FengFreezer: Only show the state of tasks refusing to freeze
2010-03-26 Linus TorvaldsMerge branch 'timers-fixes-for-linus' of git://git...
2010-03-26 Linus TorvaldsMerge branch 'tracing-fixes-for-linus' of git://git...
2010-03-26 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2010-03-26 Linus TorvaldsMerge branch 'irq-fixes-for-linus' of git://git./linux...
2010-03-26 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2010-03-24 Miao Xiecpuset: alloc nodemask_t on the heap rather than the...
2010-03-24 Miao Xiecpuset: fix the problem that cpuset_mem_spread_node...
2010-03-24 Li Zefancgroups: remove duplicate include
2010-03-24 Henrik Kretzschmargenirq: Move two IRQ functions from .init.text to ...
2010-03-24 Thomas Gleixnergenirq: Protect access to irq_desc->action in can_reque...
2010-03-23 Bjorn Helgaasresources: add interfaces that return conflict information
2010-03-23 John Stultztime: Fix accumulation bug triggered by long delay.
2010-03-21 Colin Ian Kingsoftlockup: Stop spurious softlockup messages due to...
2010-03-19 Steven Rostedtring-buffer: Do 8 byte alignment for 64 bit that can...
2010-03-18 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2010-03-17 Frederic Weisbeckerperf: Fix unexported generic perf_arch_fetch_caller_regs
2010-03-17 KOSAKI Motohirosched: Use proper type in sched_getaffinity()
2010-03-16 Andrew Mortonkernel/sched.c: Suppress unused var warning
2010-03-16 Paul E. McKenneyrcu: Make rcu_read_lock_bh_held() allow for disabled BH
2010-03-15 KOSAKI Motohirosched: sched_getaffinity(): Allow less than NR_CPUS...
2010-03-13 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2010-03-13 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git./linux...
2010-03-13 Linus TorvaldsMerge branch 'tracing-fixes-for-linus' of git://git...
2010-03-13 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git./linux...
2010-03-13 Steven Rostedttracing: Do not record user stack trace from NMI context
2010-03-13 Steven Rostedttracing: Disable buffer switching when starting or...
2010-03-13 Steven Rostedttracing: Use same local variable when resetting the...
2010-03-13 Steven Rostedtfunction-graph: Init curr_ret_stack with ret_stack
2010-03-13 Lai Jiangshanring-buffer: Move disabled check into preempt disable...
2010-03-13 Linus TorvaldsMerge branch 'timers-fixes-for-linus' of git://git...
2010-03-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-03-12 Dave Youngsysctl extern cleanup: lockdep
2010-03-12 Dave Youngsysctl extern cleanup: rtmutex
2010-03-12 Dave Youngsysctl extern cleanup: acct
2010-03-12 Dave Youngsysctl extern cleanup: sg
2010-03-12 Dave Youngsysctl extern cleanup: module
2010-03-12 Dave Youngsysctl extern cleanup: rcu
2010-03-12 Dave Youngsysctl extern cleanup: signal
2010-03-12 Dave Youngsysctl extern cleanup: C_A_D
2010-03-12 Alexey Dobriyannsproxy: remove INIT_NSPROXY()
2010-03-12 Oleg Nesterovpid_ns: zap_pid_ns_processes: use SEND_SIG_NOINFO inste...
2010-03-12 Veaceslav Falicocopy_signal() cleanup: clean thread_group_cputime_init()
2010-03-12 Veaceslav Falicocopy_signal() cleanup: kill taskstats_tgid_init() and...
2010-03-12 Veaceslav Falicocopy_signal() cleanup: use zalloc and remove initializa...
2010-03-12 Kirill A. Shutemovcgroups: remove events before destroying subsystem...
2010-03-12 Kirill A. Shutemovcgroups: fix race between userspace and kernelspace
2010-03-12 Kirill A. Shutemovcgroup: implement eventfd-based generic API for notific...
2010-03-12 Li Zefancgroups: clean up cgroup_pidlist_find() a bit
2010-03-12 Ben Blumcgroups: blkio subsystem as module
2010-03-12 Ben Blumcgroups: subsystem module unloading
2010-03-12 Ben Blumcgroups: subsystem module loading interface
2010-03-12 Ben Blumcgroups: revamp subsys array
2010-03-12 Daisuke Nishimuracgroup: introduce coalesce css_get() and css_put()
2010-03-12 Daisuke Nishimuracgroup: introduce cancel_attach()
2010-03-12 Christoph HellwigAdd generic sys_olduname()
next