linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-09 10:08:36 to 2019-01-09 13:42:31 UTC [more...]

[PATCH v6 0/8] Adding support for STMPE811 ADC
 2019-01-09 13:42 UTC  (2+ messages)
` [PATCH v6 2/8] mfd: stmpe: Move ADC related defines to header of mfd

[RFC PATCH v1 0/5] Add support for O_MAYEXEC
 2019-01-09 13:41 UTC  (8+ messages)
` [RFC PATCH v1 3/5] Yama: Enforces noexec mounts or file executability through O_MAYEXEC

[PATCH v3 0/4] input: touchscreen: Add goodix GT5553 CTP support
 2019-01-09 13:37 UTC  (4+ messages)
` [PATCH v3 1/4] dt-bindings: input: touchscreen: goodix: Document AVDD28-supply property

lockdep warning while reading sysfs
 2019-01-09 13:37 UTC  (3+ messages)

[PATCH] drm/meson: Fix atomic mode switching regression
 2019-01-09 13:36 UTC 

General protection fault in `switch_mm_irqs_off()`
 2019-01-09 13:35 UTC  (5+ messages)

INFO: task hung in generic_file_write_iter
 2019-01-09 13:30 UTC  (11+ messages)

[PATCH] RDMA/cma: Rollback source IP address if failing to acquire device
 2019-01-09 13:28 UTC  (2+ messages)

[PATCH 1/1] mfd: rk808: Prepare rk805 for poweroff
 2019-01-09 13:15 UTC  (5+ messages)

Regression in v5.0-rc1 with autosuspend hrtimers
 2019-01-09 13:24 UTC  (9+ messages)

[PATCH] tools uapi asm: Update asm-generic/unistd.h
 2019-01-09 13:15 UTC  (2+ messages)

[GIT PULL 00/16] perf/core fixes and improvements
 2019-01-09 13:11 UTC  (6+ messages)
` [PATCH 16/16] tools include uapi: Sync linux/vhost.h with the kernel sources

[PATCH v5 00/15] KVM: s390: make use of the GIB
 2019-01-09 13:10 UTC  (13+ messages)
` [PATCH v5 13/15] KVM: s390: add function process_gib_alert_list()
` [PATCH v5 14/15] KVM: s390: add and wire function gib_alert_irq_handler()

[V3, 0/4] platform: dwc: Add of DesignWare MIPI CSI-2 Host
 2019-01-09 13:07 UTC  (3+ messages)
` [V3, 4/4] media: platform: dwc: Add MIPI CSI-2 controller driver

[PATCH v9 0/8] arm64: untag user pointers passed to the kernel
 2019-01-09 13:05 UTC  (5+ messages)
` [RFC][PATCH 0/3] arm64 relaxed ABI
  ` [RFC][PATCH 2/3] arm64: Define Documentation/arm64/elf_at_flags.txt

[PATCHv5] x86/kdump: bugfix, make the behavior of crashkernel=X consistent with kaslr
 2019-01-09 13:02 UTC  (5+ messages)

[PATCH v5 perf, bpf-next 0/7] reveal invisible bpf programs
 2019-01-09 12:59 UTC  (12+ messages)
` [PATCH v5 perf, bpf-next 3/7] perf, bpf: introduce PERF_RECORD_BPF_EVENT

[PATCH v1 0/3] ASoC: last minute fixes
 2019-01-09 12:53 UTC  (13+ messages)
` [PATCH v1 3/3] ASoC: soc-core: fix platform name vs. of_node assignement
      ` [alsa-devel] "

[PATCH v2] ASoC: soc-core: defer card probe until all component is added to list
 2019-01-09 12:49 UTC  (2+ messages)
` Applied "ASoC: soc-core: defer card probe until all component is added to list" to the asoc tree

[PATCH v15 0/6] x86/boot/KASLR: Parse ACPI table and limit KASLR to choosing immovable memory
 2019-01-09 12:48 UTC  (3+ messages)
` [PATCH v15 1/6] x86/boot: Copy kstrtoull() to boot/string.c instead of using simple_strtoull()

[PATCH 00/14] Prepare syscall_get_arch for PTRACE_GET_SYSCALL_INFO
 2019-01-09 12:43 UTC  (15+ messages)
