Commit Graph

198803 Commits (818a04a0bb93643d57dd8935815de2ff307b58a3)
 

Author SHA1 Message Date
Alexandre Bounine 818a04a0bb rapidio: add switch locking during discovery 15 years ago
Alexandre Bounine 07590ff039 rapidio: add IDT CPS/TSI switches 15 years ago
Julia Lawall f67231f801 drivers/char/applicom.c: use memdup_user 15 years ago
Julia Lawall 87575437d8 drivers/char/ppdev.c: use kasprintf 15 years ago
Marco Stornelli 56d611a04f char drivers: RAM oops/panic logger 15 years ago
Jiri Kosina a747c5abc3 ipmi: handle run_to_completion properly in deliver_recv_msg() 15 years ago
Myron Stowe 279fbd0c5d ipmi: update driver to use dev_printk and its constructs 15 years ago
Myron Stowe 8c8eae2742 ipmi: convert tracking of the ACPI device pointer to a PNP device 15 years ago
Corey Minyard ddac44b7b2 ipmi: change timeout and event poll to one second 15 years ago
Matthew Garrett 06ee459402 ipmi: attempt to register multiple SIs of the same type 15 years ago
Matthew Garrett 3326f4f227 ipmi: reduce polling 15 years ago
Matthew Garrett ea4078ca1a ipmi: reduce polling when interrupts are available 15 years ago
Matthew Garrett 754d453185 ipmi: change device discovery order 15 years ago
Matthew Garrett d8cc5267b8 ipmi: only register one si per bmc 15 years ago
Matthew Garrett 2407d77a1a ipmi: split device discovery and registration 15 years ago
Matthew Garrett 5fedc4a282 ipmi: change addr_source to an enum rather than strings 15 years ago
Julia Lawall 4de85cd6d6 ipc/sem.c: use ERR_CAST 15 years ago
Manfred Spraul c5cf6359ad ipc/sem.c: update description of the implementation 15 years ago
Manfred Spraul 31a7c4746e ipc/sem.c: cacheline align the ipc spinlock for semaphores 15 years ago
Manfred Spraul 0a2b9d4c79 ipc/sem.c: move wake_up_process out of the spinlock section 15 years ago
Manfred Spraul fd5db42254 ipc/sem.c: optimize update_queue() for bulk wakeup calls 15 years ago
Imre Deak 2dcb22b346 idr: fix backtrack logic in idr_remove_all 15 years ago
Lai Jiangshan 79a6cdeb7e cpuhotplug: do not need cpu_hotplug_begin() when CONFIG_HOTPLUG_CPU=n 15 years ago
Akinobu Mita c9d221f86e fault-injection: add CPU notifier error injection module 15 years ago
Akinobu Mita 55af6bb509 md: convert cpu notifier to return encapsulate errno value 15 years ago
Akinobu Mita d882ba699d s390: convert cpu notifier to return encapsulate errno value 15 years ago
Akinobu Mita 1dee31f74f ehca: convert cpu notifier to return encapsulate errno value 15 years ago
Akinobu Mita 92e99a98bb iucv: convert cpu notifier to return encapsulate errno value 15 years ago
Akinobu Mita eac4068013 slab: convert cpu notifier to return encapsulate errno value 15 years ago
Akinobu Mita 80b5184cc5 kernel/: convert cpu notifier to return encapsulate errno value 15 years ago
Akinobu Mita ad84bb5b98 topology: convert cpu notifier to return encapsulate errno value 15 years ago
Akinobu Mita a94247e7fb x86: convert cpu notifier to return encapsulate errno value 15 years ago
Akinobu Mita b957e043ee notifier: change notifier_from_errno(0) to return NOTIFY_OK 15 years ago
Akinobu Mita e6bde73b07 cpu-hotplug: return better errno on cpu hotplug failure 15 years ago
Akinobu Mita e9fb7631eb cpu-hotplug: introduce cpu_notify(), __cpu_notify(), cpu_notify_nofail() 15 years ago
Wu Fengguang 36e15263aa kcore: add _text to KCORE_TEXT 15 years ago
Amerigo Wang 57f87869f0 proc: remove obsolete comments 15 years ago
Dan Carpenter 73d3646029 proc: cleanup: remove unused assignments 15 years ago
Oleg Nesterov b3ac022cb9 proc: turn signal_struct->count into "int nr_threads" 15 years ago
Oleg Nesterov dd98acf747 keyctl_session_to_parent(): use thread_group_empty() to check singlethreadness 15 years ago
Oleg Nesterov 5089a97680 proc_sched_show_task(): use get_nr_threads() 15 years ago
Oleg Nesterov 7e49827cc9 proc: get_nr_threads() doesn't need ->siglock any longer 15 years ago
Oleg Nesterov 6e1be45aa6 check_unshare_flags: kill the bogus CLONE_SIGHAND/sig->count check 15 years ago
Oleg Nesterov 97101eb41d exit: move taskstats_tgid_free() from __exit_signal() to free_signal_struct() 15 years ago
Oleg Nesterov a705be6b5e kill the obsolete thread_group_cputime_free() helper 15 years ago
Oleg Nesterov d40e48e02f exit: __exit_signal: use thread_group_leader() consistently 15 years ago
Oleg Nesterov b7b8ff6373 signals: kill the awful task_rq_unlock_wait() hack 15 years ago
Oleg Nesterov 4ada856fb0 signals: clear signal->tty when the last thread exits 15 years ago
Oleg Nesterov ea6d290ca3 signals: make task_struct->signal immutable/refcountable 15 years ago
Oleg Nesterov 4dec2a91fd fork/exit: move tty_kref_put() outside of __cleanup_signal() 15 years ago