linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-12 11:08:49 to 2021-03-12 12:51:51 UTC [more...]

[PATCH v3 00/41] powerpc/32: Switch to interrupt entry/exit in C
 2021-03-12 12:50 UTC  (37+ messages)
` [PATCH v3 01/41] powerpc/traps: Declare unrecoverable_exception() as __noreturn
` [PATCH v3 02/41] powerpc/40x: Don't use SPRN_SPRG_SCRATCH0/1 in TLB miss handlers
` [PATCH v3 03/41] powerpc/40x: Change CRITICAL_EXCEPTION_PROLOG macro to a gas macro
` [PATCH v3 04/41] powerpc/40x: Save SRR0/SRR1 and r10/r11 earlier in critical exception
` [PATCH v3 05/41] powerpc/40x: Reorder a few instructions in critical exception prolog
` [PATCH v3 06/41] powerpc/40x: Prepare for enabling MMU "
` [PATCH v3 07/41] powerpc/40x: Prepare normal exception handler for enabling MMU early
` [PATCH v3 08/41] powerpc/32: Reconcile interrupts in C
` [PATCH v3 09/41] powerpc/32: Entry cpu time accounting "
` [PATCH v3 10/41] powerpc/32: Handle bookE debugging in C in exception entry
` [PATCH v3 11/41] powerpc/32: Use fast instruction to set MSR RI in exception prolog on 8xx
` [PATCH v3 12/41] powerpc/32: Remove ksp_limit
` [PATCH v3 13/41] powerpc/32: Always enable data translation in exception prolog
` [PATCH v3 14/41] powerpc/32: Tag DAR in EXCEPTION_PROLOG_2 for the 8xx
` [PATCH v3 15/41] powerpc/32: Enable instruction translation at the same time as data translation
` [PATCH v3 16/41] powerpc/32: Statically initialise first emergency context
` [PATCH v3 17/41] powerpc/32: Add vmap_stack_overflow label inside the macro
` [PATCH v3 18/41] powerpc/32: Use START_EXCEPTION() as much as possible
` [PATCH v3 19/41] powerpc/32: Move exception prolog code into .text once MMU is back on
` [PATCH v3 20/41] powerpc/32: Provide a name to exception prolog continuation in virtual mode
` [PATCH v3 21/41] powerpc/32: Refactor booke critical registers saving
` [PATCH v3 22/41] powerpc/32: Perform normal function call in exception entry
` [PATCH v3 23/41] powerpc/32: Always save non volatile registers on "
` [PATCH v3 24/41] powerpc/32: Replace ASM exception exit by C exception exit from ppc64
` [PATCH v3 25/41] powerpc/32: Don't save thread.regs on interrupt entry
` [PATCH v3 26/41] powerpc/32: Set regs parameter in r3 in transfer_to_handler
` [PATCH v3 27/41] powerpc/32: Call bad_page_fault() from do_page_fault()
` [PATCH v3 28/41] powerpc/32: Save trap number on stack in exception prolog
` [PATCH v3 29/41] powerpc/32: Add a prepare_transfer_to_handler macro for exception prologs
` [PATCH v3 30/41] powerpc/32: Only restore non volatile registers when required
` [PATCH v3 31/41] powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATE
` [PATCH v3 32/41] powerpc/32: Remove the xfer parameter in EXCEPTION() macro
` [PATCH v3 33/41] powerpc/32: Refactor saving of volatile registers in exception prologs
` [PATCH v3 34/41] powerpc/32: Save remaining registers in exception prolog
` [PATCH v3 35/41] powerpc/32: Return directly from power_save_ppc32_restore()
` [PATCH v3 36/41] powerpc/32: Only use prepare_transfer_to_handler function on book3s/32 and e500

[PATCH RFC v1 00/15] iommu/virtio: Nested stage support with Arm
 2021-03-12 12:49 UTC  (10+ messages)
