summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2022-01-22scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni
2022-01-22random: move the random sysctl declarations to its own fileXiaoming Ni
2022-01-22firmware_loader: move firmware sysctl to its own filesXiaoming Ni
2022-01-22cdrom: simplify subdirectory registration with register_sysctl()Luis Chamberlain
2022-01-22macintosh/mac_hid.c: simplify subdirectory registration with register_sysctl()Luis Chamberlain
2022-01-22i915: simplify subdirectory registration with register_sysctl()Luis Chamberlain
2022-01-22hpet: simplify subdirectory registration with register_sysctl()Luis Chamberlain
2022-01-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds
2022-01-21Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-21HID: wacom: Avoid using stale array indicies to read contact countJason Gerecke
2022-01-21HID: wacom: Ignore the confidence flag when a touch is removedJason Gerecke
2022-01-21HID: wacom: Reset expected and received contact counts at the same timeJason Gerecke
2022-01-21Merge tag 'rtc-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2022-01-21Merge tag 'drm-next-2022-01-21' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-01-21Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-21Merge tag 'amd-drm-fixes-5.17-2022-01-19' of https://gitlab.freedesktop.org/a...Dave Airlie
2022-01-21Merge tag 'drm-intel-next-fixes-2022-01-20' of git://anongit.freedesktop.org/...Dave Airlie
2022-01-20Merge tag 'gpio-fixes-for-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-20Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2022-01-20Merge tag 'vfio-v5.17-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2022-01-20Merge tag 'pwm/for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20gpio: mpc8xxx: Fix an ignored error return from platform_get_irq()Yang Li
2022-01-20gpio: idt3243x: Fix an ignored error return from platform_get_irq()Yang Li
2022-01-20hash.h: remove unused define directiveIsabella Basso
2022-01-20drivers/infiniband: replace open-coded string copy with get_task_commYafang Shao
2022-01-20include/linux/unaligned: replace kernel.h with the necessary inclusionsAndy Shevchenko
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang
2022-01-19clk: mediatek: relicense mt7986 clock driver to GPL-2.0Sam Shih
2022-01-19net/fsl: xgmac_mdio: Fix incorrect iounmap when removing moduleTobias Waldekranz
2022-01-19net/fsl: xgmac_mdio: Add workaround for erratum A-009885Tobias Waldekranz
2022-01-19HID: uhid: Use READ_ONCE()/WRITE_ONCE() for ->runningJann Horn
2022-01-19HID: uhid: Fix worker destroying device without any protectionJann Horn
2022-01-19net: mscc: ocelot: fix using match before it is setTom Rix
2022-01-19net: phy: micrel: use kszphy_suspend()/kszphy_resume for irq aware devicesClaudiu Beznea
2022-01-19net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into accountArd Biesheuvel
2022-01-19net: axienet: increase default TX ring size to 128Robert Hancock
2022-01-19net: axienet: fix for TX busy handlingRobert Hancock
2022-01-19net: axienet: fix number of TX ring slots for available checkRobert Hancock
2022-01-19net: axienet: Fix TX ring slot available checkRobert Hancock
2022-01-19net: axienet: limit minimum TX ring sizeRobert Hancock
2022-01-19net: axienet: add missing memory barriersRobert Hancock
2022-01-19net: axienet: reset core on initialization prior to MDIO accessRobert Hancock
2022-01-19net: axienet: Wait for PhyRstCmplt after core resetRobert Hancock
2022-01-19net: axienet: increase reset timeoutRobert Hancock
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds