linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-28 19:00:24 to 2020-04-28 21:24:53 UTC [more...]

[PATCH 0/9] XArray: several cleanups
 2020-04-28 21:24 UTC  (4+ messages)
` [PATCH 5/9] XArray: entry in last level is not expected to be a node

[PATCH] net/mlx5: reduce stack usage in qp_read_field
 2020-04-28 21:23 UTC 

[PATCH net-next 1/4] net: phy: bcm54140: use genphy_soft_reset()
 2020-04-28 21:23 UTC  (6+ messages)
` [PATCH net-next 2/4] net: phy: bcm54140: fix phy_id_mask
` [PATCH net-next 3/4] net: phy: bcm54140: apply the workaround on b0 chips
` [PATCH net-next 4/4] net: phy: bcm54140: add second PHY ID

[PATCH v2] mm/swapfile.c: simplify the scan loop in scan_swap_map_slots()
 2020-04-28 21:22 UTC  (9+ messages)

[PATCH v3 0/5] Add support for RESOLVE_MAYEXEC
 2020-04-28 21:20 UTC  (3+ messages)

[PATCH 0/2] mm: memcontrol: memory.{low,min} reclaim fix & cleanup
 2020-04-28 21:19 UTC  (5+ messages)
` [PATCH 1/2] mm, memcg: Avoid stale protection values when cgroup is above protection
` [PATCH 2/2] mm, memcg: Decouple e{low,min} state mutations from protection checks

[PATCH] perf stat: Fix uncore event mixed metric with workload error issue
 2020-04-28 21:19 UTC  (3+ messages)

[git pull] vfs.git fixes
 2020-04-28 21:18 UTC 

[PATCH net-next] net: phy: at803x: add downshift support
 2020-04-28 21:15 UTC 

[PATCH v3 00/11] kgdb: Support late serial drivers; enable early debug w/ boot consoles
 2020-04-28 21:13 UTC  (12+ messages)
` [PATCH v3 01/11] kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdb
` [PATCH v3 02/11] Revert "kgdboc: disable the console lock when in kgdb"
` [PATCH v3 03/11] kgdboc: Use a platform device to handle tty drivers showing up late
` [PATCH v3 04/11] kgdb: Delay "kgdbwait" to dbg_late_init() by default
` [PATCH v3 05/11] arm64: Add call_break_hook() to early_brk64() for early kgdb
` [PATCH v3 06/11] kgdb: Prevent infinite recursive entries to the debugger
` [PATCH v3 07/11] kgdboc: Add kgdboc_earlycon to support early kgdb using boot consoles
` [PATCH v3 08/11] Documentation: kgdboc: Document new kgdboc_earlycon parameter
` [PATCH v3 09/11] serial: qcom_geni_serial: Support kgdboc_earlycon
` [PATCH v3 10/11] serial: 8250_early: "
` [PATCH v3 11/11] serial: amba-pl011: "

[PATCH v4 0/3] Add support for AMD PTDMA controller driver
 2020-04-28 21:13 UTC  (4+ messages)
` [PATCH v4 1/3] dmaengine: ptdma: Initial driver for the AMD PTDMA controller
` [PATCH v4 2/3] dmaengine: ptdma: register PTDMA controller as a DMA resource
` [PATCH v4 3/3] dmaengine: ptdma: Add debugfs entries for PTDMA information

[PATCH V11 00/11] XFS - Enable per-file/per-directory DAX operations V11
 2020-04-28 21:12 UTC  (13+ messages)
` [PATCH V11 04/11] Documentation/dax: Update Usage section
` [PATCH V11 06/11] fs/xfs: Make DAX mount option a tri-state
` [PATCH V11 09/11] fs: Lift XFS_IDONTCACHE to the VFS layer
` [PATCH V11 10/11] fs: Introduce DCACHE_DONTCACHE
` [PATCH V11 11/11] fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()

[char-misc] mei: me: disable mei interface on LBG servers
 2020-04-28 21:12 UTC 

net test error: KASAN: null-ptr-deref Write in x25_disconnect
 2020-04-28 21:11 UTC  (3+ messages)
` [PATCH] net/x25: Fix null-ptr-deref "

[PATCH] net: Protect INET_ADDR_COOKIE on 32-bit architectures
 2020-04-28 21:07 UTC  (2+ messages)

[GIT PULL] Please pull proc and exec work for 5.7-rc1
 2020-04-28 21:06 UTC  (13+ messages)

[PATCH net v2 0/2] WoL fixes for DP83822 and DP83tc811
 2020-04-28 20:59 UTC  (4+ messages)
` [PATCH net v2 2/2] net: phy: DP83TC811: Fix WoL in config init to be disabled

[RFC PATCH 0/3] v4l2 api changes for imx378 driver
 2020-04-28 21:02 UTC  (5+ messages)
` [RFC PATCH 2/3] media: v4l2: Add v4l2 control IDs for temperature
` [RFC PATCH 3/3] media: imx378: Add imx378 camera sensor driver

[PATCH v6 0/2] Amlogic 32-bit Meson SoC SDHC MMC controller driver
 2020-04-28 21:02 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: mmc: Document the Amlogic Meson SDHC MMC host controller
` [PATCH v6 2/2] mmc: host: meson-mx-sdhc: new driver for the Amlogic Meson SDHC host

[PATCH 00/24] Introduce kvfree_rcu(1 or 2 arguments)
 2020-04-28 20:59 UTC  (25+ messages)
` [PATCH 01/24] rcu/tree: Keep kfree_rcu() awake during lock contention
` [PATCH 02/24] rcu/tree: Skip entry into the page allocator for PREEMPT_RT
` [PATCH 03/24] rcu/tree: Use consistent style for comments
` [PATCH 04/24] rcu/tree: Repeat the monitor if any free channel is busy
` [PATCH 05/24] rcu/tree: Simplify debug_objects handling
` [PATCH 06/24] rcu/tree: Simplify KFREE_BULK_MAX_ENTR macro
` [PATCH 07/24] rcu/tree: move locking/unlocking to separate functions
` [PATCH 08/24] rcu/tree: Use static initializer for krc.lock
` [PATCH 09/24] rcu/tree: cache specified number of objects
` [PATCH 10/24] rcu/tree: add rcutree.rcu_min_cached_objs description
` [PATCH 11/24] rcu/tree: Maintain separate array for vmalloc ptrs
` [PATCH 12/24] rcu/tiny: support vmalloc in tiny-RCU
` [PATCH 13/24] rcu: Rename rcu_invoke_kfree_callback/rcu_kfree_callback
` [PATCH 14/24] rcu: Rename __is_kfree_rcu_offset() macro
` [PATCH 15/24] rcu: Rename kfree_call_rcu() to the kvfree_call_rcu()
` [PATCH 16/24] mm/list_lru.c: Rename kvfree_rcu() to local variant
` [PATCH 17/24] rcu: Introduce 2 arg kvfree_rcu() interface
` [PATCH 18/24] mm/list_lru.c: Remove kvfree_rcu_local() function
` [PATCH 19/24] rcu/tree: Support reclaim for head-less object
` [PATCH 20/24] rcu/tree: Make kvfree_rcu() tolerate any alignment
` [PATCH 21/24] rcu/tiny: move kvfree_call_rcu() out of header
` [PATCH 22/24] rcu/tiny: support reclaim for head-less object
` [PATCH 23/24] rcu: Introduce 1 arg kvfree_rcu() interface
` [PATCH 24/24] lib/test_vmalloc.c: Add test cases for kvfree_rcu()

[PATCH 0/7] x86: tag application address space for devices
 2020-04-28 20:59 UTC  (10+ messages)