` [PATCH RFC v1 02/15] iommu: Add a simple PASID table library
` [PATCH RFC v1 04/15] iommu/arm-smmu-v3: Update CD base address info for user-space
` [PATCH RFC v1 05/15] iommu/arm-smmu-v3: Set sync op from consumer driver of cd-lib

pinctrl: core: Handling pinmux and pinconf separately
 2021-03-12 12:49 UTC  (5+ messages)

[PATCH v3 0/8] Fix v4l2-compliance errors
 2021-03-12 12:48 UTC  (9+ messages)
` [PATCH v3 1/8] media: v4l2-ioctl: Fix check_ext_ctrls
` [PATCH v3 2/8] media: uvcvideo: Set capability in s_param
` [PATCH v3 3/8] media: uvcvideo: Return -EIO for control errors
` [PATCH v3 4/8] media: uvcvideo: set error_idx to count on EACCESS
` [PATCH v3 5/8] media: uvcvideo: refactor __uvc_ctrl_add_mapping
` [PATCH v3 6/8] media: uvcvideo: Add support for V4L2_CTRL_TYPE_CTRL_CLASS
` [PATCH v3 7/8] media: uvcvideo: Set a different name for the metadata entity
` [PATCH v3 8/8] uvc: use vb2 ioctl and fop helpers

[PATCH v3 0/3] CET fix patches for nested guest
 2021-03-12 12:59 UTC  (5+ messages)
` [PATCH v3 1/3] KVM: nVMX: Sync L2 guest CET states between L1/L2

[PATCH v7 1/3] mtd: core: add nvmem-cells compatible to parse mtd as nvmem cells
 2021-03-12  6:28 UTC  (3+ messages)
` [PATCH v7 2/3] devicetree: nvmem: nvmem: drop $nodename restriction
` [PATCH v7 3/3] dt-bindings: mtd: Document use of nvmem-cells compatible

[PATCH 0/5] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-12 12:43 UTC  (6+ messages)
` [PATCH 2/5] mm/page_alloc: Add a bulk page allocator

[PATCH v4] f2fs: add sysfs nodes to get runtime compression stat
 2021-03-12 12:39 UTC  (2+ messages)

[PATCH v3 0/8] x86/seves: Support 32-bit boot path and other updates
 2021-03-12 12:38 UTC  (9+ messages)
` [PATCH v3 1/8] x86/boot/compressed/64: Cleanup exception handling before booting kernel
` [PATCH v3 2/8] x86/sev: Do not require Hypervisor CPUID bit for SEV guests
` [PATCH v3 3/8] x86/boot/compressed/64: Reload CS in startup_32
` [PATCH v3 4/8] x86/boot/compressed/64: Setup IDT in startup_32 boot path
` [PATCH v3 5/8] x86/boot/compressed/64: Add 32-bit boot #VC handler
` [PATCH v3 6/8] x86/boot/compressed/64: Add CPUID sanity check to 32-bit boot-path
` [PATCH v3 7/8] x86/boot/compressed/64: Check SEV encryption in "
` [PATCH v3 8/8] x86/sev-es: Replace open-coded hlt-loops with sev_es_terminate()

[PATCH] ASoC: core: Don't set platform name when of_node is set
 2021-03-12 12:37 UTC  (7+ messages)

[PATCH v3 0/4] KVM: arm64: Add VLPI migration support on GICv4.1
 2021-03-12 12:31 UTC  (6+ messages)
` [PATCH v3 3/4] KVM: arm64: GICv4.1: Restore VLPI's pending state to physical side

[PATCH 1/3] ASoC: simple-card-utils: Fix device module clock
 2021-03-12 12:30 UTC  (11+ messages)

[PATCH tip/core/rcu 0/3] Polling RCU grace-period interfaces for v5.13
 2021-03-12 12:26 UTC  (4+ messages)
