aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt4-12/+12
2007-07-19[PATCH] sched: implement cpu_clock(cpu) high-speed time sourceIngo Molnar1-0/+17
2007-07-19[PATCH] sched: fix the all pinned logic in load_balance_newidle()Suresh Siddha1-2/+4
2007-07-19[PATCH] sched: fix newly idle load balance in case of SMTSuresh Siddha1-3/+5
2007-07-19kernel/sysctl.c: finish off the warning commentsAndrew Morton1-1/+4
2007-07-19lguest: the host codeRusty Russell1-1/+0
2007-07-19lguest: export symbols for lguest as a moduleRusty Russell1-0/+1
2007-07-19timer.c: cleanup recently introduced whitespace damageThomas Gleixner1-12/+12
2007-07-19timekeeping: fixup shadow variable argumentThomas Gleixner1-2/+2
2007-07-19lockdep debugging: give stacktrace for init_errorJohannes Berg1-2/+11
2007-07-19lockstat: better class name representationPeter Zijlstra1-1/+23
2007-07-19lockstat: measure lock bouncingPeter Zijlstra3-20/+39
2007-07-19lockdep: various fixesPeter Zijlstra2-10/+17
2007-07-19lockstat: hook into spinlock_t, rwlock_t, rwsem and mutexPeter Zijlstra3-18/+26
2007-07-19lockstat: human readability tweaksPeter Zijlstra2-0/+310
2007-07-19lockstat: core infrastructurePeter Zijlstra2-0/+269
2007-07-19lockdep: reduce the ifdefferyPeter Zijlstra2-543/+630
2007-07-19lockdep: sanitise CONFIG_PROVE_LOCKINGPeter Zijlstra2-3/+14
2007-07-19Add /sys/kernel/notesRoland McGrath1-0/+28
2007-07-19kernel/relay.c: make functions staticAdrian Bunk1-7/+6
2007-07-19coredump masking: add an interface for core dump filterKawai, Hidehiro1-0/+2
2007-07-19coredump masking: reimplementation of dumpable using two flagsKawai, Hidehiro2-13/+13
2007-07-19coredump masking: bound suid_dumpable sysctlKawai, Hidehiro1-1/+5
2007-07-19mm: variable length argument supportOllie Wild1-1/+1
2007-07-19audit: rework execve auditPeter Zijlstra2-21/+74
2007-07-19use the new percpu interface for shared dataFenghua Yu1-1/+1
2007-07-19jprobes: make jprobes a little safer for usersMichael Ellerman1-0/+9
2007-07-19PM: Integrate beeping flag with existing acpi_sleep flagsPavel Machek2-24/+1
2007-07-19PM: Optional beeping during resume from suspend to RAMNigel Cunningham1-0/+23
2007-07-19PM: Introduce pm_power_off_prepareRafael J. Wysocki1-0/+9
2007-07-19PM: Reduce code duplication between main.c and user.cRafael J. Wysocki3-78/+62
2007-07-19PM: prevent frozen user mode helpers from failing the freezing of tasksRafael J. Wysocki1-10/+68
2007-07-19PM: disable usermode helper before hibernation and suspendRafael J. Wysocki1-1/+30
2007-07-19PM: introduce hibernation and suspend notifiersRafael J. Wysocki4-7/+39
2007-07-19Freezer: remove redundant check in try_to_freeze_tasksRafael J. Wysocki1-1/+1
2007-07-19Freezer: return int from freeze_processesRafael J. Wysocki1-12/+9
2007-07-19Freezer: use __set_current_state in refrigeratorRafael J. Wysocki1-1/+1
2007-07-19Freezer: avoid freezing kernel threads prematurelyRafael J. Wysocki2-31/+36
2007-07-19Hibernation: prepare to enter the low power stateRafael J. Wysocki1-2/+13
2007-07-19swsusp: fix hibernation code orderingRafael J. Wysocki1-7/+7
2007-07-19swsusp: introduce restore platform operationsRafael J. Wysocki4-19/+72
2007-07-19swsusp: remove code duplication between disk.c and user.cRafael J. Wysocki3-170/+115
2007-07-19swsusp: remove incorrect code from user.cRafael J. Wysocki1-13/+4
2007-07-19PM: Do not require dev spew to get PM_DEBUGBen Collins1-5/+12
2007-07-19freezer: run show_state() when freezing times outAndrew Morton1-0/+1
2007-07-19mm: fault feedback #2Nick Piggin1-8/+13
2007-07-18PM: Remove deprecated sysfs filesAlan Stern1-12/+0
2007-07-18usermodehelper: Tidy up waitingJeremy Fitzhardinge3-13/+18
2007-07-18Add common orderly_poweroff()Jeremy Fitzhardinge2-0/+68
2007-07-18usermodehelper: split setup from executionJeremy Fitzhardinge1-56/+135