summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-07netlink: fix uninit-value in netlink_sendmsgEric Dumazet
2018-04-07crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet
2018-04-07Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-04-07Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds
2018-04-07Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds
2018-04-07alpha: io: reorder barriers to guarantee writeX() and iowriteX() orderingSinan Kaya
2018-04-07alpha: Implement CPU vulnerabilities sysfs functions.Michael Cree
2018-04-07alpha: rtc: stop validating rtc_time in .read_timeAlexandre Belloni
2018-04-07alpha: rtc: remove unused set_mmss opsAlexandre Belloni
2018-04-07Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-04-07Merge branch 'misc.sparc' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-04-07treewide: fix up files incorrectly marked executableLinus Torvalds
2018-04-07Merge branch 'i2c/for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-04-07Merge tag 'leaks-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2018-04-07Merge tag 'linux-kselftest-4.17-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-04-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-04-07net_sched: fix a missing idr_remove() in u32_delete_key()Cong Wang
2018-04-07Merge tag 'fscache-next-20180406' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-04-07nfit, address-range-scrub: add module option to skip initial arsDan Williams
2018-04-07nfit, address-range-scrub: rework and simplify ARS state machineDan Williams
2018-04-07nfit, address-range-scrub: determine one platform max_ars valueDan Williams
2018-04-07powerpc/powernv: Create platform devs for nvdimm busesOliver O'Halloran
2018-04-07doc/devicetree: Persistent memory region bindingsOliver O'Halloran
2018-04-07libnvdimm: Add device-tree based driverOliver O'Halloran
2018-04-07libnvdimm: Add of_node to region and bus descriptorsOliver O'Halloran
2018-04-07libnvdimm, region: quiet region probeDan Williams
2018-04-07ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulationTakashi Iwai
2018-04-07ALSA: usb-audio: Add sanity checks in UAC3 clock parsersTakashi Iwai
2018-04-07ALSA: usb-audio: More strict sanity checks for clock parsersTakashi Iwai
2018-04-07ALSA: usb-audio: Refactor clock finder helpersTakashi Iwai
2018-04-06libnvdimm, namespace: use a safe lookup for dimm device nameDan Williams
2018-04-06libnvdimm, dimm: fix dpa reservation vs uninitialized label areaDan Williams
2018-04-06Merge tag 'vfio-v4.17-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2018-04-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-06Merge tag 'mailbox-v4.17' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds
2018-04-07MAINTAINERS: Update LEAKING_ADDRESSESTobin C. Harding
2018-04-07leaking_addresses: check if file name contains addressTobin C. Harding
2018-04-07leaking_addresses: explicitly name variable used in regexTobin C. Harding
2018-04-07leaking_addresses: remove version numberTobin C. Harding
2018-04-07leaking_addresses: skip '/proc/1/syscall'Tobin C. Harding
2018-04-07leaking_addresses: skip all /proc/PID except /proc/1Tobin C. Harding
2018-04-07leaking_addresses: cache architecture nameTobin C. Harding
2018-04-07leaking_addresses: simplify path skippingTobin C. Harding
2018-04-07leaking_addresses: do not parse binary filesTobin C. Harding
2018-04-07leaking_addresses: add 32-bit supportTobin C. Harding
2018-04-07leaking_addresses: add is_arch() wrapper subroutineTobin C. Harding
2018-04-07leaking_addresses: use system command to get archTobin C. Harding