summaryrefslogtreecommitdiffstats
path: root/security (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-06Input: kxtj9 - use device core to create driver-specific device attributesDmitry Torokhov1-12/+17
2023-09-06Input: iqs269a - use device core to create driver-specific device attributesDmitry Torokhov1-8/+2
2023-09-06Input: cyapa - use device core to create driver-specific device attributesDmitry Torokhov1-11/+3
2023-09-06Input: cros_ec_keyb - use device core to create driver-specific device attrib...Dmitry Torokhov1-7/+3
2023-08-27Linux 6.5v6.5Linus Torvalds1-1/+1
2023-08-26genirq: Fix software resend lockup and nested resendJohan Hovold1-1/+6
2023-08-26LoongArch: Fix hw_breakpoint_control() for watchpointsHuacai Chen1-2/+1
2023-08-26LoongArch: Ensure FP/SIMD registers in the core dump file is up to dateHuacai Chen2-4/+22
2023-08-25lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernelsHelge Deller1-26/+6
2023-08-25LoongArch: Put the body of play_dead() into arch_cpu_idle_dead()Tiezhu Yang3-10/+1
2023-08-25LoongArch: Add identifier names to arguments of die() declarationTiezhu Yang1-1/+1
2023-08-25LoongArch: Return earlier in die() if notify_die() returns NOTIFY_STOPTiezhu Yang1-2/+4
2023-08-25LoongArch: Do not kill the task in die() if notify_die() returns NOTIFY_STOPTiezhu Yang2-7/+7
2023-08-25LoongArch: Remove <asm/export.h>Masahiro Yamada1-1/+0
2023-08-25LoongArch: Replace #include <asm/export.h> with #include <linux/export.h>Masahiro Yamada8-8/+8
2023-08-25LoongArch: Remove unneeded #include <asm/export.h>Masahiro Yamada3-3/+0
2023-08-25LoongArch: Replace -ffreestanding with finer-grained -fno-builtin'sWANG Xuerui1-1/+1
2023-08-25LoongArch: Remove redundant "source drivers/firmware/Kconfig"Xi Ruoyao1-2/+0
2023-08-25scsi: snic: Fix double free in snic_tgt_create()Zhu Wang1-2/+1
2023-08-25scsi: core: raid_class: Remove raid_component_add()Zhu Wang2-52/+0
2023-08-24shmem: fix smaps BUG sleeping while atomicHugh Dickins1-2/+4
2023-08-24selftests: cachestat: catch failing fsync test on tmpfsAndre Przywara1-15/+47
2023-08-24selftests: cachestat: test for cachestat availabilityAndre Przywara1-1/+19
2023-08-24maple_tree: disable mas_wr_append() when other readers are possibleLiam R. Howlett1-0/+7
2023-08-24madvise:madvise_free_pte_range(): don't use mapcount() against large folio fo...Yin Fengwei1-1/+1
2023-08-24madvise:madvise_free_huge_pmd(): don't use mapcount() against large folio for...Yin Fengwei1-1/+1
2023-08-24madvise:madvise_cold_or_pageout_pte_range(): don't use mapcount() against lar...Yin Fengwei1-2/+2
2023-08-24riscv: Fix build errors using binutils2.37 toolchainsMingzheng Xing1-4/+4
2023-08-24NFSD: Fix a thinko introduced by recent trace point changesChuck Lever1-0/+1
2023-08-24ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJMario Limonciello1-1/+1
2023-08-24x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4Feng Tang1-0/+7
2023-08-24x86/fpu: Invalidate FPU state correctly on exec()Rick Edgecombe2-3/+2
2023-08-24selftests: bonding: add macvlan over bond testingHangbin Liu2-1/+101
2023-08-24selftest: bond: add new topo bond_topo_2d1c.shHangbin Liu4-113/+167
2023-08-24bonding: fix macvlan over alb bond supportHangbin Liu2-13/+4
2023-08-24rtnetlink: Reject negative ifindexes in RTM_NEWLINKIdo Schimmel1-0/+3
2023-08-23drm/i915: Fix HPD polling, reenabling the output poll work as neededImre Deak1-2/+2
2023-08-23drm: Add an HPD poll helper to reschedule the poll workImre Deak2-22/+47
2023-08-23gpio: sim: pass the GPIO device's software node to irq domainBartosz Golaszewski1-1/+1
2023-08-23gpio: sim: dispose of irq mappings before destroying the irq_sim domainBartosz Golaszewski1-0/+13
2023-08-23drm/vmwgfx: Fix possible invalid drm gem put callsZack Rusin6-16/+16
2023-08-23drm/vmwgfx: Fix shader stage validationZack Rusin2-18/+23
2023-08-23ALSA: ymfpci: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-2/+8
2023-08-23platform/mellanox: Fix mlxbf-tmfifo not handling all virtio CONSOLE notificat...Shih-Yi Chen1-0/+1
2023-08-23netfilter: nf_tables: defer gc run if previous batch is still pendingFlorian Westphal3-0/+11
2023-08-23netfilter: nf_tables: fix out of memory error handlingFlorian Westphal1-3/+10
2023-08-23netfilter: nf_tables: use correct lock to protect gc_listPablo Neira Ayuso1-2/+2
2023-08-23netfilter: nf_tables: GC transaction race with abort pathPablo Neira Ayuso1-1/+5
2023-08-23netfilter: nf_tables: flush pending destroy work before netlink notifierPablo Neira Ayuso1-1/+1
2023-08-23netfilter: nf_tables: validate all pending tablesFlorian Westphal2-4/+8