linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-21 11:35:20 to 2020-03-21 17:48:06 UTC [more...]

[tip: x86/cleanups] x86: Replace setup_irq() by request_irq()
 2020-03-21 17:48 UTC  (3+ messages)

[patch V3 00/20] Lock ordering documentation and annotation for lockdep
 2020-03-21 17:45 UTC  (36+ messages)
` [patch V3 01/20] PCI/switchtec: Fix init_completion race condition with poll_wait()
` [patch V3 02/20] pci/switchtec: Replace completion wait queue usage for poll
  ` [tip: locking/core] "
` [patch V3 03/20] usb: gadget: Use completion interface instead of open coding it
  ` [tip: locking/core] "
` [patch V3 04/20] orinoco_usb: Use the regular completion interfaces
  ` [tip: locking/core] "
` [patch V3 05/20] acpi: Remove header dependency
  ` [tip: locking/core] "
` [patch V3 06/20] nds32: Remove mm.h from asm/uaccess.h
  ` [tip: locking/core] "
` [patch V3 07/20] csky: "
  ` [tip: locking/core] "
` [patch V3 08/20] hexagon: "
  ` [tip: locking/core] "
` [patch V3 10/20] microblaze: "
  ` [tip: locking/core] "
` [patch V3 12/20] powerpc/ps3: Convert half completion to rcuwait
  ` [tip: locking/core] "
` [patch V3 13/20] Documentation: Add lock ordering and nesting documentation
  ` [tip: locking/core] "
` [patch V3 14/20] timekeeping: Split jiffies seqlock
  ` [tip: locking/core] "
` [patch V3 15/20] sched/swait: Prepare usage in completions
  ` [tip: locking/core] "
` [patch V3 16/20] completion: Use simple wait queues
  ` [tip: locking/core] "
` [patch V3 17/20] lockdep: Introduce wait-type checks
  ` [tip: locking/core] "
` [patch V3 18/20] lockdep: Add hrtimer context tracing bits
  ` [tip: locking/core] "

[PATCH] perf test x86: address multiplexing in rdpmc test
 2020-03-21 17:44 UTC  (3+ messages)

[PATCH 00/18] genirq: Remove setup_irq()
 2020-03-21 17:43 UTC  (4+ messages)

[PATCH v2] perf test x86: address multiplexing in rdpmc test
 2020-03-21 17:37 UTC 

[PATCH v8 0/3] mm/hmm/test: add self tests for HMM
 2020-03-21 17:27 UTC  (4+ messages)

[PATCH 0/2] iio: dac: ad5770r: dt bindings fixes
 2020-03-21 17:27 UTC  (3+ messages)

[PATCH v11 0/8] iio: adi-axi-adc,ad9647: Add support for AD9467 ADC
 2020-03-21 17:24 UTC  (15+ messages)
` [PATCH v11 2/8] include: fpga: adi-axi-common.h: add version helper macros
` [PATCH v11 3/8] iio: buffer-dmaengine: use %zu specifier for sprintf(align)
` [PATCH v11 4/8] iio: buffer-dmaengine: add dev-managed calls for buffer alloc
` [PATCH v11 5/8] iio: adc: adi-axi-adc: add support for AXI ADC IP core
` [PATCH v11 6/8] dt-bindings: iio: adc: add bindings doc for AXI ADC driver
` [PATCH v11 7/8] iio: adc: ad9467: add support AD9467 ADC
` [PATCH v11 8/8] dt-bindings: iio: adc: add bindings doc for "

[patch V2 08/15] Documentation: Add lock ordering and nesting documentation
 2020-03-21 17:23 UTC  (7+ messages)

[PATCH v4 0/5] leds: pwm: add support for default-state device
 2020-03-21 17:13 UTC  (6+ messages)
` [PATCH v4 5/5] leds: pwm: add reference to common leds for default-state
` [PATCH v4 3/5] leds: pwm: check result of led_pwm_set() in led_pwm_add()

[PATCH] KVM: SVM: Issue WBINVD after deactivating an SEV guest
 2020-03-21 17:06 UTC  (6+ messages)

[tip:master] BUILD SUCCESS d62668eda91ef856f96ca58b85b7458411b82fc3
 2020-03-21 16:59 UTC 

[tip:WIP.locking/kcsan] BUILD SUCCESS f5d2313bd3c540be405c4977a63840cd6d0167b5
 2020-03-21 16:59 UTC 

