Age | Commit message (Expand) | Author |
2018-06-15 | treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX | Stefan Agner |
2018-06-15 | mm: use octal not symbolic permissions | Joe Perches |
2018-06-15 | ipc: use new return type vm_fault_t | Souptick Joarder |
2018-06-15 | sysvipc/sem: mitigate semnum index against spectre v1 | Davidlohr Bueso |
2018-06-15 | fault-injection: reorder config entries | Mikulas Patocka |
2018-06-15 | arm: port KCOV to arm | Dmitry Vyukov |
2018-06-15 | sched/core / kcov: avoid kcov_area during task switch | Mark Rutland |
2018-06-15 | kcov: prefault the kcov_area | Mark Rutland |
2018-06-15 | kcov: ensure irq code sees a valid area | Mark Rutland |
2018-06-15 | kernel/relay.c: change return type to vm_fault_t | Souptick Joarder |
2018-06-15 | exofs: avoid VLA in structures | Kees Cook |
2018-06-15 | coredump: fix spam with zero VMA process | Alexey Dobriyan |
2018-06-15 | fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block() | OGAWA Hirofumi |
2018-06-15 | proc: skip branch in /proc/*/* lookup | Alexey Dobriyan |
2018-06-15 | mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdowns | Mel Gorman |
2018-06-15 | mm/memblock: add missing include <linux/bootmem.h> | Mathieu Malaterre |
2018-06-15 | mm: check for SIGKILL inside dup_mmap() loop | Tetsuo Handa |
2018-06-15 | kexec: yield to scheduler when loading kimage segments | Jarrett Farnitano |
2018-06-15 | mm: fix race between kmem_cache destroy, create and deactivate | Shakeel Butt |
2018-06-15 | mm: fix devmem_is_allowed() for sub-page System RAM intersections | Dan Williams |
2018-06-15 | mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONT | Daniel Jordan |
2018-06-15 | mm: fix null pointer dereference in mem_cgroup_protected | Roman Gushchin |
2018-06-15 | mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm() | Jia He |
2018-06-14 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds |
2018-06-14 | Merge tag 'platform-drivers-x86-v4.18-1' of git://git.infradead.org/linux-pla... | Linus Torvalds |
2018-06-14 | Merge tag 'pwm/for-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2018-06-14 | Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-06-14 | Merge tag 'apparmor-pr-2018-06-13' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2018-06-14 | Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables | Linus Torvalds |
2018-06-13 | Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds |
2018-06-13 | Merge tag 'acpi-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-06-13 | Merge tag 'pm-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds |
2018-06-13 | Merge branch 'acpica' | Rafael J. Wysocki |
2018-06-13 | Merge branches 'pm-domains' and 'pm-tools' | Rafael J. Wysocki |
2018-06-13 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki |
2018-06-12 | Revert "debugfs: inode: debugfs_create_dir uses mode permission from parent" | Linus Torvalds |
2018-06-12 | KVM: x86: VMX: fix build without hyper-v | Linus Torvalds |
2018-06-12 | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2018-06-12 | Merge tag 'for-4.18/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2018-06-12 | treewide: Use array_size in f2fs_kvzalloc() | Kees Cook |
2018-06-12 | treewide: Use array_size() in f2fs_kzalloc() | Kees Cook |
2018-06-12 | treewide: Use array_size() in f2fs_kmalloc() | Kees Cook |
2018-06-12 | treewide: Use array_size() in sock_kmalloc() | Kees Cook |
2018-06-12 | treewide: Use array_size() in kvzalloc_node() | Kees Cook |
2018-06-12 | treewide: Use array_size() in vzalloc_node() | Kees Cook |
2018-06-12 | treewide: Use array_size() in vzalloc() | Kees Cook |
2018-06-12 | treewide: Use array_size() in vmalloc() | Kees Cook |
2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook |
2018-06-12 | treewide: devm_kmalloc() -> devm_kmalloc_array() | Kees Cook |
2018-06-12 | treewide: kvzalloc() -> kvcalloc() | Kees Cook |