All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-09 11:43:58 to 2021-03-09 12:17:27 UTC [more...]

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

[PATCH 0/3] can/peak_usb: Added improvement to the peak_usb driver
 2021-03-09 12:15 UTC  (3+ messages)
` [PATCH 1/3] can/peak_usb: add support of ethtool set_phys_id()

[PATCH v5 0/8] Add support for SVM atomics in Nouveau
 2021-03-09 12:15 UTC  (28+ messages)
` [Nouveau] "
` [PATCH v5 1/8] mm: Remove special swap entry functions
  ` [Nouveau] "
` [PATCH v5 2/8] mm/swapops: Rework swap entry manipulation code
  ` [Nouveau] "
` [PATCH v5 3/8] mm/rmap: Split try_to_munlock from try_to_unmap
  ` [Nouveau] "
` [PATCH v5 4/8] mm/rmap: Split migration into its own function
  ` [Nouveau] "
` [PATCH v5 5/8] mm: Device exclusive memory access
  ` [Nouveau] "
` [PATCH v5 6/8] mm: Selftests for exclusive device memory
  ` [Nouveau] "

[PATCH] media/pci: fix kerneldoc issues in two headers
 2021-03-09 12:15 UTC 

[PULL v2 00/38] emulated nvme device updates
 2021-03-09 11:45 UTC  (20+ messages)
` [PULL v2 01/38] hw/block/nvme: introduce nvme-subsys device
` [PULL v2 02/38] hw/block/nvme: support to map controller to a subsystem
` [PULL v2 03/38] hw/block/nvme: add CMIC enum value for Identify Controller
` [PULL v2 04/38] hw/block/nvme: support for multi-controller in subsystem
` [PULL v2 05/38] hw/block/nvme: add NMIC enum value for Identify Namespace
` [PULL v2 06/38] hw/block/nvme: support for shared namespace in subsystem
` [PULL v2 07/38] hw/block/nvme: remove unused parameter in check zone write
` [PULL v2 08/38] hw/block/nvme: refactor zone resource management
` [PULL v2 09/38] hw/block/nvme: pull write pointer advancement to separate function
` [PULL v2 10/38] nvme: updated shared header for copy command
` [PULL v2 11/38] hw/block/nvme: add simple "
` [PULL v2 12/38] hw/block/nvme: fix Close Zone
` [PULL v2 13/38] hw/block/nvme: add missing mor/mar constraint checks
` [PULL v2 15/38] hw/block/nvme: use locally assigned QEMU IEEE OUI
` [PULL v2 16/38] hw/block/nvme: add broadcast nsid support flush command
` [PULL v2 17/38] hw/block/nvme: document 'mdts' nvme device parameter
` [PULL v2 18/38] hw/block/nvme: deduplicate bad mdts trace event
` [PULL v2 22/38] hw/block/nvme: fix potential compilation error
` [PULL v2 28/38] hw/block/nvme: try to deal with the iov/qsg duality

[PATCH] opp: Invalidate current opp when draining the opp list
 2021-03-09 12:14 UTC  (7+ messages)

[PATCH robh next] dt-bindings: usb: add USB controller port
 2021-03-09 12:13 UTC 

[PATCH 0/9] PHY: Enhance Sierra SERDES
 2021-03-09 12:13 UTC  (4+ messages)
` [PATCH 3/9] phy: ti: j721e-wiz: Don't configure wiz if its already configured

[RESEND v12 0/1] Introducing ETAS ES58X CAN USB interfaces
 2021-03-09 12:09 UTC  (2+ messages)