` [PATCH 5/7] x86/mmu: Allocate/free PASID

[PATCH v4 0/4] Clean up hugetlb boot command line processing
 2020-04-28 20:56 UTC  (5+ messages)
` [PATCH v4 1/4] hugetlbfs: add arch_hugetlb_valid_size
` [PATCH v4 2/4] hugetlbfs: move hugepagesz= parsing to arch independent code
` [PATCH v4 3/4] hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate
` [PATCH v4 4/4] hugetlbfs: clean up command line processing

[PATCH v21 00/16] Multicolor Framework
 2020-04-28 20:59 UTC  (9+ messages)
` [PATCH v21 01/16] dt: bindings: Add multicolor class dt bindings documention
` [PATCH v21 02/16] leds: multicolor: Introduce a multicolor class definition
` [PATCH v21 04/16] leds: lp50xx: Add the LP50XX family of the RGB LED driver
` [PATCH v21 11/16] leds: lp55xx: Add multicolor framework support to lp55xx

[PATCH v2 0/2] Minor sparse and style fixes
 2020-04-28 20:58 UTC  (3+ messages)
` [PATCH v2 2/2] coresight: Avoid casting void pointers

[PATCH v2] net/ena: Fix build warning in ena_xdp_set()
 2020-04-28 20:58 UTC  (2+ messages)

[PATCH-next] net: phy: bcm54140: Make a bunch of functions static
 2020-04-28 20:54 UTC  (2+ messages)

[PATCH V3] dt-bindings: thermal: Convert i.MX8MM to json-schema
 2020-04-28 20:42 UTC  (2+ messages)

[PATCH v2 0/2] gpio: fix several typos
 2020-04-28 20:41 UTC  (3+ messages)
` [PATCH v2 2/2] gpio: mm-lantiq: Fix small typo

[PATCH 0/5] virtio on Type-1 hypervisor
 2020-04-28 20:41 UTC  (5+ messages)
` [PATCH 5/5] virtio: Add bounce DMA ops

[GIT PULL] Please pull RDMA subsystem changes
 2020-04-28 20:40 UTC  (2+ messages)

Remaining randconfig objtool warnings, linux-next-20200428
 2020-04-28 20:38 UTC  (5+ messages)

[PATCH v1 1/1] PCI/AER: Use _OSC negotiation to determine AER ownership
 2020-04-28 20:36 UTC  (2+ messages)

[PATCH v2] thermal: ti-soc-thermal: avoid dereferencing ERR_PTR
 2020-04-28 20:33 UTC  (2+ messages)

[PATCH net-next v6 0/5] kselftest: add fixture parameters
 2020-04-28 20:31 UTC  (2+ messages)

[PATCH v2 1/2] arm64: dts: rockchip: fix defines in pd_vio node for rk3399
 2020-04-28 20:30 UTC  (2+ messages)
` [PATCH v2 2/2] arm64: dts: rockchip: rk3399: fix pd_tcpc0 and pd_tcpc1 node position

[PATCH] dmaengine: qcom_hidma: Simplify error handling path in hidma_probe
 2020-04-28 20:29 UTC  (5+ messages)

[PATCH V2] thermal: imx: Add missing of_node_put()
 2020-04-28 20:28 UTC  (2+ messages)

[PATCH] Fix use after free in get_tree_bdev()
 2020-04-28 20:27 UTC 

[PATCH v8 00/14] KVM: Dirty ring interface
 2020-04-28 20:22 UTC  (6+ messages)
` [PATCH v8 03/14] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]

[RFC PATCH 0/3] SCMI System Power Support
 2020-04-28 20:18 UTC  (2+ messages)

[PATCH v2 00/14] objtool vs retpoline
 2020-04-28 20:17 UTC  (18+ messages)
` [PATCH v2 01/14] objtool: Allow branches within the same alternative
` [PATCH v2 02/14] objtool: Fix ORC vs alternatives
` [PATCH v2 03/14] x86,smap: Fix smap_{save,restore}() alternatives
` [PATCH v2 04/14] objtool: is_fentry_call() crashes if call has no destination
` [PATCH v2 05/14] objtool: UNWIND_HINT_RET_OFFSET should not check registers
` [PATCH v2 06/14] objtool: Rework allocating stack_ops on decode
` [PATCH v2 07/14] objtool: Make handle_insn_ops() unconditional
` [PATCH v2 08/14] objtool: Remove INSN_STACK
` [PATCH v2 09/14] objtool: Move the IRET hack into the arch decoder
` [PATCH v2 10/14] objtool: Add support for intra-function calls
` [PATCH v2 11/14] x86/speculation: Change FILL_RETURN_BUFFER to work with objtool
` [PATCH v2 12/14] x86: Simplify retpoline declaration
` [PATCH v2 13/14] x86: Change {JMP,CALL}_NOSPEC argument
` [PATCH v2 14/14] x86/retpoline: Fix retpoline unwind

