linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-28 17:29:38 to 2019-06-28 23:12:46 UTC [more...]

[RFC] Deadlock via recursive wakeup via RCU with threadirqs
 2019-06-28 23:12 UTC  (33+ messages)

[PATCH v1] perf/x86: Consider pinned events for group validation
 2019-06-28 23:03 UTC 

[PATCH V5 00/18] SC7 entry and exit support for Tegra210
 2019-06-28 23:00 UTC  (5+ messages)
` [PATCH V5 02/18] pinctrl: tegra: Add suspend and resume support

[PATCH 0/5] Convert misc-devices, i2c, w1, spi and some markdown files to ReST
 2019-06-28 22:38 UTC  (10+ messages)
` [PATCH 1/5] docs: convert markdown documents "
` [PATCH 2/5] docs: misc-devices: convert files without extension "
` [PATCH 3/5] docs: i2c: convert to ReST and add to driver-api bookset
` [PATCH 4/5] docs: w1: convert to ReST and add to the kAPI group of docs
` [PATCH 5/5] docs: spi: convert to ReST and add it to the kABI bookset

[PATCH] ARC: ARCv2: jump label: implement jump label patching
 2019-06-28 22:59 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 01/60] soc: brcmstb: Fix error path for unsupported CPUs
 2019-06-28 22:58 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 14/60] mwifiex: Abort at too short BSS descriptor element

net: check before dereferencing netdev_ops during busy poll
 2019-06-28 22:55 UTC  (2+ messages)

[GIT PULL] RISC-V patches for v5.2-rc7
 2019-06-28 22:43 UTC 

[RESEND PATCH v3 0/7] Improve scheduler scalability for fast path
 2019-06-28 22:34 UTC  (12+ messages)
` [PATCH v3 1/7] sched: limit cpu search in select_idle_cpu
` [PATCH v3 3/7] sched: rotate the cpu search window for better spread
` [PATCH v3 5/7] sched: SIS_CORE to disable idle core search

[PATCH 00/12] Secure Virtual Machine Enablement
 2019-06-28 22:33 UTC  (4+ messages)
` [RFC PATCH 03/12] powerpc/prom_init: Add the ESM call to prom_init

lift the xfs writepage code into iomap
 2019-06-28 22:27 UTC  (6+ messages)
` [PATCH 11/12] iomap: move the xfs writeback code to iomap.c

[PATCH v1] Doc : fs : convert xfs.txt to ReST
 2019-06-28 22:18 UTC  (4+ messages)

[PATCH] perf tools: Fix typos / broken sentences
 2019-06-28 22:09 UTC 

[PATCH 1/3] perf vendor events intel: Metric fixes for SKX/CLX
 2019-06-28 22:07 UTC  (3+ messages)
` [PATCH 2/3] perf list: Avoid extra : for --raw metrics
` [PATCH 3/3] perf tools metric: Don't include duration_time in group

[PATCH] rbtree: avoid generating code twice for the cached versions
 2019-06-28 22:07 UTC  (3+ messages)

[PATCH] clk: qoriq: Fix -Wunused-const-variable
 2019-06-28 21:27 UTC  (2+ messages)

[PATCH 1/2 RESEND3] perf/x86/amd/uncore: Do not set ThreadMask and SliceMask for non-L3 PMCs
 2019-06-28 21:59 UTC  (2+ messages)
` [PATCH 2/2 RESEND3] perf/x86/amd/uncore: set the thread mask for F17h L3 PMCs

[RFC PATCH 1/3] mm: Introduce VM_IBT for CET legacy code bitmap
 2019-06-28 21:49 UTC  (4+ messages)
` [RFC PATCH 2/3] Introduce arch_prctl(ARCH_X86_CET_MARK_LEGACY_CODE)
` [RFC PATCH 3/3] Prevent user from writing to IBT bitmap

[PATCH net v2] net: mvpp2: prs: Don't override the sign bit in SRAM parser shift
 2019-06-28 21:44 UTC  (3+ messages)

