summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2007-07-19Freezer: use __set_current_state in refrigeratorRafael J. Wysocki-1/+1
2007-07-19Freezer: avoid freezing kernel threads prematurelyRafael J. Wysocki-31/+36
2007-07-19Hibernation: prepare to enter the low power stateRafael J. Wysocki-2/+13
2007-07-19swsusp: fix hibernation code orderingRafael J. Wysocki-7/+7
2007-07-19swsusp: introduce restore platform operationsRafael J. Wysocki-19/+72
2007-07-19swsusp: remove code duplication between disk.c and user.cRafael J. Wysocki-170/+115
2007-07-19swsusp: remove incorrect code from user.cRafael J. Wysocki-13/+4
2007-07-19PM: Do not require dev spew to get PM_DEBUGBen Collins-5/+12
2007-07-19freezer: run show_state() when freezing times outAndrew Morton-0/+1
2007-07-19mm: fault feedback #2Nick Piggin-8/+13
2007-07-18PM: Remove deprecated sysfs filesAlan Stern-12/+0
2007-07-18usermodehelper: Tidy up waitingJeremy Fitzhardinge-13/+18
2007-07-18Add common orderly_poweroff()Jeremy Fitzhardinge-0/+68
2007-07-18usermodehelper: split setup from executionJeremy Fitzhardinge-56/+135
2007-07-17kernel/auditfilter: kill bogus uninit'd-var compiler warningJeff Garzik-8/+4
2007-07-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds-2/+17
2007-07-17destroy_workqueue() can livelockOleg Nesterov-6/+5
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo-17/+17
2007-07-17proper prototype for proc_nr_files()Adrian Bunk-3/+1
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan-0/+8
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan-0/+11
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov-2/+3
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki-12/+14
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter-2/+2
2007-07-17Allow huge page allocations to use GFP_HIGH_MOVABLEMel Gorman-0/+8
2007-07-16[HRTIMER] Fix cpu pointer arg to clockevents_notify()David Miller-1/+1
2007-07-16Remove duplicate comments from sysctl.cLinus Torvalds-8/+0
2007-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds-9/+18
2007-07-16kernel/printk.c: document possible deadlock against schedulerJiri Kosina-0/+3
2007-07-16modules: remove modlist_lockRusty Russell-21/+15
2007-07-16make cancel_xxx_work_sync() return a booleanOleg Nesterov-14/+27
2007-07-16rename cancel_rearming_delayed_work() to cancel_delayed_work_sync()Oleg Nesterov-3/+3
2007-07-16is_power_of_2: kernel/kfifo.cvignesh babu-1/+2
2007-07-16make seccomp zerocost in scheduleAndrea Arcangeli-0/+3
2007-07-16move seccomp from /proc to a prctlAndrea Arcangeli-0/+34
2007-07-16sprint_symbol() cleanupAndrew Morton-6/+5
2007-07-16sysctl.c: add text telling people to use CTL_UNNUMBEREDAndrew Morton-1/+20
2007-07-16FUTEX: Tidy up the codeThomas Gleixner-85/+74
2007-07-16sys_time() speedupIngo Molnar-8/+24
2007-07-16namespace: ensure clone_flags are always stored in an unsigned longEric W. Biederman-5/+5
2007-07-16diskquota: 32bit quota tools on 64bit architecturesVasily Tarasov-0/+1
2007-07-16kerneldoc fix in audit_core_dumpsHenrik Kretzschmar-1/+1
2007-07-16add a kmem_cache for nsproxy objectsCedric Le Goater-4/+17
2007-07-16fix create_new_namespaces() return valueCedric Le Goater-13/+26
2007-07-16user namespace: add unshareSerge E. Hallyn-4/+49
2007-07-16user namespace: add the frameworkCedric Le Goater-13/+66
2007-07-16remove CONFIG_UTS_NS and CONFIG_IPC_NSCedric Le Goater-16/+3
2007-07-16Audit: add TTY input auditingMiloslav Trmac-12/+93
2007-07-16Improve behaviour of spurious IRQ detectAlan Cox-1/+11
2007-07-16taskstats: add context-switch countersMaxim Uvarov-0/+4