[PATCH v2 1/5] iio: adc: ad7780: define/use own IIO channel macros
 2020-03-21 16:57 UTC  (10+ messages)
` [PATCH v2 2/5] iio: adc: ad7791: "
` [PATCH v2 3/5] iio: adc: ad7793: "
` [PATCH v2 4/5] iio: ad_sigma_delta: remove unused "
` [PATCH v2 5/5] iio: adc: ad7793: use read_avail iio hook for scale available

[PATCH] threads: Update PID limit comment according to futex UAPI change
 2020-03-21 16:50 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH v1 5/5] scsi: ufs: UFS Host Performance Booster(HPB) driver
 2020-03-21 16:50 UTC  (3+ messages)
` [RFC PATCH] scsi: ufs: alloc_mctx can be static

[PATCH net-next v2 0/7] introduce read_poll_timeout
 2020-03-21 16:50 UTC  (4+ messages)
` [PATCH net-next v2 3/7] net: phy: introduce phy_read_mmd_poll_timeout macro

[PATCH] perf/cgroup: correct indirection in perf_less_group_idx
 2020-03-21 16:47 UTC  (3+ messages)

[PATCH] MAINTAINERS: remove Stefan Popa's email
 2020-03-21 16:46 UTC  (3+ messages)
` [PATCH v2] "

[GIT PULL] Please pull powerpc/linux.git powerpc-5.6-5 tag
 2020-03-21 16:45 UTC  (2+ messages)

[PATCH v2] perf/cgroup: correct indirection in perf_less_group_idx
 2020-03-21 16:43 UTC 

[GIT PULL] turbostat version 20.03.20
 2020-03-21 16:41 UTC 

[patch V3 19/20] lockdep: Annotate irq_work
 2020-03-21 16:40 UTC  (3+ messages)
` [tip: locking/core] "

[PATCH] genirq: fix reference leaks on irq affinity notifiers
 2020-03-21 16:38 UTC  (2+ messages)
` [tip: irq/urgent] genirq: Fix "

[tip:locking/kcsan] BUILD SUCCESS a4654e9bde4ecedb4921e6c8fe2088114bdff1b3
 2020-03-21 16:33 UTC 

[PATCH][next] hv: hyperv_vmbus.h: Replace zero-length array with flexible-array member
 2020-03-21 16:26 UTC  (2+ messages)

turbostat: Display all C-states on AMD Ryzen processor
 2020-03-21 16:13 UTC  (2+ messages)

[PATCH v2 00/19] objtool: vmlinux.o and noinstr validation
 2020-03-21 16:11 UTC  (6+ messages)
` [PATCH v2 17/19] objtool: Optimize !vmlinux.o again

[PATCH] PCI/switchtec: Fix init_completion race condition with poll_wait()
 2020-03-21 15:53 UTC  (2+ messages)
` [tip: locking/core] "

[patch V3 09/20] ia64: Remove mm.h from asm/uaccess.h
 2020-03-21 15:53 UTC  (2+ messages)
` [tip: locking/core] "

[patch V3 11/20] rcuwait: Add @state argument to rcuwait_wait_event()
 2020-03-21 15:53 UTC  (2+ messages)
` [tip: locking/core] "

[patch V3 20/20] lockdep: Add posixtimer context tracing bits
 2020-03-21 15:53 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH] dt-bindings: leds: common: fix example for gpio-leds
 2020-03-21 15:46 UTC  (2+ messages)

[PATCH] leds: lm3532: make bitfield 'enabled' unsigned
 2020-03-21 15:46 UTC  (2+ messages)

[PATCH] leds: ariel: Add driver for status LEDs on Dell Wyse 3020
 2020-03-21 15:43 UTC  (4+ messages)

[GIT PULL] Crypto Update for 5.4
 2020-03-21 15:43 UTC  (11+ messages)
` [GIT PULL] Crypto Fixes "
  ` [GIT PULL] Crypto Fixes for 5.5
        ` [GIT PULL] Crypto Fixes for 5.6

[RFC PATCH 00/70 v2] x86: SEV-ES Guest Support
 2020-03-21 15:40 UTC  (7+ messages)
` [PATCH 21/70] x86/boot/compressed/64: Add function to map a page unencrypted

[PATCH v4 14/18] x86, syscalls: Rename 32-bit specific syscalls
 2020-03-21 15:30 UTC  (2+ messages)
` [tip: x86/entry] x86/entry/32: "