` [PATCH 01/14] Move EM_ARCOMPACT and EM_ARCV2 to uapi/linux/elf-em.h
` [PATCH 02/14] arc: define syscall_get_arch()
` [PATCH 03/14] c6x: "
` [PATCH 04/14] h8300: "
` [PATCH 05/14] Move EM_HEXAGON to uapi/linux/elf-em.h
` [PATCH 06/14] hexagon: define syscall_get_arch()
` [PATCH 07/14] m68k: "
` [PATCH 08/14] Move EM_NDS32 to uapi/linux/elf-em.h
` [PATCH 09/14] nds32: define syscall_get_arch()
` [PATCH 10/14] nios2: "
` [PATCH 11/14] riscv: "
` [PATCH 12/14] Move EM_UNICORE to uapi/linux/elf-em.h
` [PATCH 13/14] unicore32: define syscall_get_arch()
` [PATCH 14/14] syscall_get_arch: add "struct task_struct *" argument

[PATCH v15 00/11] livepatch: Atomic replace feature
 2019-01-09 12:43 UTC  (12+ messages)
` [PATCH v15 01/11] livepatch: Change unsigned long old_addr -> void *old_func in struct klp_func
` [PATCH v15 02/11] livepatch: Shuffle klp_enable_patch()/klp_disable_patch() code
` [PATCH v15 03/11] livepatch: Consolidate klp_free functions
` [PATCH v15 04/11] livepatch: Don't block the removal of patches loaded after a forced transition
` [PATCH v15 05/11] livepatch: Simplify API by removing registration step
` [PATCH v15 06/11] livepatch: Use lists to manage patches, objects and functions
` [PATCH v15 07/11] livepatch: Add atomic replace
` [PATCH v15 08/11] livepatch: Remove Nop structures when unused
` [PATCH v15 09/11] livepatch: Atomic replace and cumulative patches documentation
` [PATCH v15 10/11] livepatch: Remove ordering (stacking) of the livepatches
` [PATCH v15 11/11] selftests/livepatch: introduce tests

[PATCH 0/8] spi: lpspi: Fix bugs and Add some functions support
 2019-01-09 12:43 UTC  (5+ messages)
` [PATCH 6/8] spi: lpspi: add the error info of transfer speed setting
` [PATCH 7/8] spi: lpspi: Add cs-gpio support

[PATCH] scsi: hisi_sas: Use scsi lld debugfs folder
 2019-01-09 12:43 UTC 

[PATCH v4 0/9] phy: Add configuration interface for MIPI D-PHY devices
 2019-01-09 12:41 UTC  (6+ messages)
` [PATCH v4 7/9] dt-bindings: phy: Move the Cadence D-PHY bindings
` [PATCH v4 8/9] phy: Add Cadence D-PHY support

[PATCH v1 0/2] Get DMA information from real IOMMU
 2019-01-09 12:41 UTC  (3+ messages)
` [PATCH v1 1/2] vfio:iommu: Use capabilities do report IOMMU informations
` [PATCH v1 2/2] vfio:iommu: Get DMA information from real IOMMU

Can we drop upstream Linux x32 support?
 2019-01-09 12:41 UTC  (3+ messages)

[PATCH] mmc: Fix Kconfig warnings on keystone_defconfig
 2019-01-09 12:43 UTC 

Kconfig label updates
 2019-01-09 12:37 UTC  (2+ messages)

[PATCH 0/4] Add MediaTek MUSB Controller Driver
 2019-01-09 12:31 UTC  (4+ messages)
` [PATCH 4/4] usb: musb: Add support for MediaTek musb controller

seqcount usage in xt_replace_table()
 2019-01-09 12:29 UTC  (7+ messages)

[PATCH RFC 0/3] mm: Reduce IO by improving algorithm of memcg pagecache pages eviction
 2019-01-09 12:20 UTC  (4+ messages)
