Commit Graph

10178 Commits (c20f5b9633bb0953bd2422f0f1430a2028cdbd0a)

Author SHA1 Message Date
John Stultz c7dcf87a68 time: Workaround gcc loop optimization that causes 64bit div errors 15 years ago
Linus Torvalds 2069601b3f Revert "fsnotify: store struct file not struct path" 15 years ago
Jason Wessel deda2e8196 timekeeping: Fix overflow in rawtime tv_nsec on 32 bit archs 15 years ago
David Howells 12fdff3fc2 Add a dummy printk function for the maintenance of unused printks 15 years ago
Adrian Hunter 8d57a98ccd block: add secure discard 15 years ago
Stefani Seibold d78a3eda69 kernel/kfifo.c: add handling of chained scatterlists 15 years ago
Stefani Seibold 2e956fb320 kfifo: replace the old non generic API 15 years ago
Stefani Seibold 4201d9a8e8 kfifo: add the new generic kfifo API 15 years ago
Dan Carpenter f65a03f6ab kexec: return -EFAULT on copy_to_user() failures 15 years ago
Anton Blanchard 863a604920 lib/bug.c: add oops end marker to WARN implementation 15 years ago
TAMUKI Shoichi c7ff0d9c92 panic: keep blinking in spite of long spin timer mode 15 years ago
Oleg Nesterov c52b0b91ba pids: alloc_pidmap: remove the unnecessary boundary checks 15 years ago
Salman 5fdee8c4a5 pids: fix a race in pid generation that causes pids to be reused immediately 15 years ago
Oleg Nesterov c7e49c1488 ptrace: optimize exit_ptrace() for the likely case 15 years ago
Dan Carpenter e400c28524 cgroups: save space for the terminator 15 years ago
Rusty Russell 907b29eb41 param: locking for kernel parameters 15 years ago
Rusty Russell 914dcaa84c param: make param sections const. 15 years ago
Rusty Russell a1054322af param: use free hook for charp (fix leak of charp parameters) 15 years ago
Rusty Russell e6df34a442 param: add a free hook to kernel_param_ops. 15 years ago
Rusty Russell 9bbb9e5a33 param: use ops in struct kernel_param, rather than get and set fns directly 15 years ago
Rusty Russell a14fe249a8 param: move the EXPORT_SYMBOL to after the definitions. 15 years ago
Rusty Russell 2e9fb9953d params: don't hand NULL values to param.set callbacks. 15 years ago
Miklos Szeredi f7ad3c6be9 vfs: add helpers to get root and pwd 15 years ago
Randy Dunlap 0caa621065 kernel/timer.c: fix kernel-doc function parameter warning 15 years ago
Andi Kleen 8c4af38e9b gcc-4.6: printk: use stable variable to dump kmsg buffer 15 years ago
Richard Kennedy 878ae12749 stop_machine: struct cpu_stopper, remove alignment padding on 64 bits 15 years ago
Geert Uytterhoeven 459b37d423 kernel/range: remove unused definition of ARRAY_SIZE() 15 years ago
Oleg Nesterov 2ee7c922f2 sys_personality: remove the bogus checks in sys_personality()->__set_personality() path 15 years ago
KAMEZAWA Hiroyuki d2997b1042 hibernation: freeze swap at hibernation 15 years ago
David Rientjes a63d83f427 oom: badness heuristic rewrite 15 years ago
David Rientjes 8e4228e1ed oom: move sysctl declarations to oom.h 15 years ago
Christoph Hellwig ebabe9a900 pass a struct path to vfs_statfs 15 years ago
Tejun Heo f6500947a9 workqueue: workqueue_cpu_callback() should be cpu_notifier instead of hotcpu_notifier 15 years ago
Namhyung Kim 38f5156800 workqueue: add missing __percpu markup in kernel/workqueue.c 15 years ago
Arnd Bergmann 62c2a7d969 block: push BKL into blktrace ioctls 15 years ago
Christoph Hellwig 7b6d91daee block: unify flags for struct bio and struct request 15 years ago
Christoph Hellwig 33659ebbae block: remove wrappers for request type/flags 15 years ago
Greg KH 676db4af04 cgroupfs: create /sys/fs/cgroup to mount cgroupfs on 15 years ago
Ian Abbott 94f17cd788 hotplug: Support kernel/hotplug sysctl variable when !CONFIG_NET 15 years ago
Jason Wessel 81d4450732 vt,console,kdb: automatically set kdb LINES variable 15 years ago
Jason Wessel 3fa43aba08 debug_core,kdb: fix crash when arch does not have single step 15 years ago
Jason Wessel 19063c776f ftrace,kdb: Allow dumping a specific cpu's buffer with ftdump 15 years ago
Jason Wessel 955b61e597 ftrace,kdb: Extend kdb to be able to dump the ftrace buffer 15 years ago
Jason Wessel 6d855b1d83 gdbstub: do not directly use dbg_reg_def[] in gdb_cmd_reg_set() 15 years ago
Jason Wessel 55751145dc gdbstub: Implement gdbserial 'p' and 'P' packets 15 years ago
Jason Wessel 534af10823 kgdb,kdb: individual register set and and get API 15 years ago
Jason Wessel 84a0bd5b28 gdbstub: Optimize kgdb's "thread:" response for the gdb serial protocol 15 years ago
Andy Shevchenko a9fa20a7af kgdb: remove custom hex_to_bin()implementation 15 years ago
Kevin Cernekee 034260d677 printk: fix delayed messages from CPU hotplug events 15 years ago
Rusty Russell 51f3d0f474 module: cleanup comments, remove noinline 15 years ago