aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-17NOMMU: Optimise away the {dac_,}mmap_min_addr testsDavid Howells1-0/+2
2009-12-16[sysctl] Fix breakage on systems with older glibcAndi Kleen1-0/+7
2009-12-16Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+9
2009-12-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds12-219/+183
2009-12-16Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-7/+21
2009-12-16Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-0/+122
2009-12-16perf events: Allow per-task-per-cpu countersPeter Zijlstra1-4/+7
2009-12-16kexec: premit reduction of the reserved memory sizeAmerigo Wang2-0/+80
2009-12-16pid: reduce code size by using a pointer to iterate over arrayAndré Goddard Rosa1-3/+2
2009-12-16pid: tighten pidmap spinlock critical section by removing kfree()André Goddard Rosa1-3/+4
2009-12-16signals: check ->group_stop_count after tracehook_get_signal()Oleg Nesterov1-5/+4
2009-12-16signals: kill force_sig_specific()Oleg Nesterov1-6/+0
2009-12-16signals: cosmetic, collect_signal: use SI_USEROleg Nesterov1-1/+1
2009-12-16signals: send_signal: use si_fromuser() to detect from_ancestor_nsOleg Nesterov1-3/+2
2009-12-16signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER()Oleg Nesterov1-3/+13
2009-12-16ptrace: copy_process() should disable steppingOleg Nesterov1-2/+3
2009-12-16memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki1-0/+4
2009-12-16const: constify remaining pipe_buf_operationsAlexey Dobriyan2-3/+3
2009-12-16timecompare: fix half-Y2K38 problem in timecompare_update while calculating offsetBarry Song1-1/+1
2009-12-15perf_events: Fix perf_event_attr layoutPeter Zijlstra1-1/+1
2009-12-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds41-712/+717
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa1-5/+3
2009-12-15vt: introduce and use vt_kmsg_redirect() functionBernhard Walle1-4/+3
2009-12-15kernel/sys.c: fix "warning: do-while statement is not a compound statement" noiseH Hartley Sweeten1-4/+4
2009-12-15generic-ipi: cleanup for generic_smp_call_function_interrupt()Xiao Guangrong1-2/+1
2009-12-15'sysctl_max_map_count' should be non-negativeAmerigo Wang1-1/+2
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyLee Schermerhorn1-2/+13
2009-12-15bsdacct: fix uid/gid misreportingAlexey Dobriyan1-1/+2
2009-12-15perf_event: Fix incorrect range check on cpu numberPaul Mackerras1-1/+1
2009-12-15tracing: Fix return of trace_dump_stack()Steven Rostedt1-1/+1
2009-12-15module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=yRusty Russell1-7/+21
2009-12-14clockevents: Convert to raw_spinlockThomas Gleixner3-38/+38
2009-12-14clockevents: Make tick_device_lock staticThomas Gleixner2-2/+1
2009-12-14perf_event: Convert to raw_spinlockThomas Gleixner2-55/+55
2009-12-14hrtimers: Convert to raw_spinlocksThomas Gleixner3-36/+37
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner10-108/+108
2009-12-14smp: Convert smplocks to raw_spinlocksThomas Gleixner1-16/+16
2009-12-14rtmutes: Convert rtmutex.lock to raw_spinlockThomas Gleixner2-27/+27
2009-12-14sched: Convert pi_lock to raw_spinlockThomas Gleixner6-59/+59
2009-12-14sched: Convert cpupri lock to raw_spinlockThomas Gleixner2-6/+6
2009-12-14sched: Convert rt_runtime_lock to raw_spinlockThomas Gleixner2-37/+37
2009-12-14sched: Convert rq->lock to raw_spinlockThomas Gleixner5-103/+106
2009-12-14plist: Make plist debugging raw_spinlock awareThomas Gleixner1-3/+3
2009-12-14locking: Cleanup the name space completelyThomas Gleixner1-96/+96
2009-12-14locking: Further name space cleanupsThomas Gleixner2-7/+7
2009-12-14locking: Implement new raw_spinlockThomas Gleixner3-23/+25
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner9-51/+51
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner6-10/+10
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner6-18/+18
2009-12-14locking: Reorder functions in spinlock.cThomas Gleixner1-123/+123