[PATCH v4 16/18] x86-32: Enable pt_regs based syscalls
 2020-03-21 15:30 UTC  (2+ messages)
` [tip: x86/entry] x86/entry/32: "

[PATCH v4 10/18] x86: Remove syscall qualifier support
 2020-03-21 15:30 UTC  (2+ messages)
` [tip: x86/entry] x86/entry: "

[PATCH v4 15/18] x86: Use IA32-specific wrappers for syscalls taking 64-bit arguments
 2020-03-21 15:30 UTC  (2+ messages)
` [tip: x86/entry] x86/entry/32: "

[PATCH v4 07/18] x86-64: Split X32 syscall table into its own file
 2020-03-21 15:30 UTC  (2+ messages)
` [tip: x86/entry] x86/entry/64: "

[PATCH v4 08/18] x86: Move max syscall number calculation to syscallhdr.sh
 2020-03-21 15:30 UTC  (2+ messages)
` [tip: x86/entry] x86/entry: "

[PATCH 3/4] lockdep: Rename trace_softirqs_{on,off}()
 2020-03-21 15:30 UTC  (2+ messages)
` [tip: x86/entry] "

[PATCH v4 01/18] x86, syscalls: Refactor SYSCALL_DEFINEx macros
 2020-03-21 15:30 UTC  (2+ messages)
` [tip: x86/entry] x86/entry: "

[PATCH v4 17/18] x86: Drop asmlinkage from syscalls
 2020-03-21 15:30 UTC  (2+ messages)
` [tip: x86/entry] x86/entry: "

[PATCH v4 13/18] x86: Clean up syscall_32.tbl
 2020-03-21 15:30 UTC  (2+ messages)
` [tip: x86/entry] x86/entry/32: "

[PATCH v4 03/18] x86, syscalls: Refactor COND_SYSCALL macros
 2020-03-21 15:30 UTC  (2+ messages)
` [tip: x86/entry] x86/entry: "

[PATCH v4 11/18] x86-64: Add __SYSCALL_COMMON()
 2020-03-21 15:30 UTC  (2+ messages)
` [tip: x86/entry] x86/entry/64: "

[PATCH v4 05/18] x86-64: Use syscall wrappers for x32_rt_sigreturn
 2020-03-21 15:30 UTC  (2+ messages)
` [tip: x86/entry] x86/entry/64: "

[PATCH v4 02/18] x86, syscalls: Refactor SYSCALL_DEFINE0 macros
 2020-03-21 15:30 UTC  (2+ messages)
` [tip: x86/entry] x86/entry: "

[PATCH v4 12/18] x86: Remove ABI prefixes from functions in syscall tables
 2020-03-21 15:30 UTC  (2+ messages)
` [tip: x86/entry] x86/entry: "

[PATCH v4 04/18] x86, syscalls: Refactor SYS_NI macros
 2020-03-21 15:30 UTC  (2+ messages)
` [tip: x86/entry] x86/entry: "

[PATCH v4 09/18] x86-64: Remove ptregs qualifier from syscall table
 2020-03-21 15:30 UTC  (2+ messages)
` [tip: x86/entry] x86/entry/64: "

[PATCH v4 06/18] x86-64: Move sys_ni_syscall stub to common.c
 2020-03-21 15:30 UTC  (2+ messages)
` [tip: x86/entry] x86/entry/64: "

[PATCH v4 18/18] x86: Remove unneeded includes
 2020-03-21 15:30 UTC  (2+ messages)
` [tip: x86/entry] "

[PATCH 1/4] Rename ___preempt_schedule
 2020-03-21 15:30 UTC  (2+ messages)
` [tip: x86/entry] x86/entry: "

[PATCH 4/4] lockdep: Rename trace_{hard,soft}{irq_context,irqs_enabled}()
 2020-03-21 15:30 UTC  (2+ messages)
` [tip: x86/entry] "

[PATCH 2/4] lockdep: Rename trace_hardirq_{enter,exit}()
 2020-03-21 15:30 UTC  (2+ messages)