` [RESEND v12] can: usb: etas_es58X: add support for "

[PATCH] generic/626: add test for detached mount propagation
 2021-03-09 12:10 UTC 

[PATCH v2] arm64: dts: qcom: Introduce SM8350 HDK
 2021-03-09 12:10 UTC  (2+ messages)

stable/linux-5.4.y build: 200 builds: 1 failed, 199 passed, 121 warnings (v5.4.104)
 2021-03-09 12:10 UTC 

[PATCH] perf machine: Assign boolean values to a bool variable
 2021-03-09 12:10 UTC  (2+ messages)

[PATCH v8 0/4] Add basic SoC support for mt6765
 2021-03-09 12:05 UTC  (16+ messages)
` [PATCH v9 "
  ` [PATCH v9 1/4] dt-bindings: mediatek: Add smi dts binding for Mediatek MT6765 SoC
  ` [PATCH v9 2/4] soc: mediatek: add MT6765 scpsys and subdomain support
  ` [PATCH v9 3/4] arm64: dts: mediatek: add mt6765 support
  ` [PATCH v9 4/4] arm64: defconfig: add CONFIG_COMMON_CLK_MT6765_XXX clocks

[PATCH kvmtool v2 00/22] Unify I/O port and MMIO trap handling
 2021-03-09 12:09 UTC  (7+ messages)
` [PATCH kvmtool v2 08/22] x86/ioport: Refactor trap handlers
` [PATCH kvmtool v2 09/22] x86/ioport: Switch to new "

[PATCH] perf tools: use ARRAY_SIZE
 2021-03-09 12:09 UTC  (2+ messages)

[LTP] [PATCH] max_map_count: Add judgment of abnormal situation
 2021-03-09 12:09 UTC 

stable-rc/queue/4.19 build: 206 builds: 0 failed, 206 passed, 86 warnings (v4.19.179-21-gaab4fb7b1ffaf)
 2021-03-09 12:06 UTC 

[PATCH 1/2] board: gateworks: venice: fix gsc_get_dev
 2021-03-09 12:04 UTC  (4+ messages)
` [PATCH 2/2] board: gateworks: venice: increase CONFIG_SYS_SPL_MALLOC_SIZE

[PATCH 01/24] webkit/wpe: only check even versions
 2021-03-09 12:04 UTC  (5+ messages)
` [PATCH 18/24] procps: update 3.3.16 -> 3.3.17
  ` [OE-core] "

RESEND v2: scsi: ufshcd: use a macro for UFS versions
 2021-03-09 12:03 UTC  (4+ messages)
` [RESEND PATCH v2 1/3] scsi: ufshcd: use a function to calculate versions
` [RESEND PATCH v2 2/3] scsi: ufs: qcom: use ufshci_version function
` [RESEND PATCH v2 3/3] scsi: ufshcd: remove version check

[PATCH 1/2] arm64: dts: juno: Describe PCI dma-ranges
 2021-03-09 12:01 UTC  (2+ messages)

[PATCH] ARM: dts: imx6ull: fix ubi mount failed on MYS-6ULX-IOT board
 2021-03-09 12:01 UTC  (4+ messages)
` [PATCH] ARM: dts: imx6ull: fix ubi filesystem mount failed

[PATCH] webkitgtk: Link libatomic on RISCV
 2021-03-09 12:02 UTC  (4+ messages)
` [OE-core] "

[PATCH v8 0/3] CPUFreq: Add support for opp-sharing cpus
 2021-03-09 11:59 UTC  (3+ messages)

[PATCH] webkitgtk: Use linker options to reduce memory overhead during linking
 2021-03-09 12:01 UTC  (4+ messages)
` [OE-core] "

USB 3.2 Gen 2x2 "Superspeed+20GBps" support for ASM3242
 2021-03-09 12:02 UTC  (3+ messages)

[PATCH] usb: renesas_usbhs: fix error return code of usbhsf_pkt_handler()
 2021-03-09 11:59 UTC  (2+ messages)

[PATCH] block: Discard page cache of zone reset target range
 2021-03-09 11:58 UTC  (4+ messages)

windows git invalid path error
 2021-03-09 11:58 UTC 

pull request: iwlwifi firmware updates 2021-03-05-v2
 2021-03-09 11:57 UTC 

stable-rc/queue/4.9 build: 197 builds: 0 failed, 197 passed, 4 warnings (v4.9.260-5-g5ea2e1b3a389)
 2021-03-09 11:56 UTC 

v2: scsi: ufshcd: use a macro for UFS versions
 2021-03-09 11:55 UTC  (4+ messages)
` [PATCH v2 1/3] scsi: ufshcd: use a function to calculate versions
` [PATCH v2 2/3] scsi: ufs: qcom: use ufshci_version function
` [PATCH v2 3/3] scsi: ufshcd: remove version check

[LTP] [PATCh v2] clock_gettime04: print more info to help debugging
 2021-03-09 11:56 UTC  (4+ messages)

[meta-selinux][dunfell][gatesgarth][master][PATCH] libselinux-python: Fix build error due to missing target config
 2021-03-09 11:55 UTC 

[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD SUCCESS 84e14a368ca0bd7c6ea6858f608ba4392c8e00c2
 2021-03-09 11:54 UTC 

[0/3] Add SC7280 interconnect provider driver
 2021-03-09 11:50 UTC  (4+ messages)
` [1/3] dt-bindings: interconnect: Add Qualcomm SC7280 DT bindings
` [2/3] interconnect: qcom: Add SC7280 interconnect provider driver
` [3/3] arm64: dts: sc7280: Add interconnect provider DT nodes

pull request: iwlwifi firmware updates 2021-03-05
 2021-03-09 11:50 UTC  (2+ messages)

[PATCH v3 0/4] pinctrl: renesas: Add vin4_g8 and vin5_high8 pins
 2021-03-09 11:49 UTC  (5+ messages)
` [PATCH v3 1/4] pinctrl: renesas: r8a77951: "
` [PATCH v3 2/4] pinctrl: renesas: r8a7796: "
` [PATCH v3 3/4] pinctrl: renesas: r8a77990: "
` [PATCH v3 4/4] pinctrl: renesas: r8a77965: "

[dpdk-dev] [PATCH v15 00/12] Arm build options rework
 2021-03-09 11:49 UTC  (7+ messages)
` [dpdk-dev] [PATCH v16 0/3] "
  ` [dpdk-dev] [PATCH v16 1/3] build: disable/enable drivers in Arm builds

[PATCH dwarves v2] btf: Add support for the floating-point types
 2021-03-09 11:48 UTC  (2+ messages)

[PATCH] media: core headers: fix kernel-doc warnings
 2021-03-09 11:48 UTC 

[PATCH v1 0/2] mainline ti tsc2046 adc driver
 2021-03-09 11:46 UTC  (6+ messages)
` [PATCH v1 2/2] iio: adc: add ADC driver for the TI TSC2046 controller

[PATCH v2] certs: Fix wrong kconfig option used for x509_revocation_list
 2021-03-09 11:46 UTC  (4+ messages)

[PATCH v2 0/8] usb: Check for genXxY on host
 2021-03-09 11:47 UTC  (3+ messages)
` [PATCH v2 7/8] usb: xhci: Rewrite xhci_create_usb3_bos_desc()

[PATCH] block: keyslot-manager: fix error return code of blk_ksm_evict_key()
 2021-03-09 11:45 UTC  (2+ messages)

[RFC 00/19] Rework support for i.MX8MQ interconnect with devfreq
 2021-03-09 11:43 UTC  (6+ messages)

[PATCH v2 0/2] xfs: Skip repetitive warnings about mount options
 2021-03-09 11:44 UTC  (3+ messages)
` [PATCH v2 2/2] "

[RESEND PATCH v5 1/4] dt-bindings: devfreq: rk3399_dmc: Add rockchip,pmu phandle
 2021-03-09 11:42 UTC  (3+ messages)
` [RESEND PATCH v5 2/4] arm64: dts: rk3399: Add dfi and dmc nodes

[dm-devel] [PATCH 4/4] dm: support I/O polling
 2021-03-09 11:42 UTC  (8+ messages)

[dpdk-dev] [PATCH v1 1/5] net/ark: update pkt director initial state
 2021-03-09 11:43 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3 1/6] "
  ` [dpdk-dev] [PATCH v3 5/6] net/ark: cleanup and document ark dynamic extansion


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.