summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gcc-plugins: latent_entropy: use /dev/urandomJason A. Donenfeld2022-04-121-17/+27
* uapi/linux/stddef.h: Add include guardsTadeusz Struk2022-03-311-0/+4
* ARM/dma-mapping: Remove CMA code when not built with CMAKees Cook2022-03-313-4/+6
* usercopy: Disable CONFIG_HARDENED_USERCOPY_PAGESPANKees Cook2022-03-241-1/+1
* arm64: Add gcc Shadow Call Stack supportDan Li2022-03-103-10/+15
* m68k: Implement "current_stack_pointer"Kees Cook2022-02-262-1/+4
* xtensa: Implement "current_stack_pointer"Kees Cook2022-02-254-6/+8
* usercopy: Check valid lifetime via stack depthKees Cook2022-02-258-2/+36
* stack: Constrain and fix stack offset randomization with Clang buildsMarco Elver2022-02-142-2/+15
* stack: Introduce CONFIG_RANDOMIZE_KSTACK_OFFSETMarco Elver2022-02-143-6/+24
* gcc-plugins/stackleak: Ignore .noinstr.text and .entry.textKees Cook2022-02-061-0/+4
* gcc-plugins/stackleak: Exactly match strings instead of prefixesKees Cook2022-02-061-4/+21
* gcc-plugins/stackleak: Provide verbose modeKees Cook2022-02-062-0/+12
* Linux 5.17-rc2v5.17-rc2Linus Torvalds2022-01-301-1/+1
* Merge tag 'irq_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-01-306-36/+121
|\
| * Merge tag 'irqchip-fixes-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2022-01-296-36/+121
| |\
| | * dt-bindings: interrupt-controller: sifive,plic: Group interrupt tuplesGeert Uytterhoeven2022-01-281-6/+5
| | * dt-bindings: interrupt-controller: sifive,plic: Fix number of interruptsGeert Uytterhoeven2022-01-281-0/+1
| | * dt-bindings: irqchip: renesas-irqc: Add R-Car V3U supportGeert Uytterhoeven2022-01-281-0/+1
| | * irqchip/gic-v3-its: Reset each ITS's BASERn register before probeMarc Zyngier2022-01-261-21/+99
| | * irqchip/gic-v3-its: Fix build for !SMPArd Biesheuvel2022-01-221-1/+2
| | * irqchip/loongson-pch-ms: Use bitmap_free() to free bitmapChristophe JAILLET2022-01-171-1/+1
| | * irqchip/realtek-rtl: Service all pending interruptsSander Vanheule2022-01-171-2/+6
| | * irqchip/realtek-rtl: Fix off-by-one in routingSander Vanheule2022-01-171-3/+5
| | * irqchip/realtek-rtl: Map control data to virqSander Vanheule2022-01-171-1/+1
| | * irqchip/apple-aic: Drop unused ipi_hwirq fieldMarc Zyngier2022-01-171-1/+0
* | | Merge tag 'perf_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-01-301-4/+19
|\ \ \
| * | | perf/core: Fix cgroup event list managementNamhyung Kim2022-01-261-2/+9
| * | | perf: Always wake the parent eventJames Clark2022-01-261-2/+10
* | | | Merge tag 'sched_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-01-301-4/+5
|\ \ \ \
| * | | | sched/membarrier: Fix membarrier-rseq fence command missing from query bitmaskMathieu Desnoyers2022-01-251-4/+5
* | | | | Merge tag 'x86_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-302-1/+2
|\ \ \ \ \
| * | | | | x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPINTony Luck2022-01-251-0/+1
| * | | | | x86/MCE/AMD: Allow thresholding interface updates after initYazen Ghannam2022-01-231-1/+1
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-3012-70/+91
|\ \ \ \ \ \
| * | | | | | ocfs2: fix a deadlock when commit transJoseph Qi2022-01-301-14/+11
| * | | | | | jbd2: export jbd2_journal_[grab|put]_journal_headJoseph Qi2022-01-301-0/+2
| * | | | | | psi: fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan2022-01-301-38/+41
| * | | | | | psi: fix "no previous prototype" warnings when CONFIG_CGROUPS=nSuren Baghdasaryan2022-01-301-6/+5
| * | | | | | mm, kasan: use compare-exchange operation to set KASAN page tagPeter Collingbourne2022-01-301-5/+12
| * | | | | | kasan: test: fix compatibility with FORTIFY_SOURCEMarco Elver2022-01-301-0/+5
| * | | | | | tools/testing/scatterlist: add missing definesMaor Gottlieb2022-01-301-1/+2
| * | | | | | mm: page->mapping folio->mapping should have the same offsetWei Yang2022-01-301-0/+1
| * | | | | | memory-failure: fetch compound_head after pgmap_pfn_valid()Joao Martins2022-01-301-0/+6
| * | | | | | ia64: make IA64_MCA_RECOVERY bool instead of tristateRandy Dunlap2022-01-301-1/+1
| * | | | | | binfmt_misc: fix crash when load/unload moduleTong Zhang2022-01-301-4/+4
| * | | | | | include/linux/sysctl.h: fix register_sysctl_mount_point() return typeAndrew Morton2022-01-301-1/+1
|/ / / / / /
* | | | | | Merge tag 'pci-v5.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-294-19/+9
|\ \ \ \ \ \
| * | | | | | PCI/sysfs: Find shadow ROM before static attribute initializationBjorn Helgaas2022-01-263-9/+8
| * | | | | | PCI: mt7621: Remove unused function pcie_rmw()Sergio Paracuellos2022-01-251-9/+0