` [PATCH tip/core/rcu 1/3] rcu: Provide polling interfaces for Tree RCU grace periods

[PATCH v3] mm, tracing: improve rss_stat tracepoint message
 2021-03-12 12:23 UTC 

[PATCH v8 00/11] Raspberry Pi PoE HAT fan support
 2021-03-12 12:24 UTC  (12+ messages)
` [PATCH v8 01/11] firmware: raspberrypi: Keep count of all consumers
` [PATCH v8 02/11] firmware: raspberrypi: Introduce devm_rpi_firmware_get()
` [PATCH v8 03/11] clk: bcm: rpi: Release firmware handle on unbind
` [PATCH v8 04/11] gpio: raspberrypi-exp: "
` [PATCH v8 05/11] reset: raspberrypi: "
` [PATCH v8 06/11] soc: bcm: raspberrypi-power: "
` [PATCH v8 07/11] staging: vchiq: "
` [PATCH v8 08/11] input: raspberrypi-ts: Release firmware handle when not needed
` [PATCH v8 09/11] dt-bindings: pwm: Add binding for RPi firmware PWM bus
` [PATCH v8 10/11] DO NOT MERGE: ARM: dts: Add RPi's official PoE hat support
` [PATCH v8 11/11] pwm: Add Raspberry Pi Firmware based PWM bus

[RESEND PATCH v3 0/5] soundwire: add static port map support
 2021-03-12 12:22 UTC  (6+ messages)
` [RESEND PATCH v3 1/5] soundwire: add static port mapping support
` [RESEND PATCH v3 2/5] soundwire: qcom: update port map allocation bit mask
` [RESEND PATCH v3 3/5] soundwire: qcom: add static port map support
` [RESEND PATCH v3 4/5] ASoC: dt-bindings: wsa881x: add bindings for port mapping
` [RESEND PATCH v3 5/5] ASoC: codecs: wsa881x: add static port map support

arch/mips/loongson2ef/lemote-2f/machtype.c:10:13: warning: no previous prototype for 'mach_prom_init_machtype'
 2021-03-12 12:22 UTC 

fuse: kernel BUG at mm/truncate.c:763!
 2021-03-12 12:21 UTC  (3+ messages)

[RFC PATCH v3 0/3] Add support for Qualcomm MFD PMIC register layout
 2021-03-12 12:19 UTC  (3+ messages)
` [RFC PATCH v3 2/3] regmap-irq: Add support for POLARITY_HI and POLARITY_LO config regs

[PATCH v7 0/1] Adding support for IIO SCMI based sensors
 2021-03-12 12:16 UTC  (4+ messages)
` [PATCH v7 1/1] iio/scmi: Adding support for IIO SCMI Based Sensors

[linux-stable-rc CI] Test report for linux-4.14.y/x86
 2021-03-12 12:17 UTC 

[PATCH mm] kfence: zero guard page after out-of-bounds access
 2021-03-12 12:16 UTC 

[PATCH v3] f2fs: add sysfs nodes to get runtime compression stat
 2021-03-12 12:14 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH 3/3][v3] tools/power turbostat: Enable accumulate RAPL display
 2021-03-12 12:17 UTC  (6+ messages)
` [3/3,v3] "

[PATCH] perf-stat: introduce bperf, share hardware PMCs with BPF
 2021-03-12 12:12 UTC  (2+ messages)

[PATCH] cpufreq: Rudimentary typos fix in the file s5pv210-cpufreq.c
 2021-03-12 12:08 UTC 

[PATCH 0/2] x86: Remove ideal_nops[]
 2021-03-12 12:09 UTC  (4+ messages)
` [PATCH 1/2] x86: Remove dynamic NOP selection
` [PATCH 2/2] objtool,x86: Use asm/nops.h

[RFC PATCH 0/5] RPMB internal and user-space API + WIP virtio-rpmb frontend
 2021-03-12 12:08 UTC  (16+ messages)
