- cedc5b6 kernel.h: documentation for roundup() vs round_up() by Kees Cook · 6 years ago
- 8730662 kernel.h: Fix a typo in comment by Wei Wang · 7 years ago
- eafdca4 Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
- 1c4bc43 mm/memblock: introduce PHYS_ADDR_MAX by Stefan Agner · 7 years ago
- c1a957d PM / suspend: Prevent might sleep splats by Thomas Gleixner · 7 years ago
- 227abcc staging: kernel.h: Prevent macro expantion bug in container_of_safe() by Dan Carpenter · 7 years ago
- 05e6557 staging: lustre: add container_of_safe() by NeilBrown · 7 years ago
- bc4f2f5 taint: add taint for randstruct by Kees Cook · 7 years ago
- 47d4b26 taint: convert to indexed initialization by Kees Cook · 7 years ago
- d1be35c proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps by Andrei Vagin · 7 years ago
- e9092d0 Fix subtle macro variable shadowing in min_not_zero() by Linus Torvalds · 7 years ago
- 3c8ba0d kernel.h: Retain constant expression output for max()/min() by Kees Cook · 7 years ago
- df34df4 Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
- cf14f27 macro: introduce COUNT_ARGS() macro by Alexei Starovoitov · 7 years ago
- 73709e1 Merge 4.16-rc6 into staging-next by Greg Kroah-Hartman · 7 years ago
- 9fbcc57 extable: Make init_kernel_text() global by Josh Poimboeuf · 7 years ago
- 47a3616 lib: Add strongly typed 64bit int_sqrt by Crt Mori · 7 years ago
- 4efb442c kernel/panic.c: add TAINT_AUX by Borislav Petkov · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- e8c97af linux/kernel.h: add/correct kernel-doc notation by Randy Dunlap · 7 years ago
- 604df32 linux/kernel.h: move DIV_ROUND_DOWN_ULL() macro by Masahiro Yamada · 7 years ago
- 7a46ec0 locking/refcounts, x86/asm: Implement fast refcount overflow protection by Kees Cook · 7 years ago
- c7acec71 kernel.h: handle pointers to arrays better in container_of() by Ian Abbott · 7 years ago
- 69a78ff init: Introduce SYSTEM_SCHEDULING state by Thomas Gleixner · 8 years ago
- 5a0387a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
- ed067d4 linux/kernel.h: Add ALIGN_DOWN macro by Krzysztof Kozlowski · 8 years ago
- f51b17c boot/param: Move next_arg() function to lib/cmdline.c for later reuse by Baoquan He · 8 years ago
- 4f5901f5 linux/kernel.h: fix DIV_ROUND_CLOSEST to support negative divisors by Niklas Söderlund · 8 years ago
- 5eb7c0d taint/module: Fix problems when out-of-kernel driver defines true or false by Larry Finger · 8 years ago
- 4d98ead Merge tag 'modules-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 8 years ago
- e6efef7 Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 8 years ago
- 7fd8329 taint/module: Clean up global and module taint flags handling by Petr Mladek · 8 years ago
- d384995 fs: decouple READ and WRITE from the block layer ops by Christoph Hellwig · 8 years ago
- 3ca45a4 percpu: ensure the requested alignment is power of two by zijun_hu · 8 years ago
- 589a978 min/max: remove sparse warnings when they're nested by Johannes Berg · 8 years ago
- 9af6528 sched/core: Optimize __schedule() by Peter Zijlstra · 8 years ago
- 9d5059c dynamic_debug: only add header when used by Luis de Bethencourt · 8 years ago
- 088e9d2 rcu: sysctl: Panic on RCU Stall by Daniel Bristot de Oliveira · 9 years ago
- 2f37dd1 Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
- 48a27055 include/linux: apply __malloc attribute by Rasmus Villemoes · 9 years ago
- 3ed605b kernel.h: add u64_to_user_ptr() by Gustavo Padovan · 9 years ago
- e46b4e2 Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
- ebc41f2 panic: change nmi_panic from macro to function by Hidehiro Kawai · 9 years ago
- 3debb0a tracing: Fix trace_printk() to print when not using bprintk() by Steven Rostedt (Red Hat) · 9 years ago
- 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
- ef95159 lib: move strtobool() to kstrtobool() by Kees Cook · 9 years ago
- b5d3755 uapi: define DIV_ROUND_UP for userland by Nicolas Dichtel · 9 years ago
- 8f57e4d include/linux/kernel.h: change abs() macro so it uses consistent return type by Michal Nazarewicz · 9 years ago
- 58c5661 panic, x86: Allow CPUs to save registers even if looping in NMI context by Hidehiro Kawai · 9 years ago
- 1717f20 panic, x86: Fix re-entrance problem due to panic on NMI by Hidehiro Kawai · 9 years ago
- 79211c8 remove abs64() by Andrew Morton · 9 years ago
- c8299cb kernel.h: make abs() work with 64-bit types by Michal Nazarewicz · 9 years ago
- 0a9df78 lib/kasprintf.c: introduce kvasprintf_const by Rasmus Villemoes · 9 years ago
- 8db1486 include, lib: add __printf attributes to several function prototypes by Nicolas Iooss · 9 years ago
- 2d01eed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
- 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
- 5375b70 kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops path by HATAYAMA Daisuke · 10 years ago
- e382608 Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
- 3c6296f ring-buffer: Remove useless unused tracing_off_permanent() by Steven Rostedt (Red Hat) · 10 years ago
- 28b8d0c sysfs: tightened sysfs permission checks by Gobinda Charan Maji · 10 years ago
- 9ec2353 sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled pagefaults by David Hildenbrand · 10 years ago
- f766093 kernel.h: implement DIV_ROUND_CLOSEST_ULL by Javi Merino · 10 years ago
- 02f1f21 kernel.h: remove ancient __FUNCTION__ hack by Rasmus Villemoes · 10 years ago
- 1d9c5d7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 10 years ago
- 00845eb sched: don't cause task state changes in nested sleep debugging by Linus Torvalds · 10 years ago
- c5f4546 livepatch: kernel: add TAINT_LIVEPATCH by Seth Jennings · 10 years ago
- 37da7bb Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
- 9e3961a kernel: add panic_on_warn by Prarit Bhargava · 10 years ago
- e1c2296 tty: Move session_of_pgrp() and make static by Peter Hurley · 10 years ago
- 3427445 sched: Exclude cond_resched() from nested sleep test by Peter Zijlstra · 10 years ago
- 1029a2b sched, exit: Deal with nested sleeps by Peter Zijlstra · 10 years ago
- 8c81f48 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
- 3db2e9cd include/linux: remove strict_strto* definitions by Daniel Walter · 10 years ago
- 5e40d33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
- c185b07 include/linux/kernel.h: deduplicate code implementing clamp* macros by Michal Nazarewicz · 10 years ago
- 2e1d06e include/linux/kernel.h: rewrite min3, max3 and clamp using min and max by Michal Nazarewicz · 10 years ago
- 6ccc72b8 lib: Add a generic cmdline parse function parse_option_str by Dave Young · 10 years ago
- 53d91c5 Provide a binary to hex conversion function by David Howells · 10 years ago
- c8d6637 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
- 69361ee panic: add TAINT_SOFTLOCKUP by Josh Hunt · 10 years ago
- 087face kernel.h: remove deprecated pack_hex_byte by Joe Perches · 10 years ago
- 37549e9 sysfs: disallow world-writable files. by Rusty Russell · 10 years ago
- a69f5ed mac_pton: Use bool not int return by Joe Perches · 11 years ago
- 6f4c98e Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
- 58f86cc VERIFY_OCTAL_PERMISSIONS: stricter checking for sysfs perms. by Rusty Russell · 11 years ago
- 8c90487 Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPEC by Dave Jones · 11 years ago
- 66cc69e Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULE by Mathieu Desnoyers · 11 years ago
- 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
- 89a0714 kernel.h: define u8, s8, u32, etc. limits by Alex Elder · 11 years ago
- 89770b0 net: introduce reciprocal_scale helper and convert users by Daniel Borkmann · 11 years ago
- 897aea3 Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- 386e790 include/linux/kernel.h: make might_fault() a nop for !MMU by Axel Lin · 11 years ago
- 5800dc3 panic: Make panic_timeout configurable by Jason Baron · 11 years ago
- 042b10d tracing: Remove unused function ftrace_off_permanent() by Steven Rostedt (Red Hat) · 11 years ago
- c26d436 lib: introduce upper case hex ascii helpers by Andre Naujoks · 11 years ago
- e67bc51 tracing: Fix trace_dump_stack() proto when CONFIG_TRACING is not set by Dhaval Giani · 11 years ago
- 80cc38b1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
- e13053f Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 4cd5773 net: core: move mac_pton() to lib/net_utils.c by Andy Shevchenko · 12 years ago
- bcf312c tracing: Put trace_puts() comment above trace_puts() macro for kernel doc by Steven Rostedt · 12 years ago