aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-20kexec: fix crash_save_vmcoreinfo_init build problemLuck, Tony1-0/+1
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds26-1344/+4711
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds9-230/+298
2008-10-20Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds23-660/+778
2008-10-20byteorder: remove direct includes of linux/byteorder/swab[b].hHarvey Harrison1-1/+1
2008-10-20byteorder: remove direct includes of linux/byteorder/swab[b].hHarvey Harrison1-1/+1
2008-10-20kdump: add vmlist.addr to vmcoreinfo for x86 vmalloc translation.Ken'ichi Ohmichi1-0/+2
2008-10-20kthread_bind: use wait_task_inactive(TASK_UNINTERRUPTIBLE)Oleg Nesterov1-3/+2
2008-10-20make ptrace_untrace() staticAdrian Bunk1-1/+1
2008-10-20cpuset: use seq_*mask_* to print masksLai Jiangshan1-8/+4
2008-10-20cpuset.c: remove extra variableRakib Mullick1-3/+2
2008-10-20cgroups: convert tasks file to use a seq_file with shared pid arrayPaul Menage1-83/+139
2008-10-20cgroups: fix probable race with put_css_set[_taskexit] and find_css_setLai Jiangshan2-25/+22
2008-10-20kernel/configs.c: remove useless commentsWANG Cong1-9/+0
2008-10-20container freezer: rename check_if_frozen()Matt Helsley1-4/+8
2008-10-20container freezer: make freezer state names less genericMatt Helsley1-28/+28
2008-10-20container freezer: prevent frozen tasks or cgroups from changingMatt Helsley1-17/+26
2008-10-20container freezer: skip frozen cgroups during power management resumeMatt Helsley1-0/+3
2008-10-20container freezer: implement freezer cgroup subsystemMatt Helsley5-3/+401
2008-10-20container freezer: make refrigerator always availableMatt Helsley4-116/+126
2008-10-20vmscan: unevictable LRU scan sysctlLee Schermerhorn1-0/+10
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linusThomas Gleixner72-1687/+2748
2008-10-20timer_list: add base address to clock baseThomas Gleixner1-1/+2
2008-10-20timer_list: print cpu number of clockevents deviceThomas Gleixner1-3/+7
2008-10-20timer_list: print real timer addressThomas Gleixner1-3/+4
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2-0/+13
2008-10-17NOHZ: restart tick device from irq_enter()Thomas Gleixner3-8/+38
2008-10-17NOHZ: split tick_nohz_restart_sched_tick()Thomas Gleixner1-22/+27
2008-10-17NOHZ: unify the nohz function calls in irq_enter()Thomas Gleixner2-8/+15
2008-10-17softirq: Add support for triggering softirq work on softirqs.David S. Miller1-0/+129
2008-10-16Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+3
2008-10-16Fix kernel/softirq.c printk format warning properlyLinus Torvalds1-1/+1
2008-10-16Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-16/+73
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+32
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-1/+1
2008-10-16make kprobes.c:kretprobe_table_lock() staticAdrian Bunk1-1/+1
2008-10-16resources: tidy __request_region()Bjorn Helgaas1-20/+21
2008-10-16Configure out AIO supportThomas Petazzoni2-0/+7
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan2-19/+15
2008-10-16compat: generic compat get/settimeofdayChristoph Hellwig1-0/+58
2008-10-16Add kerneldoc documentation for new printk format extensionsAndi Kleen1-0/+2
2008-10-16taint: fix kernel-docRandy Dunlap1-15/+15
2008-10-16Remove Andrew Morton's old email accountsFrancois Cami2-2/+2
2008-10-16kernel/kallsyms.c: fix double returnWANG Cong1-1/+0
2008-10-16kernel/sys.c: improve code generationAndrew Morton1-8/+12
2008-10-16utsname: completely overwrite prior informationVegard Nossum1-2/+4
2008-10-16profiling: dynamically enable readprofile at runtimeDave Hansen2-10/+66
2008-10-16rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITYAdam Tkac1-4/+12
2008-10-16Make the taint flags reliableAndi Kleen4-63/+81
2008-10-16Kconfig: eliminate "def_bool n" constructsJan Beulich1-1/+0