` [RFC PATCH 1/5] rpmb: add Replay Protected Memory Block (RPMB) subsystem

[RFC PATCH v4 0/9] KVM: selftests: some improvement and a new test for kvm page table
 2021-03-12 12:02 UTC  (14+ messages)
` [RFC PATCH v4 2/9] tools headers: Add a macro to get HUGETLB page sizes for mmap
` [RFC PATCH v4 3/9] KVM: selftests: Use flag CLOCK_MONOTONIC_RAW for timing
` [RFC PATCH v4 5/9] KVM: selftests: Add a helper to get system configured THP page size
` [RFC PATCH v4 6/9] KVM: selftests: Add a helper to get system default hugetlb "
` [RFC PATCH v4 7/9] KVM: selftests: List all hugetlb src types specified with page sizes
` [RFC PATCH v4 8/9] KVM: selftests: Adapt vm_userspace_mem_region_add to new helpers

[PATCH 0/5] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-12 12:01 UTC  (5+ messages)
` [PATCH 2/5] mm/page_alloc: Add a bulk page allocator

[PATCH v4 0/9] soundwire: qcom: various improvements
 2021-03-12 12:00 UTC  (10+ messages)
` [PATCH v4 1/9] dt-bindings: soundwire: qcom: clarify data port bus parameters
` [PATCH v4 2/9] soundwire: qcom: add support to missing transport params
` [PATCH v4 3/9] soundwire: qcom: set continue execution flag for ignored commands
` [PATCH v4 4/9] soundwire: qcom: start the clock during initialization
` [PATCH v4 5/9] soundwire: qcom: update register read/write routine
` [PATCH v4 6/9] soundwire: qcom: add support to new interrupts
` [PATCH v4 7/9] soundwire: export sdw_compare_devid() and sdw_extract_slave_id()
` [PATCH v4 8/9] soundwire: qcom: add auto enumeration support
` [PATCH v4 9/9] soundwire: qcom: wait for enumeration to be complete in probe

[PATCH 0/3] btrfs: Convert kmap/memset/kunmap to memzero_user()
 2021-03-12 11:57 UTC  (6+ messages)
` [PATCH 3/3] btrfs: Use memzero_page() instead of open coded kmap pattern

[PATCH v10] cpufreq: mediatek-hw: Add support for Mediatek cpufreq HW driver
 2021-03-12 11:57 UTC  (2+ messages)

[PATCH v7 01/14] x86/alternative: merge include files
 2021-03-12 11:54 UTC  (2+ messages)
` [tip: x86/alternatives] x86/alternative: Merge "

[PATCH v7 02/14] static_call: move struct static_call_key definition to static_call_types.h
 2021-03-12 11:54 UTC  (2+ messages)
` [tip: x86/alternatives] static_call: Move "

[PATCH v7 03/14] static_call: add function to query current function
 2021-03-12 11:54 UTC  (2+ messages)
` [tip: x86/alternatives] static_call: Add "

[PATCH v7 04/14] x86/paravirt: switch time pvops functions to use static_call()
 2021-03-12 11:54 UTC  (2+ messages)
` [tip: x86/alternatives] x86/paravirt: Switch "

[PATCH v7 05/14] x86/alternative: support not-feature
 2021-03-12 11:54 UTC  (2+ messages)
` [tip: x86/alternatives] x86/alternative: Support not-feature

[PATCH v7 06/14] x86/alternative: support ALTERNATIVE_TERNARY
 2021-03-12 11:54 UTC  (2+ messages)
` [tip: x86/alternatives] x86/alternative: Support ALTERNATIVE_TERNARY

[PATCH v7 07/14] x86/alternative: don't open code ALTERNATIVE_TERNARY() in _static_cpu_has()
 2021-03-12 11:54 UTC  (2+ messages)
` [tip: x86/alternatives] x86/alternative: Use "

[PATCH v7 09/14] x86/paravirt: remove no longer needed 32-bit pvops cruft
 2021-03-12 11:54 UTC  (2+ messages)
` [tip: x86/alternatives] x86/paravirt: Remove "

