summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-08-30tty: Make ldisc ->set_termios() old ktermios constIlpo Järvinen
2022-08-30tty: Make tty_termios_copy_hw() old ktermios constIlpo Järvinen
2022-08-30tty: Remove baudrate dead code & make ktermios params constIlpo Järvinen
2022-08-30netlink: add helpers for extack attr presence checkingJakub Kicinski
2022-08-30netlink: add support for ext_ack missing attributesJakub Kicinski
2022-08-30ARM: 9229/1: amba: Fix use-after-free in amba_read_periphid()Isaac Manjarres
2022-08-30locking/percpu-rwsem: Add percpu_is_write_locked() and percpu_is_read_locked()Marco Elver
2022-08-30perf/hw_breakpoint: Make hw_breakpoint_weight() inlinableMarco Elver
2022-08-30perf/hw_breakpoint: Optimize list of per-task breakpointsMarco Elver
2022-08-30perf/hw_breakpoint: Provide hw_breakpoint_is_used() and use in testMarco Elver
2022-08-30soundwire: bus: allow device number to be unique at system levelPierre-Louis Bossart
2022-08-29Merge tag '20220825043859.30066-3-manivannan.sadhasivam@linaro.org' into driv...Bjorn Andersson
2022-08-29soc: qcom: llcc: Pass LLCC version based register offsets to EDAC driverManivannan Sadhasivam
2022-08-29soc: qcom: qmi: use const for struct qmi_elem_infoJeff Johnson
2022-08-29tracing: Define the is_signed_type() macro onceBart Van Assche
2022-08-29ethernet: Add helpers to recognize addresses mapped to IP multicastCasper Andersson
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-08-29x86/earlyprintk: Clean up pciserialPeter Zijlstra
2022-08-28Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-08-28Revert "memcg: cleanup racy sum avoidance code"Shakeel Butt
2022-08-28mm: re-allow pinning of zero pfns (again)Alex Williamson
2022-08-28lib/string_helpers: Add str_read_write() helperAndy Shevchenko
2022-08-28units: complement the set of Hz unitsDmitry Rokosov
2022-08-27perf/core: Add speculation info to branch entriesSandipan Das
2022-08-26Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo
2022-08-26cgroup: Homogenize cgroup_get_from_id() return valueMichal Koutný
2022-08-26wait_on_bit: add an acquire memory barrierMikulas Patocka
2022-08-26lsm,io_uring: add LSM hooks for the new uring_cmd file opLuis Chamberlain
2022-08-26Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller
2022-08-26platform/x86: asus-wmi: Implement TUF laptop keyboard power statesLuke D. Jones
2022-08-26platform/x86: asus-wmi: Implement TUF laptop keyboard LED modesLuke D. Jones
2022-08-26platform/x86: asus-wmi: Support the GPU fan on TUF laptopsLuke D. Jones
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-26ata: libata: Rename ATA_DFLAG_NCQ_PRIO_ENABLEDamien Le Moal
2022-08-25netdev: Use try_cmpxchg in napi_if_scheduled_mark_missedUros Bizjak
2022-08-25Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-08-25of/device: Fix up of_dma_configure_id() stubThierry Reding
2022-08-25bpf: Introduce cgroup iterHao Luo
2022-08-25platform/x86: asus-wmi: Add support for ROG X13 tablet modeLuke D. Jones
2022-08-25platform/x86: asus-wmi: Support the hardware GPU MUX on some laptopsLuke D. Jones
2022-08-25platform/x86: pmc_atom: Amend comment style and grammarAndy Shevchenko
2022-08-25platform/x86: pmc_atom: Fix SLP_TYPx bitfield maskAndy Shevchenko
2022-08-25wifi: cfg80211/mac80211: check EHT capability size correctlyJohannes Berg
2022-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-08-24bpf: Fix reference state management for synchronous callbacksKumar Kartikeya Dwivedi
2022-08-24mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.Yosry Ahmed
2022-08-24Merge tag 'thermal-v6.1-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki
2022-08-24mm/slab: kmalloc: pass requests larger than order-1 page to page allocatorHyeonggon Yoo
2022-08-24mm/slab_common: kmalloc_node: pass large requests to page allocatorHyeonggon Yoo
2022-08-24mm/slub: move kmalloc_large_node() to slab_common.cHyeonggon Yoo