summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-02-13iommu/vt-d: Don't register bus-notifier under dmar_global_lockJoerg Roedel1-0/+1
2018-01-09KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook2-4/+4
2018-01-09KAISER: Kernel Address IsolationRichard Fellner4-2/+92
2018-01-09sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski1-0/+7
2018-01-01crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers1-0/+8
2018-01-01KVM: Fix stack-out-of-bounds read in write_mmioWanpeng Li1-2/+5
2018-01-01ptrace: Properly initialize ptracer_cred on forkEric W. Biederman1-2/+5
2018-01-01ptrace: Don't allow accessing an undumpable mmEric W. Biederman2-0/+5
2018-01-01exec: Ensure mm->user_ns contains the execed filesEric W. Biederman1-0/+1
2018-01-01ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman3-1/+2
2018-01-01mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman1-0/+1
2018-01-01ALSA: seq: Avoid invalid lockdep class warningTakashi Iwai1-1/+2
2018-01-01ALSA: timer: Limit max instances per timerTakashi Iwai1-0/+2
2018-01-01netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin1-0/+7
2018-01-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet1-3/+3
2018-01-01x86/uaccess, sched/preempt: Verify access_ok() contextPeter Zijlstra1-8/+13
2018-01-01pci_ids: Add PCI device IDs for F15h M60hAravind Gopalakrishnan1-0/+2
2018-01-01tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-0/+3
2018-01-01fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox1-0/+1
2018-01-01include/linux/of.h: provide of_n_{addr,size}_cells wrappers for !CONFIG_OFArnd Bergmann1-0/+10
2018-01-01bus: mbus: fix window size calculation for 4GB windowsJan Luebbe1-2/+2
2018-01-01ALSA: seq: Fix copy_from_user() call inside lockTakashi Iwai1-0/+1
2018-01-01mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline...YASUAKI ISHIMATSU1-2/+8
2018-01-01scsi: sd: Implement blacklist option for WRITE SAME w/ UNMAPMartin K. Petersen2-0/+2
2018-01-01udp: perform source validation for mcast early demuxPaolo Abeni1-1/+3
2018-01-01IPv4: early demux can return an error codePaolo Abeni3-3/+3
2018-01-01KEYS: prevent creating a different user's keyringsEric Biggers1-0/+2
2018-01-01iio: ad_sigma_delta: Implement a dedicated reset functionDragos Bogdan1-0/+3
2018-01-01Input: uinput - avoid FF flush when destroying deviceDmitry Torokhov1-0/+1
2018-01-01spi: uapi: spidev: add missing ioctl headerBaruch Siach1-0/+1
2017-11-26Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer1-25/+7
2017-11-26cs5536: add support for IDE controller variantAndrey Korolyov1-0/+1
2017-11-26asm/sections: add helpers to check for section dataThierry Reding1-0/+65
2017-11-26fcntl: Don't use ambiguous SIG_POLL si_codesEric W. Biederman2-2/+10
2017-11-26signal: move the "sig < SIGRTMIN" check into siginmask(sig)Oleg Nesterov1-9/+7
2017-11-11perf: Avoid horrible stack usagePeter Zijlstra (Intel)3-11/+26
2017-11-11mtd: cfi: reduce stack sizeArnd Bergmann1-1/+11
2017-11-11gpio: drop retval check enforcing from gpiochip_remove()Linus Walleij1-1/+1
2017-11-11cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell1-4/+2
2017-11-11module: fix types of device tables aliasesAndrey Ryabinin1-1/+1
2017-11-11USB: fix out-of-bounds in usb_set_configurationGreg Kroah-Hartman1-0/+1
2017-11-11cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configsTejun Heo1-1/+5
2017-11-11ipv6: fix sparse warning on rt6i_nodeWei Wang1-1/+1
2017-11-11dm: fix printk() rate limiting codeBart Van Assche1-29/+12
2017-11-11dm: convert DM printk macros to pr_<level> macrosJoe Perches1-39/+32
2017-11-11Clarify (and fix) MAX_LFS_FILESIZE macrosLinus Torvalds1-2/+2
2017-11-11ipv6: add rcu grace period before freeing fib6_nodeWei Wang1-1/+29
2017-11-11ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2-1/+6
2017-11-11net_sched: fix order of queue length updates in qdisc_replace()Konstantin Khlebnikov1-1/+4
2017-11-11ipv4: add reference counting to metricsEric Dumazet2-6/+12