aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-03-11Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+15
2017-03-11acpi/processor: Check for duplicate processor ids at hotplug timeDou Liyang1-1/+1
2017-03-11Revert "x86/acpi: Set persistent cpuid <-> nodeid mapping when booting"Dou Liyang1-3/+0
2017-03-10kexec, x86/purgatory: Unbreak it and clean it upThomas Gleixner1-0/+23
2017-03-10Merge tag 'ceph-for-4.11-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2-0/+3
2017-03-10Merge branch 'prep-for-5level'Linus Torvalds3-7/+33
2017-03-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-12/+8
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-1/+1
2017-03-09userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEEDAndrea Arcangeli1-4/+3
2017-03-09mm/vmstats: add thp_split_pud event for clarityYisheng Xie1-0/+3
2017-03-09include/linux/fs.h: fix unsigned enum warning with gcc-4.2Arnd Bergmann1-1/+1
2017-03-09userfaultfd: non-cooperative: rollback userfaultfd_exitAndrea Arcangeli1-6/+0
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-03-09ethtool: add CRC32 as an RSS hash functionJakub Kicinski1-0/+2
2017-03-09Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+0
2017-03-09PCI/MSI: Make pci_msi_shutdown() and pci_msix_shutdown() staticBjorn Helgaas1-4/+0
2017-03-09bpf: convert htab map to hlist_nullsAlexei Starovoitov2-0/+19
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov3-7/+30
2017-03-09asm-generic: introduce 5level-fixup.hKirill A. Shutemov1-0/+3
2017-03-09Merge branch 'ib/4.10-sparse-keymap-managed' into nextDmitry Torokhov25-84/+187
2017-03-09tee: generic TEE subsystemJens Wiklander1-0/+277
2017-03-09staging, android: remove lowmemory killer from the treeMichal Hocko1-4/+0
2017-03-08kernel: convert css_set.refcount from atomic_t to refcount_tElena Reshetova1-1/+2
2017-03-08mtd: nand: Move Macronix specific initialization in nand_macronix.cBoris Brezillon1-0/+1
2017-03-08mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cBoris Brezillon1-0/+1
2017-03-08mtd: nand: Move Micron specific init logic in nand_micron.cBoris Brezillon1-20/+1
2017-03-08mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cBoris Brezillon1-0/+1
2017-03-08mtd: nand: Move Hynix specific init/detection logic in nand_hynix.cBoris Brezillon1-0/+1
2017-03-08mtd: nand: Move Samsung specific init/detection logic in nand_samsung.cBoris Brezillon1-0/+2
2017-03-08mtd: nand: Add manufacturer specific initialization/detection stepsBoris Brezillon1-0/+35
2017-03-08mtd: nand: Do not expose the NAND manufacturer table directlyBoris Brezillon1-1/+8
2017-03-08mtd: nand: Rename the nand_manufacturers structBoris Brezillon1-3/+3
2017-03-08mtd: nand: Store nand ID in struct nand_chipBoris Brezillon1-0/+13
2017-03-08iio: adc: add support for Allwinner SoCs ADCQuentin Schulz1-0/+2
2017-03-08leds: core: add OF variants of LED registering functionsRafał Miłecki1-4/+10
2017-03-08sched/headers: fix up header file dependency on <linux/sched/signal.h>Linus Torvalds1-21/+10
2017-03-08Revert "scsi, block: fix duplicate bdi name registration crashes"Jan Kara2-9/+0
2017-03-08clk: ti: convert to use proper register definition for all accessesTero Kristo1-22/+24
2017-03-08clk: ti: drop unnecessary MEMMAP_ADDRESSING flagTero Kristo1-2/+0
2017-03-08clk: ti: move omap2_init_clk_clkdm under TI clock driverTero Kristo1-1/+0
2017-03-08clk: ti: add clkdm_lookup to the exported functionsTero Kristo1-0/+2
2017-03-08clk: ti: remove un-used definitions from public clk_hw_omap structTero Kristo1-4/+0
2017-03-08livepatch: allow removal of a disabled patchJosh Poimboeuf1-0/+3
2017-03-08livepatch: change to a per-task consistency modelJosh Poimboeuf3-1/+53
2017-03-08livepatch: store function sizesJosh Poimboeuf1-0/+3
2017-03-08livepatch: separate enabled and patched statesJosh Poimboeuf1-11/+6
2017-03-08livepatch: create temporary klp_update_patch_state() stubJosh Poimboeuf1-1/+4
2017-03-08stacktrace/x86: add function for detecting reliable stack tracesJosh Poimboeuf1-3/+6
2017-03-07dccp: fix use-after-free in dccp_feat_activate_valuesEric Dumazet1-0/+1
2017-03-07pstore: Remove write_buf() callbackKees Cook1-19/+10