index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2019-03-07
exec: increase BINPRM_BUF_SIZE to 256
Oleg Nesterov
2019-03-07
autofs: add ignore mount option
Ian Kent
2019-03-07
init/calibrate.c: provide proper prototype
Valdis Kletnieks
2019-03-07
include/linux/bitops.h: set_mask_bits() to return old value
Vineet Gupta
2019-03-07
ACPI: implement acpi_handle_debug in terms of _dynamic_func_call
Rasmus Villemoes
2019-03-07
ACPI: remove unused __acpi_handle_debug macro
Rasmus Villemoes
2019-03-07
ACPI: use proper DYNAMIC_DEBUG_BRANCH macro
Rasmus Villemoes
2019-03-07
dynamic_debug: refactor dynamic_pr_debug and friends
Rasmus Villemoes
2019-03-07
dynamic_debug: add static inline stub for ddebug_add_module
Rasmus Villemoes
2019-03-07
dynamic_debug: consolidate DEFINE_DYNAMIC_DEBUG_METADATA definitions
Rasmus Villemoes
2019-03-07
linux/printk.h: use DYNAMIC_DEBUG_BRANCH in pr_debug_ratelimited
Rasmus Villemoes
2019-03-07
linux/net.h: use DYNAMIC_DEBUG_BRANCH in net_dbg_ratelimited
Rasmus Villemoes
2019-03-07
linux/device.h: use DYNAMIC_DEBUG_BRANCH in dev_dbg_ratelimited
Rasmus Villemoes
2019-03-07
include/linux/pid.h: remove next_pidmap() declaration
Nadav Amit
2019-03-07
linux/kernel.h: split *_MAX and *_MIN macros into <linux/limits.h>
Masahiro Yamada
2019-03-07
linux/kernel.h: use 'short' to define USHRT_MAX, SHRT_MAX, SHRT_MIN
Masahiro Yamada
2019-03-07
linux/fs.h: move member alignment check next to definition of struct filename
Rasmus Villemoes
2019-03-07
build_bug.h: add wrapper for _Static_assert
Rasmus Villemoes
2019-03-07
include/linux/types.h: use "unsigned int" instead of "unsigned"
WangBo
2019-03-07
<linux/kernel.h>: drop the gcc-3.3 'const' hack in roundup()
Randy Dunlap
2019-03-07
kernel.h: unconditionally include asm/div64.h for do_div()
Jani Nikula
2019-03-06
Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2019-03-06
Merge tag 'tty-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2019-03-06
Merge tag 'staging-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-03-06
Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-03-06
Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-03-06
Merge tag 'sound-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2019-03-06
Merge tag 'devprop-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-03-06
Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2019-03-06
Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2019-03-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-03-06
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2019-03-06
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
2019-03-06
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2019-03-06
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2019-03-06
Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-03-06
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-03-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-03-06
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-03-06
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-03-05
writeback: fix inode cgroup switching comment
Greg Thelen
2019-03-05
mm: remove zone_lru_lock() function, access ->lru_lock directly
Andrey Ryabinin
2019-03-05
mm/workingset: remove unused @mapping argument in workingset_eviction()
Andrey Ryabinin
2019-03-05
include/linux/compaction.h: fix potential build error
Yu Zhao
2019-03-05
mm: page_cache_add_speculative(): refactor out some code duplication
john.hubbard@gmail.com
2019-03-05
mm/page_poison: update comment after code moved
Michael S. Tsirkin
2019-03-05
numa: make "nr_online_nodes" unsigned int
Alexey Dobriyan
2019-03-05
numa: make "nr_node_ids" unsigned int
Alexey Dobriyan
2019-03-05
mm: swap: use mem_cgroup_is_root() instead of deferencing css->parent
Yang Shi
2019-03-05
mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfd
Joel Fernandes (Google)
[next]