` [PATCH 1/3] mm: Uncharge and keep page in pagecache on memcg reclaim
` [PATCH 2/3] mm: Recharge page memcg on first get from pagecache
` [PATCH 3/3] mm: Pass FGP_NOWAIT in generic_file_buffered_read and enable ext4

[PATCH net-next V2 0/3] basic in order support for vhost_net
 2019-01-09 12:19 UTC  (2+ messages)

[PATCH] x86/intel_rdt: use rdmsr_safe() to workaround AWS host issue
 2019-01-09 12:14 UTC  (5+ messages)

[PATCH] mm/slub.c: re-randomize random_seq if necessary
 2019-01-09 12:13 UTC  (2+ messages)

[PATCH] mmc:sdio: Remove unneeded variable ret
 2019-01-09 12:10 UTC 

[PATCH v3 0/3] virtio-balloon: tweak config_changed
 2019-01-09 12:07 UTC  (7+ messages)
` [PATCH v3 1/3] virtio-balloon: tweak config_changed implementation

[PATCH 0/2] oom, memcg: do not report racy no-eligible OOM
 2019-01-09 12:02 UTC  (4+ messages)

[PATCH] drm/atmel-hlcdc: prevent divide by zero
 2019-01-09 12:00 UTC  (5+ messages)

[PATCH] uio:remove unneeded variable ret
 2019-01-09 11:53 UTC 

[PATCH] staging: erofs: clean up erofs_map_blocks_iter
 2019-01-09 11:54 UTC  (2+ messages)

[PATCH 0/2] Add support for Xilinx CSI2 Receiver Subsystem
 2019-01-09 11:52 UTC  (3+ messages)
` [PATCH 2/2] media: v4l: xilinx: Add Xilinx MIPI CSI-2 Rx Subsystem driver

[PATCH v2 0/2] Revamp admin-guide/tainted-kernels.rst to make it more comprehensible
 2019-01-09 11:52 UTC  (3+ messages)

[PATCH v5 0/8] Adding support for STMPE811 ADC
 2019-01-09 11:51 UTC  (5+ messages)
` [PATCH v5 7/8] ARM: dts: Add stmpe-adc DT node to Toradex iMX6 modules
` [PATCH v5 8/8] ARM: dts: Add stmpe-adc DT node to Toradex T30 modules

[PATCH v6] x86: load FPU registers on return to userland
 2019-01-09 11:47 UTC  (23+ messages)
` [PATCH 01/22] x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()
` [PATCH 02/22] x86/fpu: Remove fpu__restore()
` [PATCH 03/22] x86/fpu: Remove preempt_disable() in fpu__clear()
` [PATCH 04/22] x86/fpu: Always init the `state' "
` [PATCH 05/22] x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()
` [PATCH 06/22] x86/fpu: Don't save fxregs for ia32 frames "
` [PATCH 07/22] x86/fpu: Remove fpu->initialized
` [PATCH 08/22] x86/fpu: Remove user_fpu_begin()
` [PATCH 09/22] x86/fpu: Add (__)make_fpregs_active helpers
` [PATCH 10/22] x86/fpu: Make __raw_xsave_addr() use feature number instead of mask
` [PATCH 11/22] x86/fpu: Make get_xsave_field_ptr() and get_xsave_addr() "
` [PATCH 12/22] x86/fpu: Only write PKRU if it is different from current
` [PATCH 13/22] x86/pkeys: Don't check if PKRU is zero before writting it
` [PATCH 14/22] x86/fpu: Eager switch PKRU state
` [PATCH 15/22] x86/entry: Add TIF_NEED_FPU_LOAD
` [PATCH 16/22] x86/fpu: Always store the registers in copy_fpstate_to_sigframe()
` [PATCH 17/22] x86/fpu: Prepare copy_fpstate_to_sigframe() for TIF_NEED_FPU_LOAD
` [PATCH 18/22] x86/fpu: Update xstate's PKRU value on write_pkru()
` [PATCH 19/22] x86/fpu: Inline copy_user_to_fpregs_zeroing()
` [PATCH 20/22] x86/fpu: Let __fpu__restore_sig() restore the !32bit+fxsr frame from kernel memory
` [PATCH 21/22] x86/fpu: Merge the two code paths in __fpu__restore_sig()
` [PATCH 22/22] x86/fpu: Defer FPU state load until return to userspace

[PATCH v4] mm: Create the new vm_fault_t type
 2019-01-09 11:50 UTC  (2+ messages)