[PATCH 00/38] net: manually convert files to ReST format - part 1
 2020-04-28 20:15 UTC  (3+ messages)

[PATCH] firmware: stratix10-svc: Fix some error handling paths in 'stratix10_svc_drv_probe()'
 2020-04-28 20:13 UTC  (3+ messages)

[PATCH 2/7] signal: factor copy_siginfo_to_external32 from copy_siginfo_to_user32
 2020-04-28 19:56 UTC  (2+ messages)
` [PATCH] fixup! "

[PATCH v6 00/12] mm/gup: track FOLL_PIN pages
 2020-04-28 20:12 UTC  (11+ messages)
` [PATCH v6 06/12] "
  ` [regression] "
          ` [regression?] "

[PATCH v2 0/2] timer: make deferrable cpu unbound timers really not bound to a cpu
 2020-04-28 20:09 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] sched: Add a check for cpu unbound deferrable timers

[PATCH 0/3] TI K3 DSP remoteproc driver for C66x DSPs
 2020-04-28 20:09 UTC  (4+ messages)
` [PATCH 3/3] remoteproc/k3-dsp: Add support for L2RAM loading on "

[PATCH 00/13] KVM: x86: Event fixes and cleanup
 2020-04-28 20:07 UTC  (4+ messages)
` [PATCH 01/13] KVM: nVMX: Preserve exception priority irrespective of exiting behavior

[PATCH v5 0/2] Add a watchdog driver that uses ARM Secure Monitor Calls
 2020-04-28 20:06 UTC  (5+ messages)
` [PATCH v5 2/2] watchdog: Add new arm_smc_wdt watchdog driver

[PATCH v4 0/2] add callbacks for inaccessible pages
 2020-04-28 20:02 UTC  (14+ messages)
` [PATCH v4 2/2] mm/gup/writeback: "

[PATCH 1/3] docs: sysctl/kernel: document cad_pid
 2020-04-28 20:03 UTC  (4+ messages)
` [PATCH 2/3] docs: sysctl/kernel: document ftrace entries

[PATCH v4] staging: wfx: cleanup long lines in data_tx.c
 2020-04-28 19:56 UTC  (5+ messages)

[PATCH 0/2] Add support for MaxLinear/Exar USB to serial converters
 2020-04-28 19:56 UTC  (3+ messages)
` [PATCH 1/2] usb: serial: Add MaxLinear/Exar USB to Serial driver
` [PATCH 2/2] usb: serial: xr_serial: Add gpiochip support

[RESEND PATCH can-next 1/2] can: tcan4x5x: Rename parse_config function
 2020-04-28 19:48 UTC  (2+ messages)

[PATCH] usb: raw-gadget: fix gadget endpoint selection
 2020-04-28 19:53 UTC  (3+ messages)

[PATCH RT 0/2] Linux v4.19.115-rt50-rc1
 2020-04-28 19:52 UTC  (3+ messages)
` [PATCH RT 1/2] hrtimer: fix logic for when grabbing softirq_expiry_lock can be elided
` [PATCH RT 2/2] Linux 4.19.115-rt50-rc1

[PATCH -next] libbpf: Remove unneeded semicolon
 2020-04-28 19:49 UTC  (2+ messages)

[PATCH] ARC: guard dsp early init against non ARCv2
 2020-04-28 19:46 UTC  (2+ messages)

[PATCH 0/7] Record the mm_struct in the page table pages
 2020-04-28 19:44 UTC  (8+ messages)
` [PATCH 1/7] mm: Document x86 uses a linked list of pgds
` [PATCH 2/7] mm: Move pt_mm within struct page
` [PATCH 3/7] arm: Thread mm_struct throughout page table allocation
` [PATCH 4/7] arm64: "
` [PATCH 5/7] m68k: "
` [PATCH 6/7] mm: Set pt_mm in PTE constructor
` [PATCH 7/7] mm: Set pt_mm in PMD constructor

