aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sys.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-26net: dsa: hellcreek: Adjust schedule look ahead windowKurt Kanzenbach1-1/+1
2021-08-26net: dsa: hellcreek: Fix incorrect setting of GCLKurt Kanzenbach1-3/+3
2021-08-26cxgb4: dont touch blocked freelist bitmap after freeRahul Lakkireddy1-4/+3
2021-08-26ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet1-6/+6
2021-08-26ipv6: use siphash in rt6_exception_hash()Eric Dumazet1-6/+14
2021-08-26sched/fair: Mark tg_is_idle() an inline in the !CONFIG_FAIR_GROUP_SCHED caseIngo Molnar1-1/+1
2021-08-26perf/x86/amd/power: Assign pmu.moduleKim Phillips1-0/+1
2021-08-26perf/x86/amd/ibs: Extend PERF_PMU_CAP_NO_EXCLUDE to IBS OpKim Phillips1-0/+1
2021-08-26perf/x86/amd/ibs: Work around erratum #1197Kim Phillips1-0/+8
2021-08-26perf/x86/intel/uncore: Fix integer overflow on 23 bit left shift of a u32Colin Ian King1-1/+1
2021-08-26can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX and TX error countersStefan Mätje1-2/+2
2021-08-25net: usb: asix: ax88772: fix boolconv.cocci warningskernel test robot1-1/+1
2021-08-25SUNRPC: Fix XPT_BUSY flag leakage in svc_handle_xprt()...Trond Myklebust1-1/+2
2021-08-25MAINTAINERS: exfat: update my email addressNamjae Jeon1-1/+1
2021-08-25mm/memory_hotplug: fix potential permanent lru cache disableMiaohe Lin1-0/+1
2021-08-25PM: domains: Improve runtime PM performance state handlingDmitry Osipenko1-2/+8
2021-08-25pipe: do FASYNC notifications for every pipe IO, not just state changesLinus Torvalds1-12/+8
2021-08-25ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()Tuo Li1-3/+5
2021-08-25ceph: correctly handle releasing an embedded cap flushXiubo Li4-12/+22
2021-08-25perf/x86/intel/pt: Fix mask of num_address_rangesXiaoyao Li1-1/+1
2021-08-25regulator: vctrl: Avoid lockdep warning in enable/disable opsChen-Yu Tsai1-30/+42
2021-08-25regulator: vctrl: Use locked regulator_get_voltage in probe pathChen-Yu Tsai1-1/+2
2021-08-25Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo1-1/+1
2021-08-25Partially revert "arm64/mm: drop HAVE_ARCH_PFN_VALID"Will Deacon3-0/+39
2021-08-25net/sched: ets: fix crash when flipping from 'strict' to 'quantum'Davide Caratti1-0/+7
2021-08-25qede: Fix memset corruptionShai Malin1-1/+1
2021-08-25net: stmmac: fix kernel panic due to NULL pointer dereference of buf->xdpSong Yoong Siang1-4/+4
2021-08-25net: stmmac: fix kernel panic due to NULL pointer dereference of xsk_poolSong Yoong Siang1-6/+6
2021-08-25x86/build: Move the install rule to arch/x86/MakefileMasahiro Yamada2-7/+3
2021-08-25x86/build: Remove the left-over bzlilo targetMasahiro Yamada1-2/+2
2021-08-25net: macb: Add a NULL check on desc_ptpHarini Katakam1-1/+10
2021-08-25net: stmmac: dwmac-rk: fix unbalanced pm_runtime_enable warningsMichael Riesch1-9/+0
2021-08-25KVM: s390: generate kvm hypercall functionsHeiko Carstens1-156/+73
2021-08-25s390/sclp: add tracing of SCLP interactionsPeter Oberparleiter2-10/+236
2021-08-25s390/debug: add early tracing supportPeter Oberparleiter2-0/+151
2021-08-25s390/debug: fix debug area life cyclePeter Oberparleiter1-46/+56
2021-08-25s390/debug: keep debug data on resizePeter Oberparleiter1-21/+53
2021-08-25s390/diag: make restart_part2 a local labelHeiko Carstens1-2/+2
2021-08-25s390/mm,pageattr: fix walk_pte_level() early exitHeiko Carstens1-1/+1
2021-08-25s390: fix typo in linker scriptHeiko Carstens1-1/+1
2021-08-25s390: remove do_signal() prototype and do_notify_resume() functionSven Schnelle2-8/+0
2021-08-25s390/crypto: fix all kernel-doc warnings in vfio_ap_ops.cRandy Dunlap1-64/+52
2021-08-25s390/pci: improve DMA translation init and exitNiklas Schnelle8-43/+76
2021-08-25s390/pci: simplify CLP List PCI handlingNiklas Schnelle3-87/+102
2021-08-25s390/pci: handle FH state mismatch only on disableNiklas Schnelle3-6/+16
2021-08-25s390/pci: fix misleading rc in clp_set_pci_fn()Niklas Schnelle2-20/+20
2021-08-25s390/boot: factor out offset_vmlinux_info() functionAlexander Gordeev1-8/+12
2021-08-25s390/kasan: fix large PMD pages address alignment checkAlexander Gordeev1-21/+20
2021-08-25s390/zcrypt: remove gratuitious NULL check in .remove() callbacksJulian Wiedmann3-12/+10
2021-08-25s390/ap: use the common driver-data pointerJulian Wiedmann6-45/+30