[PATCH] jbd2: adjust location of journal->j_list_lock
 2019-01-09 11:42 UTC 

[PATCH 4.14 000/101] 4.14.92-stable review
 2019-01-09 11:40 UTC  (6+ messages)

[PATCH v4 0/4] greybus: gpio: Switch to the gpio descriptor interface
 2019-01-09 11:35 UTC  (9+ messages)
` [PATCH v4 1/4] staging: greybus: gpio: switch GPIO portions to use GPIOLIB_IRQCHIP
` [PATCH v4 2/4] staging: greybus: gpio: Use gpiochip_get_data() in place of gpio_chip_to_gb_gpio_controller()
` [PATCH v4 3/4] staging: greybus: arche-apb-ctrl.c: Switch to the gpio descriptor interface
` [PATCH v4 4/4] staging: greybus: arche-platform: "

[PATCH AUTOSEL 4.20 001/117] netfilter: ipset: Allow matching on destination MAC address for mac and ipmac sets
 2019-01-09 11:32 UTC  (4+ messages)
` [PATCH AUTOSEL 4.20 016/117] fanotify: return only user requested event types in event mask

[PATCH] selinux: avc: mark avc node as not a leak
 2019-01-09 11:31 UTC  (2+ messages)

[PATCH] media: saa7146: make use of i2c_8bit_addr_from_msg
 2019-01-09 11:24 UTC 

[PATCH v4 00/15] Add support for OLPC XO 1.75 Embedded Controller
 2019-01-09 11:23 UTC  (6+ messages)
` [PATCH v4 06/15] Platform: OLPC: Move EC-specific functionality out from x86
` [PATCH v4 07/15] Platform: OLPC: Use BIT() and GENMASK() for event masks

x86/fpu: Don't export __kernel_fpu_{begin,end}()
 2019-01-09 11:19 UTC  (2+ messages)

[PATCH] net: brcm80211: add a check for the status of usb_register
 2019-01-09 11:17 UTC  (4+ messages)

[PATCH v6 02/12] gpu: ipu-csi: Swap fields according to input/output field types
 2019-01-09 11:16 UTC  (6+ messages)
` [PATCH v6 05/12] media: imx-csi: Input connections to CSI should be optional
` [PATCH v6 12/12] media: imx.rst: Update doc to reflect fixes to interlaced capture

[PATCH 00/25] Increase success rates and reduce latency of compaction v2
 2019-01-09 11:16 UTC  (4+ messages)
` [PATCH] mm, compaction: Use free lists to quickly locate a migration target -fix
` [PATCH] mm, compaction: Finish pageblock scanning on contention -fix
` [PATCH] mm, compaction: Round-robin the order while searching the free lists for a target -fix

[PATCH v8] mm/page_alloc.c: memory_hotplug: free pages as higher order
 2019-01-09 11:13 UTC 

[PATCH v6 05/11] platform/x86: intel_pmc: Make PCI dependency explicit
 2019-01-09 11:10 UTC  (3+ messages)

[PATCH] cpufreq: scmi: Fix frequency invariance in slow path
 2019-01-09 11:07 UTC  (8+ messages)

[PATCH v7] mm/page_alloc.c: memory_hotplug: free pages as higher order
 2019-01-09 11:06 UTC  (10+ messages)

[ANNOUNCE] v4.19.13-rt10
 2019-01-09 11:00 UTC 

[PATCH] rtc: rs5c372: r2221: fix to use the correct XSTP bit
 2019-01-09 10:59 UTC 

[PATCH v10 00/15] Energy Aware Scheduling
 2019-01-09 10:57 UTC  (4+ messages)
