Commit Graph

4067 Commits (f6de7acc42de909ccc7f00916ddb4d2064f42b67)

Author SHA1 Message Date
Stefani Seibold 9842c38e91 kfifo: fix warn_unused_result 15 years ago
Stefani Seibold 7acd72eb85 kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... 15 years ago
Stefani Seibold e64c026dd0 kfifo: cleanup namespace 15 years ago
Stefani Seibold c1e13f2567 kfifo: move out spinlock 15 years ago
Stefani Seibold 4546548789 kfifo: move struct kfifo in place 15 years ago
Julia Lawall d1da96aada drivers/char/ipmi: Use KCS_IDLE_STATE 15 years ago
John Kacur f29627c2a3 efirtc: explicitly set llseek to no_llseek 15 years ago
Clemens Ladisch 9ea9a886b0 vt: make the default cursor shape configurable 15 years ago
KAMEZAWA Hiroyuki 4365a5676f oom-kill: fix NUMA constraint check with nodemask 15 years ago
Dmitry Torokhov 18f7ad59b0 Input: keyboard - don't override beep with a bell 15 years ago
Bjorn Helgaas 9e368fa011 ipmi: add PNP discovery (ACPI namespace via PNPACPI) 15 years ago
Bjorn Helgaas 18a3e0bfbc ipmi: refer to table as "SPMI", not "ACPI" 15 years ago
Bjorn Helgaas ad497680a5 ipmi: remove unused PCI probe code 15 years ago
Joe Perches 35900771c0 random.c: use %pU to print UUIDs 15 years ago
Bernhard Walle 5ada918b82 vt: introduce and use vt_kmsg_redirect() function 15 years ago
Thadeu Lima de Souza Cascardo 1f2f38d89d drivers/char/misc.c: use bitmap/bitops functions for dynamic minor number allocation 15 years ago
Thadeu Lima de Souza Cascardo 4ae717da8d drivers/char/misc.c: clear allocation bit in minor bitmap when device register fails 15 years ago
Thadeu Lima de Souza Cascardo 2643434c1a misc: remove MAC pmu function declaration from misc device class 15 years ago
Alexey Dobriyan 471452104b const: constify remaining dev_pm_ops 15 years ago
Wu Fengguang ee32398fda /dev/mem: remove redundant parameter from do_write_kmem() 15 years ago
Wu Fengguang 80ad89a0ce /dev/mem: remove the "written" variable in write_kmem() 15 years ago
Wu Fengguang 7fabaddd09 /dev/mem: make size_inside_page() logic straight 15 years ago
Wu Fengguang fa29e97bb8 /dev/mem: cleanup unxlate_dev_mem_ptr() calls 15 years ago
Wu Fengguang f222318e9c /dev/mem: introduce size_inside_page() 15 years ago
Wu Fengguang 4ea2f43f28 /dev/mem: remove redundant test on len 15 years ago
Mike Frysinger f69b2d7e97 bfin-otp: add BF51x to the supported arch list 15 years ago
Alan Cox 6698e34720 tty: Fix BKL taken under a spinlock bug introduced in the BKL split 15 years ago
H. Peter Anvin a01c780042 nvram: Fix write beyond end condition; prove to gcc copy is safe 15 years ago
Alan Cox 36ba782e96 tty: split the lock up a bit further 15 years ago
Alan Cox 5ec93d1154 tty: Move the leader test in disassociate 15 years ago
Alan Cox 38c70b27f9 tty: Push the bkl down a bit in the hangup code 15 years ago
Alan Cox f18f9498e9 tty: Push the lock down further into the ldisc code 15 years ago
Alan Cox eeb89d918c tty: push the BKL down into the handlers a bit 15 years ago
Alan Cox e8c62103fd tty: moxa: split open lock 15 years ago
Alan Cox f710ebd7f7 tty: moxa: Kill the use of lock_kernel 15 years ago
Alan Cox 8482bcd585 tty: moxa: Fix modem op locking 15 years ago
Alan Cox f9b412a8c9 tty: moxa: Kill off the throttle method 15 years ago
Alan Cox a808ac0c4a tty: moxa: Locking clean up 15 years ago
Alan Cox f5c5a36d27 tty: moxa: rework the locking a bit 15 years ago
Alan Cox f176178ba0 tty: moxa: Use more tty_port ops 15 years ago
Alan Cox 2493c0c166 tty: isicom: fix deadlock on shutdown 15 years ago
Alan Cox 07f86c03fe tty: mxser: Use the new locking rules to fix setserial properly 15 years ago
Alan Cox 6769140d30 tty: mxser: use the tty_port_open method 15 years ago
Alan Cox 6ed847d8ef tty: isicom: sort out the board init logic 15 years ago
Alan Cox baaa08acb0 tty: isicom: switch to the new tty_port_open helper 15 years ago
Alan Cox 568aafc627 tty: tty_port: Add a kref object to the tty port 15 years ago
Alan Cox 338818fd80 tty: istallion: tty port open/close methods 15 years ago
Alan Cox 047e9658ae tty: stallion: Convert to the tty_port_open/close methods 15 years ago
Alan Cox a9a37ec33a tty: tty_port: Move the IO_ERROR clear 15 years ago
Alan Cox d74e828688 tty: tty_port: Add IO_ERROR bit handling 15 years ago