aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-0/+19
2009-09-23creds_are_invalid() needs to be exported for use by modules:Randy Dunlap1-0/+1
2009-09-23include/linux/cred.h: fix buildAndrew Morton1-0/+18
2009-09-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-169/+245
2009-09-23walk system ram rangeKAMEZAWA Hiroyuki1-7/+16
2009-09-23procfs: provide stack information for threadsStefani Seibold1-0/+2
2009-09-23lockdep: use new arch_is_kernel_data()Mike Frysinger1-0/+3
2009-09-23kallsyms: use new arch_is_kernel_text()Mike Frysinger1-1/+2
2009-09-23getrusage: fill ru_maxrss valueJiri Pirko3-0/+21
2009-09-23proc connector: add event for process becoming session leaderScott James Remnant1-1/+3
2009-09-23seq_file: constify seq_operationsJames Morris5-7/+7
2009-09-23generic-ipi: make struct call_function_data locklessXiao Guangrong1-21/+8
2009-09-23kmod: fix race in usermodehelper codeNeil Horman1-5/+8
2009-09-23printk: add printk_delay to make messages readable for some scenariosDave Young2-0/+29
2009-09-23printk boot_delay: rename printk_delay_msec to loops_per_msecDave Young1-7/+5
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds4-4/+4
2009-09-22cpuidle: fix the menu governor to boost IO performanceArjan van de Ven1-0/+13
2009-09-22nommu: add support for Memory Protection Units (MPU)Bernd Schmidt1-0/+5
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro1-0/+2
2009-09-22oom: move oom_killer_enable()/oom_killer_disable to where they belongAlexey Dobriyan1-0/+1
2009-09-22mm: also use alloc_large_system_hash() for the PID hash tableJan Beulich1-11/+4
2009-09-22mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich1-1/+1
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli1-0/+1
2009-09-22ksm: fix oom deadlockHugh Dickins1-1/+0
2009-09-22ksm: the mm interface to ksmHugh Dickins1-1/+7
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro1-0/+11
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan1-2/+2
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-09-21net: fix CONFIG_NET=n build on sparc64Andrew Morton1-0/+1
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds10-1263/+1262
2009-09-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-129/+181
2009-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-49/+73
2009-09-21Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds10-1078/+217
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-21trivial: Fix duplicated word "options" in commentUwe Kleine-Koenig1-1/+1
2009-09-21trivial: fix typo "to to" in multiple filesAnand Gadiyar1-1/+1
2009-09-21trivial: Correct print_tainted routine name in commentRobert P. J. Day1-1/+1
2009-09-21perf: Tidy up after the big renameIngo Molnar1-2/+2
2009-09-21microblaze: Enable GCOV_PROFILE_ALLMichal Simek1-1/+1
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar10-1249/+1249
2009-09-21perf_counter: Rename 'event' to event_id/hw_eventIngo Molnar1-13/+13
2009-09-21perf_counter: Rename list_entry -> group_entry, counter_list -> group_listIngo Molnar1-36/+35
2009-09-21sched: Simplify sys_sched_rr_get_interval() system callPeter Williams4-16/+42
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6Linus Torvalds1-2/+0
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2-59/+6
2009-09-20Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-486/+291
2009-09-20sched: Fix potential NULL derference of doms_curYong Zhang1-1/+1
2009-09-20kernel/profile.c: Switch /proc/irq/prof_cpu_mask to seq_fileAlexey Dobriyan1-21/+24
2009-09-20sched: Fix raciness in runqueue_is_locked()Andrew Morton2-9/+9
2009-09-20tracing: Export trace_profile_buf symbolsPeter Zijlstra1-1/+4