summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-12-01slow-work: Fix build bug in the !CONFIG_MODULES caseIngo Molnar
2009-12-01Merge remote branch 'sysctl/master'Stephen Rothwell
2009-12-01Merge remote branch 'workqueues/for-next'Stephen Rothwell
2009-12-01Merge remote branch 'percpu/for-next'Stephen Rothwell
2009-12-01Merge remote branch 'tip/auto-latest'Stephen Rothwell
2009-12-01Merge remote branch 'limits/writable_limits'Stephen Rothwell
2009-12-01Merge remote branch 'catalin/for-next'Stephen Rothwell
2009-12-01Merge remote branch 'fsnotify/for-next'Stephen Rothwell
2009-12-01Merge remote branch 'suspend/linux-next'Stephen Rothwell
2009-12-01Merge remote branch 'trivial/for-next'Stephen Rothwell
2009-12-01Merge remote branch 'security-testing/next'Stephen Rothwell
2009-12-01Merge remote branch 'kgdb/kgdb-next'Stephen Rothwell
2009-12-01Merge branch 'quilt/rr'Stephen Rothwell
2009-12-01Merge remote branch 'mtd/master'Stephen Rothwell
2009-12-01Merge remote branch 'net/master'Stephen Rothwell
2009-12-01Merge remote branch 'kvm/linux-next'Stephen Rothwell
2009-12-01Merge remote branch 'kbuild/for-next'Stephen Rothwell
2009-12-01Merge remote branch 'pci/linux-next'Stephen Rothwell
2009-11-30PM: export the PM runtime workqueueAlan Stern
2009-11-30tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-11-30core: Add kernel message dumper to call on oopses and panicsSimon Kagstrom
2009-11-30cpumask:avoid-deref-in-timer_listRusty Russell
2009-11-30cpumask:kernel_perf_event-deprecated-functionRusty Russell
2009-11-30param:kernel_param_lockRusty Russell
2009-11-30param:params-are-constRusty Russell
2009-11-30param:use-free-hook-for-charpRusty Russell
2009-11-30param:add-free-hookRusty Russell
2009-11-30param:param_opsRusty Russell
2009-11-30param:neaten-param.c-exportsRusty Russell
2009-11-29PM / Hibernate: Swap, use KERN_CONTJiri Slaby
2009-11-29PM / Hibernate: Shift remaining code from swsusp.c to hibernate.cNigel Cunningham
2009-11-29PM / Hibernate: Move swap functions to kernel/power/swap.c.Nigel Cunningham
2009-11-29PM: Measure suspend and resume times for individual devicesRafael J. Wysocki
2009-11-29PM: Add facility for advanced testing of async suspend/resumeRafael J. Wysocki
2009-11-29PM: Measure device suspend and resume timesRafael J. Wysocki
2009-11-29PM: Add a switch for disabling/enabling asynchronous suspend/resumeRafael J. Wysocki
2009-11-29PM / freezer: Don't get over-anxious while waitingTejun Heo
2009-11-28Merge branches 'core/iommu', 'core/softlockup', 'perf/core', 'timers/hpet', '...Ingo Molnar
2009-11-27core: rename setrlimit to do_setrlimitJiri Slaby
2009-11-27core: do security check under task_lockJiri Slaby
2009-11-27trace_kprobes: Don't output zero offsetLai Jiangshan
2009-11-27trace_kprobes: Always show group nameLai Jiangshan
2009-11-27trace_kprobes: Fix memory leakLai Jiangshan
2009-11-27trace_syscalls: Add syscall nr fieldLai Jiangshan
2009-11-27hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsFrederic Weisbecker
2009-11-27hw-breakpoints: Use struct perf_event_attr to define user breakpointsFrederic Weisbecker
2009-11-27softlockup: Fix hung_task_check_count sysctlAnton Blanchard
2009-11-26Merge branches 'perf/core', 'perf/mce', 'sched/core', 'timers/core', 'tracing...Ingo Molnar
2009-11-26perf_events: Fix read() bogus counts when in error stateStephane Eranian
2009-11-26sched, time: Define nsecs_to_jiffies()Hidetoshi Seto