linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-07 18:59:49 to 2021-09-07 22:35:44 UTC [more...]

[PATCH v10 0/1] asus-wmi: Add support for custom fan curves
 2021-09-07 22:35 UTC  (3+ messages)
` [PATCH v10] "

[PATCH] Revert "Enable '-Werror' by default for all kernel builds"
 2021-09-07 22:33 UTC  (7+ messages)

[PATCH] staging: r8188eu: remove unused function Hal_ProSetCrystalCap()
 2021-09-07 22:29 UTC  (2+ messages)

[PATCH v2 0/2] Add memcg accounting to Arm KVM
 2021-09-07 22:29 UTC  (3+ messages)
` [PATCH v2 2/2] KVM: arm64: Add memcg accounting to KVM allocations

[PATCH v3 0/8] dt-bindings: memory-controllers: ti,gpmc: Convert to yaml
 2021-09-07 22:24 UTC  (7+ messages)
` [PATCH v3 5/8] dt-bindings: mtd: ti,gpmc-nand: "

[PATCH 0/2]: ARM: Enable THREAD_INFO_IN_TASK
 2021-09-07 22:17 UTC  (17+ messages)
` [PATCH 0/2] ARM: support THREAD_INFO_IN_TASK (v7 only) (v2)
  ` [PATCH 2/3] ARM: Move thread_info into task_struct (v7 only)
  ` [PATCH 0/7] ARM: support THREAD_INFO_IN_TASK (v3)
    ` [PATCH 1/7] ARM: Pass cpu number to secondary_start_kernel
    ` [PATCH 2/7] ARM: Pass task "
    ` [PATCH 3/7] ARM: Use smp_processor_id() in vfp_pm_suspend instead of ti->cpu
    ` [PATCH 4/7] ARM: Use hack from powerpc to get current cpu number
    ` [PATCH 5/7] ARM: Stop using TPIDRPRW to hold per_cpu_offset
    ` [PATCH 6/7] ARM: Use TPIDRPRW for current
    ` [PATCH 7/7] ARM: Move thread_info into task_struct (v7 only)

ipv4/tcp.c:4234:1: error: the frame size of 1152 bytes is larger than 1024 bytes [-Werror=frame-larger-than=]
 2021-09-07 22:16 UTC  (2+ messages)

[linux-chenxing:msc313_mainlining 24/40] drivers/pinctrl/mstar/pinctrl-msc313.c:1528:5: error: no previous prototype for 'mstar_pin_config_get'
 2021-09-07 22:14 UTC 

[PATCH] staging: r8188eu: remove redundant variable hoffset
 2021-09-07 22:10 UTC  (2+ messages)

[Bisected Regression] OLPC XO-1.5: Internal drive and SD card (mmcblk*) gone since commit ea718c699055
 2021-09-07 22:05 UTC  (2+ messages)

[PATCH] pci/hotplug/pnv-php: Remove probable double put
 2021-09-07 22:01 UTC  (2+ messages)

[RESEND PATCH v4 0/4] Add perf interface to expose nvdimm
 2021-09-07 21:59 UTC  (3+ messages)
` [RESEND PATCH v4 1/4] drivers/nvdimm: Add nvdimm pmu structure

[PATCH v2 1/2] drivers: thermal: tsens: fix wrong check for tzd in irq handlers
 2021-09-07 21:57 UTC  (3+ messages)
` [PATCH v2 2/2] drivers: thermal: tsens: add timeout to get_tem_tsens_valid

[patch V2 00/20] x86/fpu: Clean up exception fixups and error handling in sigframe related code
 2021-09-07 21:55 UTC  (6+ messages)

[PATCH 0/3] namei: fix use-after-free and adjust calling conventions
 2021-09-07 21:54 UTC  (7+ messages)
` [PATCH 3/3] namei: Standardize callers of filename_create()

[PATCH] cdrom: add linux-block list to uniform CD-ROM entry in MAINTAINERS file
 2021-09-07 21:51 UTC  (3+ messages)