[PATCH v4 0/4] usb: xhci: Add support for Renesas USB controllers
 2019-06-28 21:42 UTC  (5+ messages)
` [PATCH v4 1/4] usb: xhci: add firmware loader for uPD720201 and uPD720202 w/o ROM
` [PATCH v4 2/4] usb: xhci: Use register defined and field names

[PATCH v5 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-06-28 21:37 UTC  (7+ messages)
` [PATCH v5 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()

[PATCH net-next] ipv4: enable route flushing in network namespaces
 2019-06-28 21:34 UTC  (2+ messages)

[PATCH] docs: format kernel-parameters -- as code
 2019-06-28 20:51 UTC  (6+ messages)

[PATCH][next] regulator: lp87565: fix missing break in switch statement
 2019-06-28 21:18 UTC  (3+ messages)

perf: Build with make -C <Linux O=...>
 2019-06-28 21:12 UTC 

[PATCH v5 0/2] Two-stagged initial page table setup
 2019-06-28 20:59 UTC  (3+ messages)
` [PATCH v5 1/2] RISC-V: Fix memory reservation in setup_bootmem()

linux-next: Tree for Jun 28
 2019-06-28 20:52 UTC  (2+ messages)
` linux-next: Tree for Jun 28 (kernel/bpf/cgroup.c)

[PATCH RFC v2 0/10] sched,fair: flatten CPU controller runqueues
 2019-06-28 20:49 UTC  (11+ messages)
` [PATCH 01/10] sched: introduce task_se_h_load helper
` [PATCH 02/10] sched: change /proc/sched_debug fields
` [PATCH 03/10] sched,fair: redefine runnable_load_avg as the sum of task_h_load
` [PATCH 04/10] sched,fair: move runnable_load_avg to cfs_rq
` [PATCH 05/10] sched,fair: remove cfs rqs from leaf_cfs_rq_list bottom up
` [PATCH 06/10] sched,cfs: use explicit cfs_rq of parent se helper
` [PATCH 07/10] sched,cfs: fix zero length timeslice calculation
` [PATCH 08/10] sched,fair: refactor enqueue/dequeue_entity
` [PATCH 09/10] sched,fair: add helper functions for flattened runqueue
` [PATCH 10/10] sched,fair: flatten hierarchical runqueues

KASAN: use-after-free Write in _free_event
 2019-06-28 20:46 UTC  (8+ messages)
` [RFC PATCH] perf: Paper over the hw.target problems
        ` [PATCH] perf: Fix race between close() and fork()

[PATCH v2] arm64: Kconfig.platforms: Enable GPIO_DAVINCI for ARCH_K3
 2019-06-28 20:37 UTC  (4+ messages)

[RFC PATCH v5 0/1] Add dm verity root hash pkcs7 sig validation
 2019-06-28 20:34 UTC  (4+ messages)

[PATCH] dt-bindings: arm: Limit cpus schema to only check Arm 'cpu' nodes
 2019-06-28 20:32 UTC  (3+ messages)

[PATCH v1 0/3] Add required-opps support to devfreq passive gov
 2019-06-28 20:26 UTC  (11+ messages)

[PATCH] clk: Add Si5341/Si5340 driver
 2019-06-28 20:25 UTC  (6+ messages)
  ` [PATCH v3] "

[RFC PATCH RT 4/4] rcutorture: Avoid problematic critical section nesting
 2019-06-28 20:24 UTC  (13+ messages)

[bpf/tools] cd17d77705: kernel_selftests.bpf.test_sock_addr.sh.fail
 2019-06-28 20:13 UTC  (7+ messages)

[PATCH 1/4] [v2] structleak: disable STRUCTLEAK_BYREF in combination with KASAN_STACK
 2019-06-28 19:52 UTC  (7+ messages)
` [PATCH 2/4] lpfc: reduce stack size with CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE
` [PATCH 3/4] staging: rtl8712: reduce stack usage, again
` [PATCH 4/4] ipvs: reduce kernel stack usage

[PATCH v1 0/6] mm / virtio: Provide support for paravirtual waste page treatment
 2019-06-28 19:55 UTC  (7+ messages)
` [PATCH v1 1/6] mm: Adjust shuffle code to allow for future coalescing
` [PATCH v1 2/6] mm: Move set/get_pcppage_migratetype to mmzone.h

[PATCH] mtd: rawnand: ingenic: fix ingenic_ecc dependency
 2019-06-28 19:53 UTC  (6+ messages)

[PATCH v2] staging: iio: ad7192: create of_device_id array
 2019-06-28 19:49 UTC 

[PATCH v2] Convert struct pid count to refcount_t
 2019-06-28 19:48 UTC  (2+ messages)

[PATCH v4] RISC-V: Add an Image header that boot loader can parse
 2019-06-28 19:44 UTC  (3+ messages)

BUG: unable to handle kernel paging request in hrtimer_interrupt
 2019-06-28 19:39 UTC  (2+ messages)

[RFC] sched,cfs: flatten CPU controller runqueues
 2019-06-28 19:36 UTC  (4+ messages)
` [PATCH 8/8] sched,fair: flatten hierarchical runqueues

[RFC PATCH 00/28] Removing struct page from P2PDMA
 2019-06-28 19:35 UTC  (14+ messages)

NFS oops
 2019-06-28 19:22 UTC 

[PATCH] mm, vmscan: prevent useless kswapd loops
 2019-06-28 19:27 UTC  (3+ messages)

[PATCH] dt-bindings: backlight: lm3630a: correct schema validation
 2019-06-28 19:22 UTC  (2+ messages)

[PATCH v4 0/4] Support accelerometers for veyron_minnie
 2019-06-28 19:17 UTC  (5+ messages)
` [PATCH v4 1/4] iio: cros_ec: Add sign vector in core for backward compatibility
` [PATCH v4 2/4] iio: cros_ec_accel_legacy: Fix incorrect channel setting
` [PATCH v4 3/4] iio: cros_ec_accel_legacy: Use cros_ec_sensors_core
` [PATCH v4 4/4] iio: cros_ec_accel_legacy: Add support for veyron-minnie

dev_pagemap related cleanups v3
 2019-06-28 19:14 UTC  (13+ messages)
` [PATCH 16/25] device-dax: use the dev_pagemap internal refcount

[RFC][Patch v10 0/2] mm: Support for page hinting
 2019-06-28 19:13 UTC  (7+ messages)

[PATCH net-next v2 00/10] net: stmmac: 10GbE using XGMAC
 2019-06-28 19:08 UTC  (3+ messages)
` [PATCH net-next v2 06/10] net: stmmac: Do not disable interrupts when cleaning TX

[PATCH 00/43] Convert doc files to ReST
 2019-06-28 19:01 UTC  (3+ messages)
` [PATCH 24/43] docs: leds: convert "

[PATCH] spi: spi-bcm2835.c: Fix 3-wire mode
 2019-06-28 19:00 UTC  (3+ messages)

memory leak in pppoe_sendmsg
 2019-06-28 18:58 UTC  (2+ messages)

[PATCH 0/2] Support accelerometers for veyron_minnie
 2019-06-28 18:55 UTC  (4+ messages)
` [PATCH v2 2/2] iio: cros_ec : Extend legacy support to ARM device

[PATCH 00/39] Don't let ReST documents orphaned
 2019-06-28 18:53 UTC  (3+ messages)
` [PATCH 24/39] docs: driver-model: move it to the driver-api book

[PATCH] RISC-V: redefine PTRS_PER_PGD/PTRS_PER_PMD/PTRS_PER_PTE
 2019-06-28 18:52 UTC  (2+ messages)

[PATCH net-next 00/12] net: hns3: some code optimizations & cleanups & bugfixes
 2019-06-28 18:47 UTC  (3+ messages)
` [PATCH net-next 02/12] net: hns3: enable DCB when TC num is one and pfc_en is non-zero

[PATCH] tracing/snapshot: resize spare buffer if size changed
 2019-06-28 18:48 UTC  (2+ messages)

[PATCH] mm: fix regression with deferred struct page init
 2019-06-28 18:47 UTC  (4+ messages)

[PATCH V33 00/30] Lockdown as an LSM
 2019-06-28 18:47 UTC  (8+ messages)
` [PATCH V33 24/30] bpf: Restrict bpf when kernel lockdown is in confidentiality mode

[PATCH] perf/x86/intel: Mark expected switch fall-throughs
 2019-06-28 18:44 UTC  (12+ messages)

[PATCH v6 00/19] Unify vDSOs across more architectures
 2019-06-28 18:40 UTC  (11+ messages)
` [PATCH v6 18/19] x86: Add support for generic vDSO

[PATCH] arm64: dts: meson-g12a: add missing dwc2 phy-names
 2019-06-28 18:41 UTC  (2+ messages)

[RFC PATCH 0/5] Add CONFIG symbol as module attribute
 2019-06-28 18:40 UTC  (8+ messages)

[PATCH v6 0/4] vfs: make immutable files actually immutable
 2019-06-28 18:35 UTC  (5+ messages)
` [PATCH 1/4] mm/fs: don't allow writes to immutable files
` [PATCH 2/4] vfs: flush and wait for io when setting the immutable flag via SETFLAGS
` [PATCH 3/4] vfs: flush and wait for io when setting the immutable flag via FSSETXATTR
` [PATCH 4/4] vfs: don't allow most setxattr to immutable files

[PATCH v4 0/5] vfs: clean up SETFLAGS and FSSETXATTR option processing
 2019-06-28 18:34 UTC  (6+ messages)
` [PATCH 1/5] vfs: create a generic checking and prep function for FS_IOC_SETFLAGS
` [PATCH 2/5] vfs: create a generic checking function for FS_IOC_FSSETXATTR
` [PATCH 3/5] vfs: teach vfs_ioc_fssetxattr_check to check project id info
` [PATCH 4/5] vfs: teach vfs_ioc_fssetxattr_check to check extent size hints
` [PATCH 5/5] vfs: only allow FSSETXATTR to set DAX flag on files and dirs

[PATCH v2] mtd: spinand: Add initial support for Paragon PN26G0xA
 2019-06-28 18:37 UTC  (2+ messages)

[PATCH v3] mtd: spinand: read return badly if the last page has bitflips
 2019-06-28 18:36 UTC  (2+ messages)

[PATCH v2 14/27] mtd: nand: use kzalloc instead of kmalloc and memset
 2019-06-28 18:36 UTC  (2+ messages)

[PATCH v2] mtd: rawnand: stm32_fmc2: increase DMA completion timeouts
 2019-06-28 18:36 UTC  (2+ messages)

[PATCH v2 0/2] vfs: make active swap files unwritable
 2019-06-28 18:35 UTC  (3+ messages)
` [PATCH 1/2] mm: set S_SWAPFILE on blockdev swap devices
` [PATCH 2/2] vfs: don't allow writes to swap files

[PATCH v4 0/2] Drivers: hv: Move Hyper-V clock/timer code to separate clocksource driver
 2019-06-28 18:34 UTC  (3+ messages)
` [PATCH v4 1/2] Drivers: hv: Create Hyper-V clocksource driver from existing clockevents code
` [PATCH v4 2/2] Drivers: hv: Move Hyper-V clocksource code to new clocksource driver

[Question] Should direct reclaim time be bounded?
 2019-06-28 18:20 UTC  (5+ messages)

[RFC/RFT v2 00/14] arm64: g12a: add support for DVFS
 2019-06-28 18:13 UTC  (10+ messages)
` [RFC/RFT v2 01/14] pinctrl: meson-g12a: add pwm_a on GPIOE_2 pinmux
` [RFC/RFT v2 05/14] soc: amlogic: meson-clk-measure: protect measure with a mutex
` [RFC/RFT v2 06/14] soc: amlogic: meson-clk-measure: add G12B second cluster cpu clk
` [RFC/RFT v2 12/14] arm64: dts: meson-g12a: enable DVFS on G12A boards

[PATCH 0/3] Add support for Graviton TRNG
 2019-06-28 18:05 UTC  (4+ messages)

[PATCH v3 0/4] Compile-test UAPI and kernel headers
 2019-06-28 18:00 UTC  (3+ messages)
` [PATCH v3 4/4] kbuild: compile-test kernel headers to ensure they are self-contained

[PATCH] f2fs: fix 32-bit linking
 2019-06-28 17:58 UTC  (6+ messages)

[PATCH v2 1/2] dt-bindings: Add binding document for NOA1305
 2019-06-28 17:57 UTC  (2+ messages)
` [PATCH v2 2/2] iio: light: noa1305: Add support "

[PATCH v4 0/3] add thermal/power management features for FPGA DFL drivers
 2019-06-28 17:55 UTC  (5+ messages)
` [PATCH v4 2/3] fpga: dfl: fme: add thermal management support
` [PATCH v4 3/3] fpga: dfl: fme: add power "

[PATCH 1/2] dt-bindings: Add binding document for NOA1305
 2019-06-28 17:51 UTC  (2+ messages)
` [PATCH 2/2] iio: light: noa1305: Add support "

[PATCH] ARM: mm: only adjust sections of valid mm structures
 2019-06-28 17:51 UTC  (2+ messages)

[RFC PATCH bpf-next v2 0/6] bpf: add BPF_MAP_DUMP command to
 2019-06-28 17:50 UTC  (6+ messages)
` [RFC PATCH bpf-next v2 2/6] bpf: add BPF_MAP_DUMP command to access more than one entry per call

[GIT PULL rcu/next + tools/memory-model] RCU and LKMM commits for 5.3
 2019-06-28 17:48 UTC  (2+ messages)

lift the xfs writepage code into iomap v2
 2019-06-28 17:41 UTC  (5+ messages)
` [PATCH 06/13] xfs: remove XFS_TRANS_NOFS

[PATCH v2 bpf-next] RV32G eBPF JIT
 2019-06-28 17:41 UTC  (3+ messages)

[PATCH v2 0/4] tracing: Improve error messages for histogram sorting
 2019-06-28 17:40 UTC  (5+ messages)
` [PATCH v2 1/4] tracing: Simplify assignment parsing for hist triggers
` [PATCH v2 2/4] tracing: Add hist trigger error messages for sort specification
` [PATCH v2 3/4] tracing: Add 'hist:' to hist trigger error log error string
` [PATCH v2 4/4] tracing: Add new testcases for hist trigger parsing errors

[PATCH] ftrace: Remove possible deadlock between register_kprobe() and ftrace_run_update_code()
 2019-06-28 17:37 UTC  (7+ messages)

[PATCH 1/2] Input: edt-ft5x06 - use get_unaligned_be16()
 2019-06-28 17:37 UTC  (4+ messages)
` [PATCH 2/2] Input: edt-ft5x06 - simplify event reporting code

[PATCH 0/2] mm, slab: Extend vm/drop_caches to shrink kmem slabs
 2019-06-28 17:30 UTC  (8+ messages)
` [PATCH 2/2] "

[v2 3/9] hwmon: (nct7904) Add extra sysfs support for fan, voltage and temperature
 2019-06-28 17:31 UTC 

[RFC PATCH] binfmt_elf: Extract .note.gnu.property from an ELF file
 2019-06-28 17:22 UTC 

[PATCH] netfilter: Fix remainder of pseudo-header protocol 0
 2019-06-28 17:30 UTC  (2+ messages)

[v2 2/9] hwmon: (nct7904) Changes comments in probe function
 2019-06-28 17:29 UTC 

[v2 1/9] hwmon: (nct7904) Add error handling in probe function
 2019-06-28 17:29 UTC 


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