KMSAN: uninit-value in ax25_connect
 2020-04-28 19:38 UTC 

[PATCH v12 0/7] proc: modernize proc to support multiple private instances
 2020-04-28 19:36 UTC  (10+ messages)
  ` [PATCH v2 2/2] proc: Ensure we see the exit of each process tid exactly
          ` [PATCH v3 3/6] rculist: Add hlist_swap_before_rcu
                ` [PATCH v4 0/2] proc: Ensure we see the exit of each process tid exactly

[PATCH 0/4] Add some new properties for the SC27XX fuel gauge
 2020-04-28 19:26 UTC  (2+ messages)

[PATCH v3 00/29] Convert files to ReST - part 2
 2020-04-28 19:25 UTC  (3+ messages)

[PATCH v1 1/1] drivers: base: Fix NULL pointer exception in __platform_driver_probe()
 2020-04-28 19:24 UTC  (3+ messages)

[PATCH] eventfd: convert to f_op->read_iter()
 2020-04-28 19:23 UTC 

[PATCH v8 0/3] Add support for the Gateworks System Controller
 2020-04-28 19:21 UTC  (4+ messages)
` [PATCH v8 2/3] mfd: add Gateworks System Controller core driver

[PATCH v1] Revert "Revert "driver core: Set fw_devlink to "permissive" behavior by default""
 2020-04-28 19:20 UTC 

[PATCH] power: supply: ab8500_fg: remove comparison to bool
 2020-04-28 19:20 UTC  (3+ messages)

Linux 3.16.83
 2020-04-28 19:17 UTC 

[tip:x86/boot] BUILD SUCCESS 767dea211cd0c68d8116d8c3b5104e82454fb44b
 2020-04-28 19:10 UTC 

[PATCH v7 0/8] Genericize DW MIPI DSI bridge and add i.MX 6 driver
 2020-04-28 19:08 UTC  (5+ messages)
` [PATCH v7 4/8] drm: imx: Add i.MX 6 MIPI DSI host platform driver

linux-next: Tree for Apr 28
 2020-04-28 19:04 UTC  (2+ messages)

[PATCH v1] staging: fbtft: fb_st7789v: Initialize the Display
 2020-04-28 18:59 UTC  (6+ messages)

[PATCH 5.6 000/167] 5.6.8-rc1 review
 2020-04-28 18:23 UTC  (15+ messages)
` [PATCH 5.6 007/167] scsi: lpfc: Fix crash in target side cable pulls hitting WAIT_FOR_UNREG
` [PATCH 5.6 008/167] scsi: libfc: If PRLI rejected, move rport to PLOGI state
` [PATCH 5.6 009/167] ceph: return ceph_mdsc_do_request() errors from __get_parent()
` [PATCH 5.6 012/167] pwm: rcar: Fix late Runtime PM enablement
` [PATCH 5.6 016/167] tools/test/nvdimm: Fix out of tree build
` [PATCH 5.6 020/167] dma-direct: fix data truncation in dma_direct_get_required_mask()
` [PATCH 5.6 022/167] selftests: kmod: fix handling test numbers above 9
` [PATCH 5.6 025/167] lib/raid6/test: fix build on distros whose /bin/sh is not bash
` [PATCH 5.6 027/167] s390/cio: generate delayed uevent for vfio-ccw subchannels
` [PATCH 5.6 029/167] loop: Better discard support for block devices
` [PATCH 5.6 033/167] pwm: renesas-tpu: Fix late Runtime PM enablement
` [PATCH 5.6 034/167] pwm: bcm2835: Dynamically allocate base
` [PATCH 5.6 047/167] ipv4: Update fib_select_default to handle nexthop objects
` [PATCH 5.6 048/167] ipv6: fix restrict IPV6_ADDRFORM operation

[PATCH 1/3] usb/ohci-platform: Fix a warning when hibernating
 2020-04-28 19:00 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).