aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-28powerpc/64: mark irqs hard disabled in boot pacaNicholas Piggin1-1/+3
2022-09-28powerpc/64/interrupt: Fix false warning in context tracking due to idle stateNicholas Piggin1-1/+2
2022-09-28powerpc/64s: Enable KFENCE on book3s64Nicholas Miehlbradt6-11/+30
2022-09-28powerpc/64s: Allow double call of kernel_[un]map_linear_page()Christophe Leroy1-1/+7
2022-09-28powerpc/64s: Remove unneeded #ifdef CONFIG_DEBUG_PAGEALLOC in hash_utilsChristophe Leroy1-7/+2
2022-09-28powerpc/64s: Add DEBUG_PAGEALLOC for radixNicholas Miehlbradt1-4/+14
2022-09-28powerpc/64s: update cpu selection optionsNicholas Piggin3-6/+21
2022-09-28powerpc/64s: Fix GENERIC_CPU build flags for PPC970 / G5Nicholas Piggin1-1/+1
2022-09-28powerpc/64s: Make POWER10 and later use pause_short in cpu_relax loopsNicholas Piggin2-6/+24
2022-09-28powerpc: add ISA v3.0 / v3.1 wait opcode macroNicholas Piggin2-3/+6
2022-09-28powerpc/time: avoid programming DEC at the start of the timer interruptNicholas Piggin1-14/+15
2022-09-28powerpc: Add support for early debugging via Serial 16550 consolePali Rohár4-0/+51
2022-09-28powerpc/64/kdump: Limit kdump base to 512MBHari Bathini1-3/+3
2022-09-28powerpc: Provide syscall wrapperRohan McLure7-18/+105
2022-09-28powerpc: Change system_call_exception calling conventionRohan McLure4-24/+23
2022-09-28powerpc: Use common syscall handler typeRohan McLure6-12/+19
2022-09-28powerpc: Enable compile-time check for syscall handlersRohan McLure1-21/+11
2022-09-28powerpc: Include all arch-specific syscall prototypesRohan McLure4-27/+80
2022-09-28powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlersRohan McLure5-45/+64
2022-09-28powerpc: Provide do_ppc64_personality helperRohan McLure1-1/+5
2022-09-28powerpc: Remove direct call to mmap2 syscall handlersRohan McLure3-13/+14
2022-09-28s390/pci: remove unused bus_next field from struct zpci_devNiklas Schnelle1-1/+0
2022-09-28s390/cio: remove unused ccw_device_force_console() declarationGaosheng Cui1-1/+0
2022-09-28drm/framebuffer: convert to drm_dbg_kms()Simon Ser1-33/+33
2022-09-28Merge branch 'sfc-tc-offload'David S. Miller16-3/+980
2022-09-28sfc: bare bones TC offload on EF100Edward Cree5-0/+397
2022-09-28sfc: interrogate MAE capabilities at probe timeEdward Cree4-0/+93
2022-09-28sfc: add a hashtable for offloaded TC rulesEdward Cree4-2/+123
2022-09-28sfc: optional logging of TC offload errorsEdward Cree5-0/+61
2022-09-28sfc: bind indirect blocks for TC offload on EF100Edward Cree3-1/+84
2022-09-28sfc: bind blocks for TC offload on EF100Edward Cree8-2/+224
2022-09-28net: ethernet: rmnet: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2022-09-28net: sched: act_bpf: simplify code logic in tcf_bpf_init()Zhengchao Shao1-1/+1
2022-09-28Merge branch 'lan966x-qos'David S. Miller7-1/+365
2022-09-28net: lan966x: Add offload support for etsHoratiu Vultur5-1/+139
2022-09-28net: lan966x: Add offload support for cbsHoratiu Vultur4-1/+85
2022-09-28net: lan966x: Add offload support for tbfHoratiu Vultur5-1/+143
2022-09-28can: c_can: don't cache TX messages for C_CAN coresMarc Kleine-Budde2-8/+20
2022-09-28mmc: Merge branch fixes into nextUlf Hansson2-27/+1
2022-09-28mmc: sdhci: Centralize CMD and DATA reset handlingAdrian Hunter1-13/+39
2022-09-28mmc: sdhci: Get rid of SDHCI_QUIRK_RESET_CMD_DATA_ON_IOSAdrian Hunter3-11/+22
2022-09-28mmc: sdhci: Remove misleading comment about resetsAdrian Hunter1-4/+0
2022-09-28mmc: sdhci: Separate out sdhci_reset_for_all()Adrian Hunter1-8/+12
2022-09-28sched: Fix TASK_state comparisonsPeter Zijlstra3-4/+8
2022-09-28Merge branch 'tc-testing-qdisc'David S. Miller16-0/+2750
2022-09-28selftests/tc-testing: add selftests for teql qdiscZhengchao Shao2-0/+98
2022-09-28selftests/tc-testing: add selftests for tbf qdiscZhengchao Shao2-0/+212
2022-09-28selftests/tc-testing: add selftests for taprio qdiscZhengchao Shao2-0/+136
2022-09-28selftests/tc-testing: add selftests for skbprio qdiscZhengchao Shao2-0/+96
2022-09-28selftests/tc-testing: add selftests for sfq qdiscZhengchao Shao2-0/+233