aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-18sysctl: Error on bad sysctl tablesEric W. Biederman3-1/+1563
2007-10-18sysctl: remove the cad_pid binary sysctl pathEric W. Biederman1-1/+0
2007-10-18sysctl: simplify the pty sysctl logicEric W. Biederman1-11/+0
2007-10-18sysctl: remove the binary interface for aio-nr, aio-max-nr, acpi_video_flagsEric W. Biederman1-3/+0
2007-10-18sysctl: remove binary sysctl support where it clearly doesn't workEric W. Biederman1-7/+0
2007-10-18sysctl: Factor out sysctl_data.Eric W. Biederman1-20/+46
2007-10-18sysctl core: Stop using the unnecessary ctl_table typedefEric W. Biederman1-57/+57
2007-10-18cpu hotplug: cpu: deliver CPU_UP_CANCELED only to NOTIFY_OKed callbacks with CPU_UP_PREPAREAkinobu Mita1-0/+2
2007-10-18param_sysfs_builtin memchr argument fixDave Young1-1/+7
2007-10-18Fix discrepancy between VDSO based gettimeofday() and sys_gettimeofday().Tony Breeds1-0/+2
2007-10-18Remove struct task_struct::io_waitAlexey Dobriyan1-1/+0
2007-10-18Hibernation: Enter platform hibernation state in a consistent wayRafael J. Wysocki1-17/+46
2007-10-18Hibernation: Check if ACPI is enabled during restore in the right placeRafael J. Wysocki3-35/+57
2007-10-18Hibernation: Arbitrary boot kernel support - generic codeRafael J. Wysocki2-19/+54
2007-10-18serial: turn serial console suspend a boot rather than compile time optionAndres Salomon2-13/+14
2007-10-18freezer: measure freezing timeRafael J. Wysocki1-3/+15
2007-10-18freezer: be more verboseRafael J. Wysocki1-6/+9
2007-10-18unexport pm_power_off_prepareAdrian Bunk1-1/+0
2007-10-18freezer: do not send signals to kernel threadsRafael J. Wysocki2-34/+74
2007-10-18freezer: prevent new tasks from inheriting TIF_FREEZE setRafael J. Wysocki1-0/+1
2007-10-18freezer: do not sync filesystems from freeze_processesRafael J. Wysocki4-1/+14
2007-10-18PM: Rename hibernation_ops to platform_hibernation_opsRafael J. Wysocki1-2/+2
2007-10-18PM: Rework struct hibernation_opsRafael J. Wysocki1-6/+21
2007-10-18PM: Make suspend_ops staticRafael J. Wysocki1-1/+1
2007-10-18PM: Rework struct platform_suspend_opsRafael J. Wysocki1-9/+3
2007-10-18PM: Rename struct pm_ops and related thingsRafael J. Wysocki1-17/+17
2007-10-18make kernel/power/main.c:suspend_enter() staticAdrian Bunk1-1/+1
2007-10-18hrtimer: hook compat_sys_nanosleep up to high res timer codeAnton Blanchard1-46/+11
2007-10-18hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easierAnton Blanchard2-16/+30
2007-10-18sched: reduce schedstat variable overhead a bitKen Chen3-16/+14
2007-10-18sched: add KERN_CONT annotationIngo Molnar1-11/+11
2007-10-18sched: cleanup, make struct rq comments more consistentIngo Molnar1-4/+8
2007-10-18sched: cleanup, fix spacingIngo Molnar1-7/+7
2007-10-18sched: fix return value of wait_for_completion_interruptible()Andi Kleen1-1/+4
2007-10-17x86: C1E late detection fix. Really switch off lapic timerThomas Gleixner1-14/+4
2007-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds3-20/+47
2007-10-17security/ cleanupsAdrian Bunk1-4/+0
2007-10-17ifdef struct task_struct::securityAlexey Dobriyan1-0/+2
2007-10-17migration_call(CPU_DEAD): use spin_lock_irq() instead of task_rq_lock()Oleg Nesterov1-2/+2
2007-10-17do CPU_DEAD migrating under read_lock(tasklist) instead of write_lock_irq(tasklist)Oleg Nesterov1-6/+16
2007-10-17module: return error when mod_sysfs_init() failedAkinobu Mita1-1/+2
2007-10-17Compile handle_percpu_irq even for uniprocessor kernelsRalf Baechle1-3/+0
2007-10-17change inotifyfs magic as the same magic is used for futexfsAndrey Mirkin1-1/+2
2007-10-17Use KMEM_CACHE macro to create the nsproxy cachePavel Emelyanov1-2/+1
2007-10-17user.c: #ifdef ->mq_bytesAlexey Dobriyan1-2/+2
2007-10-17user.c: deinlineAlexey Dobriyan1-5/+3
2007-10-17constify string/array kparam tracking structuresJan Beulich1-10/+7
2007-10-17make kernel/profile.c:time_hook staticAdrian Bunk1-1/+1
2007-10-17kernel/sys_ni.c: add dummy sys_ni_syscall() prototypeAdrian Bunk1-0/+4
2007-10-17Move PREEMPT_NOTIFIERS into an always-included KconfigAvi Kivity1-3/+0