` [PATCH v10 15/15] OPTIONAL: cpufreq: dt: Register an Energy Model

[RFC 0/6] some compile- and run-time format checking
 2019-01-09 10:57 UTC  (7+ messages)
` [RFC PATCH 0/7] runtime format string checking
  ` [RFC PATCH 1/7] compiler_attributes.h: add __attribute__((format_arg)) shorthand

[PATCH 1/1] remoteproc: fix recovery procedure
 2019-01-09 10:56 UTC 

[PATCH] Documentation: driver-api: PM: Add cpuidle document
 2019-01-09 10:53 UTC 

[PATCH] ASoC: core: Fix deferral of machine drivers
 2019-01-09 10:52 UTC  (3+ messages)

[PATCH 0/3] Protect against concurrent calls into UV BIOS
 2019-01-09 10:45 UTC  (4+ messages)
` [PATCH 1/3] efi/x86: turn EFI runtime semaphore into a global lock
` [PATCH 2/3] x86/platform/UV: kill uv_bios_call_reentrant() as it has no callers
` [PATCH 3/3] x86/platform/UV: use efi_runtime_sem to serialise BIOS calls

[PATCH v2 0/4] add support for MBIGEN generating message based SPIs
 2019-01-09 10:48 UTC  (5+ messages)
` [PATCH v2 4/4] dt-bindings/irqchip/mbigen: add example of MBIGEN generate SPIs

[ANNOUNCE] util-linux v2.33.1
 2019-01-09 10:48 UTC 

[PATCH 4.9 00/71] 4.9.149-stable review
 2019-01-09 10:46 UTC  (4+ messages)

[PATCH 1/1] doc: trace: fix reference to cpuidle documentation file
 2019-01-09 10:45 UTC  (2+ messages)

[PATCH] fix dma-buf/udmabuf selftest
 2019-01-09 10:43 UTC  (2+ messages)

[PATCH RFC 0/4] barriers using data dependency
 2019-01-09 10:35 UTC  (4+ messages)
` [PATCH RFC 1/4] include/linux/compiler*.h: fix OPTIMIZER_HIDE_VAR

[RFC v2 0/6] x86: dynamic indirect branch promotion
 2019-01-09 10:35 UTC  (11+ messages)

kernel: xhci_hcd 0000:00:14.0: ERROR unknown event type 37 - Kernel 4.19.13
 2019-01-09 10:35 UTC  (3+ messages)

[PATCH v2] phy: rockchip-inno-usb2: fix misspelling and kernel-doc documentation
 2019-01-09 10:32 UTC 

[PATCH 0/4] ARM: dts: s5pv210: Enable cpufreq support
 2019-01-09 10:27 UTC  (3+ messages)
` [PATCH 2/4] cpufreq: s5pv210: Don't flood kernel log after cpufreq change

[PATCH] ARM: dts: sun8i: h3: Add ethernet0 alias to Beelink X2
 2019-01-09 10:20 UTC  (4+ messages)

[PATCH] irqchip/csky: support csky,dh7k SOC intc driver
 2019-01-09 10:18 UTC 

[PATCH 0/5 v2][RFC] Encryption and authentication for hibernate snapshot image
 2019-01-09 10:17 UTC  (4+ messages)
` [PATCH 1/5 v2] PM / hibernate: Create snapshot keys handler

[PATCH v4 0/6] Add ARMv8.3 pointer authentication for kvm guest
 2019-01-09 10:16 UTC  (7+ messages)
` [PATCH v4 3/6] arm64/kvm: add a userspace option to enable pointer authentication
` [PATCH v4 4/6] arm64/kvm: enable pointer authentication cpufeature conditionally

[PATCH -next] mm, compaction: remove set but not used variables 'a, b, c'
 2019-01-09 10:15 UTC  (2+ messages)

[PATCH] ARM: dts: sun6i: Add clock-output-names to osc24M clock
 2019-01-09 10:11 UTC  (2+ messages)

[PATCH v2] scripts/syscalls: add system call table file for asm-generic
 2019-01-09 10:10 UTC  (2+ messages)

[PATCH v2 15/15] drm/bochs: reserve bo for pin/unpin
 2019-01-09 10:10 UTC  (2+ messages)

[PATCH v3 0/3] kasan: tag-based mode fixes
 2019-01-09 10:10 UTC  (3+ messages)
` [PATCH v3 1/3] kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligning

[PATCH] mm/mincore: allow for making sys_mincore() privileged
 2019-01-09 10:08 UTC  (12+ messages)

[PATCH 1/1] mm/vmalloc: Make vmalloc_32_user() align base kernel virtual address to SHMLBA
 2019-01-09 10:08 UTC  (3+ 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).