summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-12-16[sysctl] Fix breakage on systems with older glibcAndi Kleen
2009-12-16Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2009-12-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-12-16Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds
2009-12-16Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2009-12-16perf events: Allow per-task-per-cpu countersPeter Zijlstra
2009-12-16kexec: premit reduction of the reserved memory sizeAmerigo Wang
2009-12-16pid: reduce code size by using a pointer to iterate over arrayAndré Goddard Rosa
2009-12-16pid: tighten pidmap spinlock critical section by removing kfree()André Goddard Rosa
2009-12-16signals: check ->group_stop_count after tracehook_get_signal()Oleg Nesterov
2009-12-16signals: kill force_sig_specific()Oleg Nesterov
2009-12-16signals: cosmetic, collect_signal: use SI_USEROleg Nesterov
2009-12-16signals: send_signal: use si_fromuser() to detect from_ancestor_nsOleg Nesterov
2009-12-16signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER()Oleg Nesterov
2009-12-16ptrace: copy_process() should disable steppingOleg Nesterov
2009-12-16memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki
2009-12-16const: constify remaining pipe_buf_operationsAlexey Dobriyan
2009-12-16timecompare: fix half-Y2K38 problem in timecompare_update while calculating o...Barry Song
2009-12-15perf_events: Fix perf_event_attr layoutPeter Zijlstra
2009-12-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa
2009-12-15vt: introduce and use vt_kmsg_redirect() functionBernhard Walle
2009-12-15kernel/sys.c: fix "warning: do-while statement is not a compound statement" n...H Hartley Sweeten
2009-12-15generic-ipi: cleanup for generic_smp_call_function_interrupt()Xiao Guangrong
2009-12-15'sysctl_max_map_count' should be non-negativeAmerigo Wang
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyLee Schermerhorn
2009-12-15bsdacct: fix uid/gid misreportingAlexey Dobriyan
2009-12-15perf_event: Fix incorrect range check on cpu numberPaul Mackerras
2009-12-15tracing: Fix return of trace_dump_stack()Steven Rostedt
2009-12-15module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=yRusty Russell
2009-12-14clockevents: Convert to raw_spinlockThomas Gleixner
2009-12-14clockevents: Make tick_device_lock staticThomas Gleixner
2009-12-14perf_event: Convert to raw_spinlockThomas Gleixner
2009-12-14hrtimers: Convert to raw_spinlocksThomas Gleixner
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner
2009-12-14smp: Convert smplocks to raw_spinlocksThomas Gleixner
2009-12-14rtmutes: Convert rtmutex.lock to raw_spinlockThomas Gleixner
2009-12-14sched: Convert pi_lock to raw_spinlockThomas Gleixner
2009-12-14sched: Convert cpupri lock to raw_spinlockThomas Gleixner
2009-12-14sched: Convert rt_runtime_lock to raw_spinlockThomas Gleixner
2009-12-14sched: Convert rq->lock to raw_spinlockThomas Gleixner
2009-12-14plist: Make plist debugging raw_spinlock awareThomas Gleixner
2009-12-14locking: Cleanup the name space completelyThomas Gleixner
2009-12-14locking: Further name space cleanupsThomas Gleixner
2009-12-14locking: Implement new raw_spinlockThomas Gleixner
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner
2009-12-14locking: Reorder functions in spinlock.cThomas Gleixner
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds