summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-07-12Add "shutdown" to "struct class".Josh Zimmerman1-0/+2
2017-07-12usb: Fix typo in the definition of Endpoint[out]RequestBenjamin Herrenschmidt1-2/+2
2017-07-12fs: add a VALID_OPEN_FLAGSChristoph Hellwig1-0/+6
2017-07-05xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca1-10/+0
2017-07-05net: ipv6: Release route when device is unregisteringDavid Ahern1-0/+5
2017-07-05net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-3/+4
2017-06-29netfilter: xtables: zero padding in data_to_userWillem de Bruijn1-1/+1
2017-06-29ACPI / scan: Fix enumeration for special SPI and I2C devicesJarkko Nikula1-1/+2
2017-06-29time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz1-2/+2
2017-06-29time: Fix clock->read(clock) race around clocksource changesJohn Stultz1-1/+0
2017-06-24mm: larger stack guard gap, between vmasHugh Dickins1-28/+25
2017-06-24USB: hub: fix SS max number of portsJohan Hovold1-0/+3
2017-06-17PCI/PM: Add needs_resume flag to avoid suspend complete optimizationImre Deak1-0/+5
2017-06-14drm/i915/skl: Add missing SKL IDMichaƂ Winiarski1-1/+2
2017-06-14srcu: Allow use of Classic SRCU from both process and interrupt contextPaolo Bonzini1-2/+0
2017-06-14cpuset: consider dying css as offlineTejun Heo1-0/+20
2017-06-14cgroup: Prevent kill_css() from being called more than onceWaiman Long1-0/+1
2017-06-14ptrace: Properly initialize ptracer_cred on forkEric W. Biederman1-2/+5
2017-06-14net: ping: do not abuse udp_poll()Eric Dumazet1-0/+1
2017-06-07mm: consider memblock reservations for deferred memory initialization sizingMichal Hocko2-0/+9
2017-06-07mm/hugetlb: report -EHWPOISON not -EFAULT when FOLL_HWPOISON is specifiedJames Morse1-0/+11
2017-06-07iscsi-target: Fix initial login PDU asynchronous socket close OOPsNicholas Bellinger1-0/+1
2017-06-07ipv4: add reference counting to metricsEric Dumazet2-6/+12
2017-06-07vlan: Fix tcp checksum offloads in Q-in-Q vlansVlad Yasevich1-8/+10
2017-06-07net/mlx5: Avoid using pending command interface slotsMohamad Haj Yahia1-1/+6
2017-05-25tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner1-0/+3
2017-05-25iio: hid-sensor: Store restore poll and hysteresis on S3Srinivas Pandruvada1-0/+2
2017-05-25Make stat/lstat/fstatat pass AT_NO_AUTOMOUNT to vfs_statx()David Howells1-3/+5
2017-05-20dax: prevent invalidation of mapped DAX entriesRoss Zwisler1-1/+0
2017-05-20mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner2-3/+63
2017-05-20Revert "KVM: Support vCPU-based gfn->hva cache"Paolo Bonzini1-8/+8
2017-05-14block: get rid of blk_integrity_revalidate()Ilya Dryomov1-2/+0
2017-05-14xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."Stefano Stabellini1-0/+8
2017-05-14f2fs: sanity check segment countJin Qian1-0/+6
2017-05-14tcp: randomize timestamps on syncookiesEric Dumazet2-6/+9
2017-05-14ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong1-0/+2
2017-05-14ipv6: initialize route null entry in addrconf_init()WANG Cong1-0/+1
2017-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+2
2017-04-27uapi: change the type of struct statx_timestamp.tv_nsec to unsignedDmitry V. Levin1-6/+2
2017-04-26net: phy: fix auto-negotiation stall due to unavailable interruptAlexander Kochetkov1-0/+1
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2017-04-21net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern1-1/+1
2017-04-21Merge tag 'mmc-v4.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-1/+1
2017-04-18mmc: sdio: fix alignment issue in struct sdio_funcHeiner Kallweit1-1/+1
2017-04-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+10
2017-04-16Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-8/+14
2017-04-16Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+28
2017-04-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+1
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+5
2017-04-14block: fix bio_will_gap() for first bvec with offsetMing Lei1-4/+28