` [tip: x86/entry] "

[PATCH] usbip: vhci_hcd: slighly simplify code in 'vhci_urb_dequeue()'
 2020-03-21 15:29 UTC 

[PATCH] irqchip/gic-v3: Move irq_domain_update_bus_token to after checking for NULL domain
 2020-03-21 15:27 UTC  (2+ messages)

[PATCH][next] leds: leds-pwm: Replace zero-length array with flexible-array member
 2020-03-21 15:21 UTC  (2+ messages)

[PATCH] irqchip: irq-imx-gpcv2: Remove unnecessary blank lines
 2020-03-21 15:21 UTC  (2+ messages)

[PATCH v5 0/4] irqchip: xilinx: Add support for multiple instances
 2020-03-21 15:19 UTC  (2+ messages)

Add support for TCU of X1000 v2
 2020-03-21 15:15 UTC  (3+ messages)
` [PATCH v2] irqchip: Ingenic: Add support for TCU of X1000

[PATCH][next] irqchip: qcom-irq-combiner: Replace zero-length array with flexible-array member
 2020-03-21 15:11 UTC  (2+ messages)

[PATCH][next] irqchip: irq-bcm7038-l1: Replace zero-length array with flexible-array member
 2020-03-21 15:10 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the gpio tree
 2020-03-21 15:09 UTC  (2+ messages)

[PATCH 0/3] ARM: make use of UAL VFP mnemonics when possible
 2020-03-21 15:04 UTC 

[PATCH 0/3] KVM: VMX: Fix for kexec VMCLEAR and VMXON cleanup
 2020-03-21 14:55 UTC  (5+ messages)
` [PATCH 1/3] KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec support

[PATCH] x86/speculation: Allow overriding seccomp speculation disable
 2020-03-21 14:46 UTC  (2+ messages)

[PATCH] ARM: dts: oxnas: Fix clear-mask property
 2020-03-21 14:36 UTC 

[PATCH] net: stmmac: dwmac-rk: fix error path in rk_gmac_probe
 2020-03-21 14:36 UTC 

[PATCH v5 23/26] x86: vdso: Enable x86 to use common headers
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] x86/vdso: "

[PATCH v4 18/26] arm64: vdso32: Replace TASK_SIZE_32 check in vgettimeofday
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] arm64: vdso32: Code clean up

[PATCH v5 26/26] arm64: vdso32: Enable Clang Compilation
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 19/26] arm64: Introduce asm/vdso/processor.h
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 20/26] arm64: vdso: Include common headers in the vdso library
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 13/26] linux/jiffies.h: Extract common header for vDSO
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 11/26] linux/time32.h: Extract common header for vDSO
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 07/26] mips: Introduce asm/vdso/clocksource.h
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 12/26] linux/time64.h: Extract common header for vDSO
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 06/26] arm64: Introduce asm/vdso/clocksource.h
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 08/26] linux/clocksource.h: Extract common header for vDSO
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 05/26] arm: Introduce asm/vdso/clocksource.h
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 04/26] x86:Introduce asm/vdso/clocksource.h
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] x86: Introduce asm/vdso/clocksource.h

[PATCH v5 10/26] linux/time.h: Extract common header for vDSO
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 14/26] linux/ktime.h: Extract common header for vDSO
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 01/26] linux/const.h: Extract common header for vDSO
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 03/26] linux/limits.h: Extract common header for vDSO
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 16/26] scripts: Fix the inclusion order in modpost
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 02/26] linux/bits.h: Extract common header for vDSO
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 09/26] linux/math64.h: Extract common header for vDSO
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 17/26] linux/elfnote.h: Replace elf.h with UAPI equivalent
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 24/26] arm: vdso: Enable arm to use common headers
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 15/26] common: Introduce processor.h
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 21/26] arm64: vdso32: Include common headers in the vdso library
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 22/26] mips: vdso: Enable mips to use common headers
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 25/26] lib: vdso: Enable common headers
 2020-03-21 14:33 UTC  (2+ messages)
` [tip: timers/core] lib/vdso: "

WARNING in hwahc_probe
 2020-03-21 14:29 UTC 

[PATCH v5 00/11] Modernize Loongson64 Machine v5
 2020-03-21 14:14 UTC  (3+ messages)