[PATCH v7 08/14] x86: add new features for paravirt patching
 2021-03-12 11:54 UTC  (2+ messages)
` [tip: x86/alternatives] x86/paravirt: Add "

[PATCH v7 10/14] x86/paravirt: simplify paravirt macros
 2021-03-12 11:54 UTC  (2+ messages)
` [tip: x86/alternatives] x86/paravirt: Simplify "

[PATCH v7 11/14] x86/paravirt: switch iret pvops to ALTERNATIVE
 2021-03-12 11:54 UTC  (2+ messages)
` [tip: x86/alternatives] x86/paravirt: Switch "

[PATCH v7 12/14] x86/paravirt: add new macros PVOP_ALT* supporting pvops in ALTERNATIVEs
 2021-03-12 11:54 UTC  (2+ messages)
` [tip: x86/alternatives] x86/paravirt: Add new PVOP_ALT* macros to support "

[PATCH v7 14/14] x86/paravirt: have only one paravirt patch function
 2021-03-12 11:54 UTC  (2+ messages)
` [tip: x86/alternatives] x86/paravirt: Have "

[PATCH v7 13/14] x86/paravirt: switch functions with custom code to ALTERNATIVE
 2021-03-12 11:54 UTC  (2+ messages)
` [tip: x86/alternatives] x86/paravirt: Switch "

[PATCH] i2c: stm32f7: avoid ifdef CONFIG_PM_SLEEP for pm callbacks
 2021-03-12 11:53 UTC 

[PATCH v2 0/5] Add option to mmap GEM buffers cached
 2021-03-11 16:12 UTC  (12+ messages)
` [PATCH v2 3/5] drm: Add and export function drm_gem_cma_mmap_noncoherent
` [PATCH v2 4/5] drm: Add and export function drm_gem_cma_sync_data
` [PATCH v2 5/5] drm/ingenic: Add option to alloc cached GEM buffers

[PATCH] CIFS: Prevent error log on spurious oplock break
 2021-03-12 11:49 UTC  (5+ messages)

[PATCH net-next v5 1/2] net: Add a WWAN subsystem
 2021-03-12 11:49 UTC  (4+ messages)

[syzbot] WARNING in __i2c_transfer
 2021-03-12 11:46 UTC  (3+ messages)

[PATCH v4 00/34] KVM: arm64: A stage 2 for the host
 2021-03-12 11:45 UTC  (8+ messages)
` [PATCH v4 28/34] KVM: arm64: Use page-table to track page ownership

[PATCH -next] perf/arm_dmc620_pmu: Fix error return code in dmc620_pmu_device_probe()
 2021-03-12 11:44 UTC  (2+ messages)

[PATCH] staging: wimax: i2400m: Mundane typos fix in the file tx.c
 2021-03-12 11:42 UTC 

[PATCH v4 00/11] gpio: implement the configfs testing module
 2021-03-12 11:40 UTC  (3+ messages)
` [PATCH v4 07/11] lib: bitmap: provide devm_bitmap_alloc() and devm_bitmap_zalloc()

[PATCH v11] cpufreq: mediatek-hw: Add support for Mediatek cpufreq HW driver
 2021-03-12 11:40 UTC  (3+ messages)
` [PATCH v11 1/2] cpufreq: mediatek-hw: Add support for CPUFREQ HW
` [PATCH v11 2/2] dt-bindings: cpufreq: add bindings for MediaTek cpufreq HW

[PATCH v3 0/5] soundwire: add static port map support
 2021-03-12 11:39 UTC  (6+ messages)
` [PATCH v3 1/5] soundwire: add static port mapping support
` [PATCH v3 2/5] soundwire: qcom: update port map allocation bit mask
` [PATCH v3 3/5] soundwire: qcom: add static port map support
` [PATCH v3 4/5] ASoC: dt-bindings: wsa881x: add bindings for port mapping
` [PATCH v3 5/5] ASoC: codecs: wsa881x: add static port map support

