Commit Graph

2895 Commits (272a370900e5d2ae84662338397bb7b2375ff5cf)

Author SHA1 Message Date
Rafael J. Wysocki b842ee578e freezer: be more verbose 18 years ago
Adrian Bunk c3d42d7527 unexport pm_power_off_prepare 18 years ago
Rafael J. Wysocki d5d8c5976d freezer: do not send signals to kernel threads 18 years ago
Rafael J. Wysocki 2e1318956c freezer: prevent new tasks from inheriting TIF_FREEZE set 18 years ago
Rafael J. Wysocki 232b143280 freezer: do not sync filesystems from freeze_processes 18 years ago
Rafael J. Wysocki b3dac3b304 PM: Rename hibernation_ops to platform_hibernation_ops 18 years ago
Rafael J. Wysocki 74f270af0c PM: Rework struct hibernation_ops 18 years ago
Rafael J. Wysocki f242d9196f PM: Make suspend_ops static 18 years ago
Rafael J. Wysocki e6c5eb9541 PM: Rework struct platform_suspend_ops 18 years ago
Rafael J. Wysocki 26398a70ea PM: Rename struct pm_ops and related things 18 years ago
Adrian Bunk a065c86e1b make kernel/power/main.c:suspend_enter() static 18 years ago
Anton Blanchard c70878b4e0 hrtimer: hook compat_sys_nanosleep up to high res timer code 18 years ago
Anton Blanchard 04c227140f hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easier 18 years ago
Ken Chen 480b9434c5 sched: reduce schedstat variable overhead a bit 18 years ago
Ingo Molnar cc4ea79588 sched: add KERN_CONT annotation 18 years ago
Ingo Molnar d801649162 sched: cleanup, make struct rq comments more consistent 18 years ago
Ingo Molnar 8401f77505 sched: cleanup, fix spacing 18 years ago
Andi Kleen 51e9799023 sched: fix return value of wait_for_completion_interruptible() 18 years ago
Thomas Gleixner 3dfbc88464 x86: C1E late detection fix. Really switch off lapic timer 18 years ago
Adrian Bunk cbfee34520 security/ cleanups 18 years ago
Alexey Dobriyan 57c521ce61 ifdef struct task_struct::security 18 years ago
Oleg Nesterov d2da272a4e migration_call(CPU_DEAD): use spin_lock_irq() instead of task_rq_lock() 18 years ago
Oleg Nesterov f7b4cddcc5 do CPU_DEAD migrating under read_lock(tasklist) instead of write_lock_irq(tasklist) 18 years ago
Akinobu Mita d58ae67813 module: return error when mod_sysfs_init() failed 18 years ago
Ralf Baechle 28e3fed8b7 Compile handle_percpu_irq even for uniprocessor kernels 18 years ago
Andrey Mirkin fd5eea4214 change inotifyfs magic as the same magic is used for futexfs 18 years ago
Pavel Emelyanov db8906da59 Use KMEM_CACHE macro to create the nsproxy cache 18 years ago
Alexey Dobriyan 970a8645ca user.c: #ifdef ->mq_bytes 18 years ago
Alexey Dobriyan 40aeb400f6 user.c: deinline 18 years ago
Jan Beulich 22e48eaf58 constify string/array kparam tracking structures 18 years ago
Adrian Bunk b012d346c0 make kernel/profile.c:time_hook static 18 years ago
Adrian Bunk 0732a552cb kernel/sys_ni.c: add dummy sys_ni_syscall() prototype 18 years ago
Avi Kivity e98c320291 Move PREEMPT_NOTIFIERS into an always-included Kconfig 18 years ago
Alexey Dobriyan 42b2dd0a02 Shrink task_struct if CONFIG_FUTEX=n 18 years ago
Ken'ichi Ohmichi bcbba6c10e add-vmcore: add a prefix "VMCOREINFO_" to the vmcoreinfo macros 18 years ago
Ken'ichi Ohmichi 6cfa062f01 add-vmcore: add nodemask_t's size and NR_FREE_PAGES's value to vmcoreinfo_data 18 years ago
Ken'ichi Ohmichi d768281e97 add-vmcore: cleanup the coding style according to Andrew's comments 18 years ago
Ken'ichi Ohmichi fd59d231f8 Add vmcoreinfo 18 years ago
Oleg Nesterov 13fbcb7312 do_sigaction: don't worry about signal_pending() 18 years ago
Oleg Nesterov 6db840fa78 exec: RT sub-thread can livelock and monopolize CPU on exec 18 years ago
Paul E. McKenney c17ac85504 Make rcutorture RNG use temporal entropy 18 years ago
john stultz b2d9323d13 Use num_possible_cpus() instead of NR_CPUS for timer distribution 18 years ago
Adrian Bunk ba2a631b14 kernel/time/timekeeping.c: cleanups 18 years ago
Oleg Nesterov 715015e8da wait_task_stopped/continued: remove unneeded p->signal != NULL check 18 years ago
Oleg Nesterov 18442cf28a __group_complete_signal: eliminate unneeded wakeup of ->group_exit_task 18 years ago
Oleg Nesterov 442a10cf9e wait_task_zombie: don't fight with non-existing race with a dying ptracee 18 years ago
Oleg Nesterov ebca4cda11 zap_other_threads: don't optimize thread_group_empty() case 18 years ago
Oleg Nesterov 3ae4cbadf4 exit_notify: don't take tasklist for TIF_SIGPENDING re-targeting 18 years ago
Oleg Nesterov 2f4e6e2a81 wait_task_zombie: fix 2/3 races vs forget_original_parent() 18 years ago
Oleg Nesterov 407af46a96 wait_task_zombie: remove unneeded child->signal check 18 years ago