` [PATCH v5 04/11] irqchip: Add driver for Loongson-3 HyperTransport PIC controller

INFO: task hung in tty_ldisc_hangup
 2020-03-21 14:12 UTC  (2+ messages)

[patch V2 06/15] rcuwait: Add @state argument to rcuwait_wait_event()
 2020-03-21 14:11 UTC  (6+ messages)
` [PATCH 0/5] Remove mm.h from arch/*/include/asm/uaccess.h
  ` [PATCH 2/5] csky: Remove mm.h from asm/uaccess.h

[PATCH] irqchip/versatile-fpga: Apply clear-mask earlier
 2020-03-21 14:05 UTC  (2+ messages)

[PATCH] staging: kpc2000: Removing multiple blank lines
 2020-03-21 14:04 UTC 

[PATCH] rtc: pm8xxx: clear alarm register when alarm is not enabled
 2020-03-21 13:53 UTC  (3+ messages)
  `  "

[PATCH] media: Refactor configuration options
 2020-03-21 13:51 UTC  (4+ messages)

[PATCHv3 0/3] clean up KPTI / SDEI trampoline data alignment
 2020-03-21 13:41 UTC  (3+ messages)
` [PATCH 3/3] arm64: reduce "

KASAN: slab-out-of-bounds Read in garmin_read_process
 2020-03-21 13:40 UTC 

[PATCH v3 01/17] notifier: Fix broken error handling pattern
 2020-03-21 13:17 UTC 

[PATCH 0/2] iio: light: tsl2563: Fix checkpatch warnings
 2020-03-21 13:10 UTC  (4+ messages)
` [PATCH 1/2] iio: light: tsl2563: Wrap comment description

[PATCH v5 0/3] Add support for CellWise cw2015 fuel gauge
 2020-03-21 12:57 UTC  (4+ messages)
` [PATCH v5 2/3] dt-bindings: power: supply: add cw2015_battery bindings

[PATCH v6 0/3] Add support for CellWise cw2015 fuel gauge
 2020-03-21 12:52 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: Document cellwise vendor-prefix
` [PATCH v6 2/3] dt-bindings: power: supply: add cw2015_battery bindings
` [PATCH v6 3/3] power: supply: add CellWise cw2015 fuel gauge driver

[PATCH v9 00/25] Change readahead API
 2020-03-21 12:41 UTC  (9+ messages)
` [PATCH v9 18/25] erofs: Convert uncompressed files from readpages to readahead
  ` [f2fs-dev] "
` [PATCH v9 19/25] erofs: Convert compressed "
  ` [f2fs-dev] "
` [PATCH v9 22/25] f2fs: Convert "
  ` [f2fs-dev] "
` [PATCH v9 23/25] f2fs: Pass the inode to f2fs_mpage_readpages
  ` [f2fs-dev] "

[PATCH] drivers: iio: Drop unnecessary explicit casting
 2020-03-21 12:26 UTC  (2+ messages)

[PATCH] f2fs: fix to clear PG_error if fsverity failed
 2020-03-21 12:24 UTC 

[PATCH] f2fs: don't call fscrypt_get_encryption_info() explicitly in f2fs_tmpfile()
 2020-03-21 12:23 UTC 

[PATCH v2 3/4] f2fs: fix NULL pointer dereference in f2fs_verity_work()
 2020-03-21 12:21 UTC 

[PATCH v2] f2fs: clean up f2fs_may_encrypt()
 2020-03-21 12:19 UTC 

[RFC PATCH v3 0/4] arm64: tlb: add support for TTL field
 2020-03-21 12:16 UTC  (5+ messages)
` [RFC PATCH v3 1/4] arm64: Add level-hinted TLB invalidation helper to tlbi_user
` [RFC PATCH v3 2/4] mm: Add page table level flags to vm_flags
` [RFC PATCH v3 3/4] arm64: tlb: Use translation level hint in vm_flags
` [RFC PATCH v3 4/4] mm: Set VM_LEVEL flags in some tlb_flush functions

[PATCH 1/4] f2fs: fix to avoid potential deadlock
 2020-03-21 12:16 UTC  (4+ messages)
` [PATCH 3/4] f2fs: fix NULL pointer dereference in f2fs_verity_work()
    ` [f2fs-dev] "

[PATCH] f2fs: clean up f2fs_may_encrypt()
 2020-03-21 12:13 UTC  (3+ messages)
  ` [f2fs-dev] "

[PATCH v5 00/26] Introduce common headers for vDSO
 2020-03-21 12:06 UTC  (4+ messages)
` [PATCH v5 18/26] arm64: vdso32: Code clean up

[PATCH] ionic: make spdxcheck.py happy
 2020-03-21 12:05 UTC 

[PATCH] ASoC: MT6660: make spdxcheck.py happy
 2020-03-21 11:40 UTC 

[PATCH v3] powerpc/kasan: Fix shadow memory protection with CONFIG_KASAN_VMALLOC
 2020-03-21 11:37 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).