[PATCH tip/core/rcu 0/10] Miscellaneous fixes for v5.13
 2021-03-12 11:36 UTC  (3+ messages)
` [PATCH tip/core/rcu 06/10] softirq: Don't try waking ksoftirqd before it has been spawned

[patch V2 0/3] signals: Allow caching one sigqueue object per task
 2021-03-12 11:35 UTC  (3+ messages)
` [patch V2 3/3] signal: Allow tasks to cache one sigqueue struct

[PATCH 1/3] thermal/drivers/cpufreq_cooling: Use device name instead of auto-numbering
 2021-03-12 11:34 UTC  (5+ messages)
` [PATCH 2/3] thermal/drivers/devfreq_cooling: "
` [PATCH 3/3] thermal/drivers/cpuidle_cooling: "

[PATCH 0/2] crypto: qat: fix couple crashes duing error handling
 2021-03-12 11:32 UTC  (2+ messages)

[PATCH] powerpc: mm: book3s64: Fix a typo in the file mmu_context.c
 2021-03-12 11:25 UTC 

[RFC PATCH 0/6] spi: Add OSPI PHY calibration support for spi-cadence-quadspi
 2021-03-12 11:23 UTC  (4+ messages)

'make O=' indigestion with module signing
 2021-03-12 11:19 UTC  (8+ messages)
            ` [PATCH] certs: Clean up signing_key.pem and x509.genkey on make mrproper

[PATCH v5] printk: Userspace format enumeration support
 2021-03-12 11:14 UTC  (2+ messages)

[PATCH] kbuild: collect minimum tool versions into scripts/min-tool-version.sh
 2021-03-12 11:10 UTC  (2+ messages)

[PATCH 0/4] Rid W=1 warnings from PTP
 2021-03-12 11:09 UTC  (5+ messages)
` [PATCH 1/4] ptp_pch: Remove unused function 'pch_ch_control_read()'
` [PATCH 2/4] ptp_pch: Move 'pch_*()' prototypes to shared header
` [PATCH 3/4] ptp: ptp_clockmatrix: Demote non-kernel-doc header to standard comment
` [PATCH 4/4] ptp: ptp_p: Demote non-conformant kernel-doc headers and supply a param description

[RFC PATCH v2 00/11] bfq: introduce bfq.ioprio for cgroup
 2021-03-12 11:08 UTC  (12+ messages)
  ` [RFC PATCH v2 01/11] bfq: introduce bfq_entity_to_bfqg helper method
  ` [RFC PATCH v2 02/11] bfq: convert the type of bfq_group.bfqd to bfq_data*
  ` [RFC PATCH v2 03/11] bfq: introduce bfq.ioprio for cgroup
  ` [RFC PATCH v2 04/11] bfq: limit the IO depth of idle_class to 1
  ` [RFC PATCH v2 05/11] bfq: keep the minimun bandwidth for be_class
  ` [RFC PATCH v2 06/11] bfq: expire other class if CLASS_RT is waiting
  ` [RFC PATCH v2 07/11] bfq: optimse IO injection for CLASS_RT
  ` [RFC PATCH v2 08/11] bfq: disallow idle if CLASS_RT waiting for service
  ` [RFC PATCH v2 09/11] bfq: disallow merge CLASS_RT with other class
  ` [RFC PATCH v2 10/11] bfq: remove unnecessary initialization logic
  ` [RFC PATCH v2 11/11] bfq: optimize the calculation of bfq_weight_to_ioprio()

[PATCH 00/10] Rid W=1 warnings from OF
 2021-03-12 11:07 UTC  (5+ messages)
` [PATCH 06/10] of: address: Demote non-conformant kernel-doc header
` [PATCH 08/10] of: of_net: Demote non-conforming "
` [PATCH 09/10] of: overlay: Fix function name disparity
` [PATCH 10/10] of: of_reserved_mem: Demote kernel-doc abuses


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