LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
[GIT PULL] KVM changes for Linux 5.15
2021-09-07 21:22 UTC (2+ messages)
[GIT PULL] Networking for 5.15-rc1
2021-09-07 21:22 UTC (2+ messages)
[GIT PULL REQUEST] watchdog - v5.12 Merge window
2021-09-07 21:22 UTC (4+ messages)
[syzbot] net build error (3)
2021-09-07 21:20 UTC (4+ messages)
[GIT PULL] dmi fix for v5.15
2021-09-07 21:17 UTC (4+ messages)
[patch V2 00/20] x86/fpu: Clean up exception fixups and error handling in sigframe related code
2021-09-07 21:13 UTC (5+ messages)
[PATCH 00/24] x86/entry/64: Convert a bunch of ASM entry code into C code
2021-09-07 21:12 UTC (11+ messages)
` [PATCH 02/24] x86/traps: Move arch/x86/kernel/traps.c to arch/x86/entry/
[PATCH 0/3] namei: fix use-after-free and adjust calling conventions
2021-09-07 21:09 UTC (5+ messages)
` [PATCH 3/3] namei: Standardize callers of filename_create()
[PATCH] staging: r8188eu: remove unused function Hal_ProSetCrystalCap()
2021-09-07 21:09 UTC
[PATCH] Enable '-Werror' by default for all kernel builds
2021-09-07 21:07 UTC (9+ messages)
[PATCH 0/3] Apple Mailbox Controller support
2021-09-07 21:06 UTC (9+ messages)
` [PATCH 2/3] dt-bindings: mailbox: Add Apple mailbox bindings
` [PATCH 3/3] mailbox: apple: Add driver for Apple mailboxes
[PATCH] ipmi: kcs_bmc: Fix a memory leak in the error handling path of 'kcs_bmc_serio_add_device()'
2021-09-07 21:06 UTC
[PATCH v6 1/6] mfd: simple-mfd-i2c: Add Delta TN48M CPLD support
2021-09-07 21:02 UTC (11+ messages)
` [PATCH v6 5/6] dt-bindings: mfd: Add Delta TN48M CPLD drivers bindings
[PATCH] ASoC: pcm5102a: increase rate from 192k to 384k
2021-09-07 21:01 UTC
[PATCH] scsi: ncr53c8xx: Remove unused retrieve_from_waiting_list() function
2021-09-07 21:00 UTC
[PATCH v6 bpf-next 0/3] bpf: introduce bpf_get_branch_snapshot
2021-09-07 20:58 UTC (6+ messages)
` [PATCH v6 bpf-next 1/3] perf: enable branch record for software events
` [PATCH v6 bpf-next 2/3] bpf: introduce helper bpf_get_branch_snapshot
` [PATCH v6 bpf-next 3/3] selftests/bpf: add test for bpf_get_branch_snapshot
[PATCH 1/2] drivers: thermal: tsens: fix wrong check for tzd in irq handlers
2021-09-07 20:55 UTC (4+ messages)
` [PATCH 2/2] drivers: thermal: tsens: add timeout to get_tem_tsens_valid
[PATCH v1] mmc: mediatek: Add HS400 online tuning support
2021-09-07 20:53 UTC (3+ messages)
` [PATCH v1 1/2] dt-bindings: mmc: mtk-sd: add hs400 dly3 setting
[PATCH] drm/mcde: Make use of the helper function devm_platform_ioremap_resource()
2021-09-07 20:50 UTC (2+ messages)
[PATCH v2 0/3] namei: fix use-after-free and adjust calling conventions
2021-09-07 20:50 UTC (4+ messages)
` [PATCH v2 1/3] namei: Fix use after free in kern_path_locked
` [PATCH v2 2/3] namei: Standardize callers of filename_lookup()
` [PATCH v2 3/3] namei: Standardize callers of filename_create()
[PATCH v5 bpf-next 0/3] bpf: introduce bpf_get_branch_snapshot
2021-09-07 20:50 UTC (6+ messages)
` [PATCH v5 bpf-next 1/3] perf: enable branch record for software events
[PATCH v3] drm/dp_mst: Fix return code on sideband message failure
2021-09-07 20:47 UTC (13+ messages)
[PATCH v3 0/9] fs/ntfs3: Use new mount api and change some opts
2021-09-07 20:47 UTC (4+ messages)
[patch V2.1 00/20] x86/fpu: Clean up exception fixups and error handling in sigframe related code
2021-09-07 20:37 UTC (22+ messages)
` [patch V2.1 01/20] x86/extable: Tidy up redundant handler functions
` [patch V2.1 02/20] x86/extable: Get rid of redundant macros
` [patch V2.1 03/20] x86/mce: Deduplicate exception handling
` [patch V2.1 04/20] x86/mce: Get rid of stray semicolons
` [patch V2.1 05/20] x86/extable: Rework the exception table mechanics
` [patch V2.1 06/20] x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFE
` [patch V2.1 07/20] x86/copy_mc: Use EX_TYPE_DEFAULT_MCE_SAFE for exception fixups
` [patch V2.1 08/20] x86/fpu: Use EX_TYPE_FAULT_MCE_SAFE "
` [patch V2.1 09/20] x86/extable: Remove EX_TYPE_FAULT from MCE safe fixups
` [patch V2.1 10/20] x86/fpu/signal: Clarify exception handling in restore_fpregs_from_user()
` [patch V2.1 11/20] x86/fpu: Dont use MCE safe fixups for writing FPU state to user space
` [patch V2.1 12/20] x86/fpu/signal: Move header zeroing out of xsave_to_user_sigframe()
` [patch V2.1 13/20] x86/fpu/signal: Move xstate clearing out of copy_fpregs_to_sigframe()
` [patch V2.1 14/20] x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to boolean
` [patch V2.1 15/20] x86/fpu/signal: Change return type of copy_fpregs_to_sigframe() helpers "
` [patch V2.1 16/20] x86/signal: Change return type of restore_sigcontext() "
` [patch V2.1 17/20] x86/fpu/signal: Change return type of fpu__restore_sig() "
` [patch V2.1 18/20] x86/fpu/signal: Change return type of __fpu_restore_sig() "
` [patch V2.1 19/20] x86/fpu/signal: Change return code of check_xstate_in_sigframe() "
` [patch V2.1 20/20] x86/fpu/signal: Change return code of restore_fpregs_from_user() "
bridge.c:157:11: error: variable 'err' is used uninitialized whenever 'if' condition is false
2021-09-07 20:34 UTC (4+ messages)
[PATCH] Revert "Enable '-Werror' by default for all kernel builds"
2021-09-07 20:30 UTC (4+ messages)
[PATCH v1] net: macb: fix use after free on rmmod
2021-09-07 20:29 UTC
[PATCH 0/3] arm64: dts: Update IOT2050 boards
2021-09-07 20:28 UTC (11+ messages)
` [PATCH 1/3] arm64: dts: ti: iot2050: Flip mmc device ordering on Advanced devices
[GIT PULL] gpio: updates for v5.15
2021-09-07 20:26 UTC (10+ messages)
` "
[PATCH v3] mmap_lock: Change trace and locking order
2021-09-07 20:25 UTC (2+ messages)
[PATCH] ASoC: dt-bindings: lpass: add binding headers for digital codecs
2021-09-07 20:24 UTC (2+ messages)
[patch V2 05/20] x86/extable: Rework the exception table mechanics
2021-09-07 20:22 UTC (2+ messages)
[PATCH 0/3] Add PM8350C PMIC PWM support for backlight
2021-09-07 20:20 UTC (11+ messages)
` [PATCH 1/3] dt-bindings: leds: Add pm8350c pmic support
` [PATCH 2/3] leds: Add pm8350c support to Qualcomm LPG driver
` [PATCH 3/3] arm64: dts: qcom: pm8350c: Add pwm support
[PATCH] cpufreq: intel_pstate: Force intel_pstate to load when HWP disabled in firmware
2021-09-07 20:16 UTC (8+ messages)
` [PATCH v2] cpufreq: intel_pstate: Add Icelake servers support in no-HWP mode
[GIT PULL] Backlight for v5.15
2021-09-07 20:14 UTC (2+ messages)
[GIT PULL] kgdb changes for v5.15
2021-09-07 20:14 UTC (2+ messages)
[GIT PULL] NTB bug fixes for v5.15
2021-09-07 20:14 UTC (2+ messages)
[GIT PULL] MFD for v5.15
2021-09-07 20:14 UTC (2+ messages)
[GIT PULL] fuse update for 5.15
2021-09-07 20:14 UTC (2+ messages)
[GIT PULL] remoteproc updates for v5.15
2021-09-07 20:14 UTC (2+ messages)
[PATCH] watchdog: iTCO_wdt: Fix detection of SMI-off case
2021-09-07 20:14 UTC (5+ messages)
[PATCH 5.10 00/29] 5.10.63-rc1 review
2021-09-07 20:07 UTC (3+ messages)
[PATCH 5.13 00/24] 5.13.15-rc1 review
2021-09-07 20:07 UTC (2+ messages)
[PATCH] fix missing 'sys' package
2021-09-07 20:06 UTC (2+ messages)
[PATCH 5.14 00/14] 5.14.2-rc1 review
2021-09-07 20:06 UTC (2+ messages)
[PATCH 0/6] stackdepot, kasan, workqueue: Avoid expanding stackdepot slabs when holding raw_spin_lock
2021-09-07 20:05 UTC (2+ messages)
[PATCH] x86/umip: Add a umip= cmdline switch
2021-09-07 20:04 UTC
[PATCH] riscv: mm: don't advertise 1 num_asid for 0 asid bits
2021-09-07 20:02 UTC
[PATCH v4 00/10] Add Modem support on SC7280 SoCs
2021-09-07 20:01 UTC (3+ messages)
` [PATCH v4 05/10] remoteproc: mss: q6v5-mss: Add modem support on SC7280
[PATCH v9 0/5] Introduce SoC sleep stats driver
2021-09-07 19:58 UTC (3+ messages)
` [PATCH v9 1/5] dt-bindings: Introduce SoC sleep stats bindings
[patch V2 20/20] x86/fpu/signal: Change return code of restore_fpregs_from_user() to boolean
2021-09-07 19:56 UTC
[patch V2 19/20] x86/fpu/signal: Change return code of check_xstate_in_sigframe() to boolean
2021-09-07 19:56 UTC
[patch V2 18/20] x86/fpu/signal: Change return type of __fpu_restore_sig() to boolean
2021-09-07 19:56 UTC
[patch V2 17/20] x86/fpu/signal: Change return type of fpu__restore_sig() to boolean
2021-09-07 19:56 UTC
[patch V2 16/20] x86/signal: Change return type of restore_sigcontext() to boolean
2021-09-07 19:56 UTC
[patch V2 15/20] x86/fpu/signal: Change return type of copy_fpregs_to_sigframe() helpers to boolean
2021-09-07 19:56 UTC
[patch V2 14/20] x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to boolean
2021-09-07 19:56 UTC
[patch V2 13/20] x86/fpu/signal: Move xstate clearing out of copy_fpregs_to_sigframe()
2021-09-07 19:56 UTC
[patch V2 12/20] x86/fpu/signal: Move header zeroing out of xsave_to_user_sigframe()
2021-09-07 19:56 UTC
[patch V2 11/20] x86/fpu: Dont use MCE safe fixups for writing FPU state to user space
2021-09-07 19:56 UTC
[patch V2 10/20] x86/fpu/signal: Clarify exception handling in restore_fpregs_from_user()
2021-09-07 19:56 UTC
[patch V2 09/20] x86/extable: Remove EX_TYPE_FAULT from MCE safe fixups
2021-09-07 19:56 UTC
[patch V2 08/20] x86/fpu: Use EX_TYPE_FAULT_MCE_SAFE for exception fixups
2021-09-07 19:56 UTC
[patch V2 07/20] x86/copy_mc: Use EX_TYPE_DEFAULT_MCE_SAFE for exception fixups
2021-09-07 19:56 UTC
[patch V2 06/20] x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFE
2021-09-07 19:56 UTC
[PATCH] Revert "arm64: dts: qcom: sc7280: Fixup the cpufreq node"
2021-09-07 19:56 UTC (2+ messages)
[patch V2 04/20] x86/mce: Get rid of stray semicolons
2021-09-07 19:56 UTC
[patch V2 03/20] x86/mce: Deduplicate exception handling
2021-09-07 19:56 UTC
[patch V2 02/20] x86/extable: Get rid of redundant macros
2021-09-07 19:56 UTC
[patch V2 01/20] x86/extable: Tidy up redundant handler functions
2021-09-07 19:56 UTC
[PATCH] ASoC: qcom: lpass-platform: Reset irq clear reg post handling interrupts
2021-09-07 19:54 UTC (4+ messages)
[PATCH v10 0/4] drm: update locking for modesetting
2021-09-07 19:50 UTC (2+ messages)
[PATCH] ath10k: Don't always treat modem stop events as crashes
2021-09-07 19:48 UTC (3+ messages)
[memcg] 0f12156dff: will-it-scale.per_process_ops -33.6% regression
2021-09-07 19:42 UTC (13+ messages)
INFO: task hung in io_uring_cancel_generic
2021-09-07 19:30 UTC (2+ messages)
[BUG] android: possible ABBA deadlock in print_binder_proc() and binder_get_txn_from_and_acq_inner()
2021-09-07 19:29 UTC (2+ messages)
[v2,0/2] update mediatek wdt driver and dt-binding
2021-09-07 19:28 UTC (3+ messages)
` [v2,2/2] dt-bindings: watchdog: mtk-wdt: add disable_wdt_extrst support
[PATCH v5] PM: sleep: core: Avoid setting power.must_resume to false
2021-09-07 19:22 UTC (2+ messages)
[BUG] Re: [PATCH] brcmfmac: use ISO3166 country code and 0 rev as fallback
2021-09-07 19:22 UTC
[PATCH 1/2] PM: EM: fix kernel-doc comments
2021-09-07 19:22 UTC (2+ messages)
[PATCH v2] dt-bindings: display: renesas,du: Provide bindings for r8a779a0
2021-09-07 19:17 UTC (4+ messages)
[PATCH 0/4] Fixup register offsets to support per core L3 DCVS
2021-09-07 19:14 UTC (6+ messages)
` [PATCH 3/4] arm64: dts: qcom: sc7280: Fixup the cpufreq node
[PATCH] ACPI: scan: Remove unneeded header linux/nls.h
2021-09-07 19:14 UTC (2+ messages)
[PATCH 1/3] drm/msm/dpu1: Add DMA2, DMA3 clock control to enum
2021-09-07 19:12 UTC (5+ messages)
` [PATCH 2/3] drm/msm/dpu1: Add MSM8998 to hw catalog
` [Freedreno] "
` [PATCH 3/3] dt-bindings: display: msm: Add binding for msm8998 dpu
[mm/gup] 9857a17f20: kernel_BUG_at_include/linux/pagemap.h
2021-09-07 19:10 UTC (3+ messages)
[PATCH v3 0/3] Allwinner R329 and D1 watchdog support
2021-09-07 19:09 UTC (3+ messages)
` [PATCH v3 2/3] dt-bindings: watchdog: sunxi: Add compatibles for D1
[PATCH v5 0/6] Rx mode support for Cadence DPHY
2021-09-07 19:03 UTC (5+ messages)
` [PATCH v5 4/6] phy: dt-bindings: cdns,dphy: make clocks optional for Rx mode
` [PATCH v5 6/6] phy: dt-bindings: cdns,dphy: add Rx DPHY compatible
[PATCH 1/2] drm/panel: Add driver for Novatek NT35950 DSI DriverIC panels
2021-09-07 19:01 UTC (4+ messages)
` [PATCH 2/2] dt-bindings: display: Add bindings for Novatek NT35950
[PATCH v2] thermal: Fix a NULL pointer dereference
2021-09-07 19:01 UTC
[PATCH 3/3] dt-bindings: clock: lan966x: Add LAN966X Clock Controller
2021-09-07 19:00 UTC (2+ messages)
Fair IT: Lim
2021-09-07 18:58 UTC
[PATCH 1/3] dt-bindings: clock: lan966x: Add binding includes for lan966x SoC clock IDs
2021-09-07 18:57 UTC (2+ messages)
[PATCH v1] dt-bindings: ufshc: cdns: convert bindings for Cadence UFS host controller
2021-09-07 18:54 UTC (4+ messages)
` [PATCH v2] dt-bindings "
` [PATCH v2] dt-bindings: ufshc: cdns: convert bindings "
[csky-linux:linux-5.15-rc1-d1-v4 2/8] undefined reference to `apply_vendor_setup_vm'
2021-09-07 18:52 UTC
[PATCH v2 0/3] arm: aspeed: Add UART routing support
2021-09-07 18:46 UTC (3+ messages)
` [PATCH v2 1/3] dt-bindings: aspeed-lpc: Add UART routing compatible string
[mm] 8cc621d2f4: fio.write_iops -21.8% regression
2021-09-07 18:46 UTC (9+ messages)
` [LKP] "
[PATCH] ASoC: amd: acp: declare and add prefix to 'bt_uart_enable' symbol
2021-09-07 18:42 UTC
[PATCH v2 0/6] x86/kvm: add boot parameters for max vcpu configs
2021-09-07 18:34 UTC (3+ messages)
` [PATCH v2 3/6] x86/kvm: introduce per cpu vcpu masks
[PATCH 0/2] drm/panel: Add support for LG.Philips SW43101 DSI video mode panel
2021-09-07 18:33 UTC (3+ messages)
` [PATCH 2/2] dt-bindings: display: Add binding for LG.Philips SW43101
[PATCH] thermal: Fix a NULL pointer dereference
2021-09-07 18:32 UTC (3+ messages)
[PATCH 1/2] drm/panel: Add BOE BF060Y8M-AJ0 5.99" AMOLED panel driver
2021-09-07 18:29 UTC (3+ messages)
` [PATCH 2/2] dt-bindings: display: Document BOE BF060Y8M-AJ0 panel compatible
[PATCH v7 0/6] Add support for Core Power Reduction v3, v4 and Hardened
2021-09-07 18:28 UTC (3+ messages)
` [PATCH v7 2/6] dt-bindings: avs: cpr: Convert binding to YAML schema
[PATCH] dccp: don't duplicate ccid when cloning dccp sock
2021-09-07 18:28 UTC
[PATCH v3 0/2] drivers: perf: Add Marvell CN10K LLC-TAD pmu driver
2021-09-07 18:25 UTC (5+ messages)
` [PATCH 2/2] dt-bindings: perf: Add YAML schemas for Marvell CN10K LLC-TAD pmu bindings
` [EXT] "
[PATCH v4 0/2] drivers: perf: Add Marvell CN10K LLC-TAD pmu driver
2021-09-07 18:24 UTC (3+ messages)
` [PATCH v4 2/2] dt-bindings: perf: Add YAML schemas for Marvell CN10K LLC-TAD pmu bindings
[PATCH v4] f2fs: introduce fragment allocation mode mount option
2021-09-07 18:12 UTC (7+ messages)
` [f2fs-dev] "
[PATCH] drm/kmb: Avoid warnings on impossible plane_id
2021-09-07 18:11 UTC (4+ messages)
[PATCH 0/2] mm, thp: fix file-backed THP race in collapse_file
2021-09-07 18:08 UTC (3+ messages)
` [PATCH 1/2] mm, thp: check page mapping when truncating page cache
[PATCH v4 1/4] clk: fractional-divider: Export approximation algorithm to the CCF users
2021-09-07 18:06 UTC (4+ messages)
[syzbot] WARNING: kmalloc bug in memslot_rmap_alloc
2021-09-07 18:05 UTC (3+ messages)
wwan/iosm vs. xmm7360
2021-09-07 18:01 UTC (4+ messages)
[PATCH v2] coresight: syscfg: fix compiler warnings
2021-09-07 17:58 UTC (4+ messages)
[PATCH v2] mmap_lock: Change trace and locking order
2021-09-07 17:57 UTC (4+ messages)
[RESEND v2] tracing/gpu: Add imported size to gpu_mem_imported tracepoint
2021-09-07 17:52 UTC (5+ messages)
[PATCH v3 0/7] Basic recovery for machine checks inside SGX
2021-09-07 17:46 UTC (10+ messages)
` [PATCH v4 0/6] "
` [PATCH v4 5/6] x86/sgx: Hook sgx_memory_failure() into mainline code
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).