[PATCH v2 0/3] namei: fix use-after-free and adjust calling conventions
 2021-09-07 21:44 UTC  (5+ 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 V2.1 00/20] x86/fpu: Clean up exception fixups and error handling in sigframe related code
 2021-09-07 21:44 UTC  (23+ 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() "

[Patch v5 0/3] Introduce a driver to support host accelerated access to Microsoft Azure Blob for Azure VM
 2021-09-07 21:42 UTC  (3+ messages)
` [Patch v5 2/3] Drivers: hv: add Azure Blob driver

[PATCH 0/1] ubifs: ubifs to export filesystem error counters
 2021-09-07 21:40 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v3 0/1] Relax restrictions on user.* xattr
 2021-09-07 21:40 UTC  (5+ messages)

[GIT PULL] PCI changes for v5.15
 2021-09-07 21:39 UTC 

[PATCH] set_user: add capability check when rlimit(RLIMIT_NPROC) exceeds
 2021-09-07 21:30 UTC  (6+ messages)

[PATCH 5.13 00/24] 5.13.15-rc1 review
 2021-09-07 21:36 UTC  (3+ messages)

[RFC PATCH 0/3] Type C partner power supply and PDO support
 2021-09-07 21:36 UTC  (5+ messages)
` [RFC PATCH 1/3] usb: pd: Increase max PDO objects to 13

[PATCH] mm: hwpoison: deal with page cache THP
 2021-09-07 21:34 UTC  (13+ messages)

INFO: task hung in io_uring_cancel_generic
 2021-09-07 21:31 UTC  (3+ messages)

[PATCH 0/5][RFC] Introduce Platform Firmware Runtime Update and Telemetry drivers
 2021-09-07 21:28 UTC  (3+ messages)
` [PATCH 5/5][RFC] selftests/pfru: add test for Platform Firmware Runtime Update and Telemetry

[mm] 8cc621d2f4: fio.write_iops -21.8% regression
 2021-09-07 21:27 UTC  (10+ messages)
          ` [LKP] "

[net 1/7] net/mlx5: Bridge, fix uninitialized variable usage
 2021-09-07 21:24 UTC 

[PATCH 1/2] drivers: thermal: tsens: fix wrong check for tzd in irq handlers
 2021-09-07 21:24 UTC  (5+ messages)
` [PATCH 2/2] drivers: thermal: tsens: add timeout to get_tem_tsens_valid

[PATCH v3] mm: fs: invalidate bh_lrus for only cold path
 2021-09-07 21:23 UTC 

[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 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] 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] scsi: ncr53c8xx: Remove unused retrieve_from_waiting_list() function
 2021-09-07 21:00 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 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 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 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 0/9] fs/ntfs3: Use new mount api and change some opts
 2021-09-07 20:47 UTC  (4+ messages)

[PATCH v3] drm/dp_mst: Fix return code on sideband message failure
 2021-09-07 20:47 UTC  (13+ messages)

bridge.c:157:11: error: variable 'err' is used uninitialized whenever 'if' condition is false
 2021-09-07 20:34 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] watchdog: iTCO_wdt: Fix detection of SMI-off case
 2021-09-07 20:14 UTC  (5+ 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  (5+ messages)
` [PATCH 1/3] dt-bindings: leds: Add pm8350c pmic support
` [PATCH 2/3] leds: Add pm8350c support to Qualcomm LPG driver

[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] MFD 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] remoteproc updates 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)

[PATCH 5.10 00/29] 5.10.63-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  (9+ 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

[BUG] Re: [PATCH] brcmfmac: use ISO3166 country code and 0 rev as fallback
 2021-09-07 19:22 UTC 

[PATCH v5] PM: sleep: core: Avoid setting power.must_resume to false
 2021-09-07 19:22 UTC  (2+ messages)

[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  (3+ messages)
` [PATCH 2/3] drm/msm/dpu1: Add MSM8998 to hw catalog
  ` [Freedreno] "

[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  (2+ messages)

[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)


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).