linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-23 19:31:28 to 2019-09-24 01:38:59 UTC [more...]

[PATCH v4 0/3] Fix UART DMA freezes for i.MX SOCs
 2019-09-24  1:38 UTC  (3+ messages)
` [PATCH v4 2/3] dmaengine: imx-sdma: fix dma freezes

[PATCH v3 0/2] Add bounds check for Hotplugged memory
 2019-09-24  1:31 UTC  (4+ messages)
` [PATCH v3 1/2] memory_hotplug: Add a bounds check to check_hotplug_memory_range()

[PATCH v6] numa: make node_to_cpumask_map() NUMA_NO_NODE aware
 2019-09-24  1:29 UTC  (7+ messages)

page_alloc.shuffle=1 + CONFIG_PROVE_LOCKING=y = arm64 hang
 2019-09-24  1:28 UTC  (11+ messages)
        ` printk() + memory offline deadlock (WAS Re: page_alloc.shuffle=1 + CONFIG_PROVE_LOCKING=y = arm64 hang)

[PATCH 00/17] KVM monolithic v1
 2019-09-24  1:25 UTC  (34+ messages)
` [PATCH 01/17] x86: spec_ctrl: fix SPEC_CTRL initialization after kexec
` [PATCH 03/17] KVM: monolithic: x86: handle the request_immediate_exit variation
` [PATCH 13/17] KVM: monolithic: x86: drop the kvm_pmu_ops structure
` [PATCH 14/17] KVM: monolithic: x86: inline more exit handlers in vmx.c
` [PATCH 15/17] KVM: retpolines: x86: eliminate retpoline from vmx.c exit handlers

[GIT PULL] Smack patches for v5.4
 2019-09-24  1:25 UTC  (2+ messages)

[PATCH] smack: include linux/watch_queue.h
 2019-09-24  1:24 UTC  (3+ messages)

[PATCH 1/1] powerpc: kvm: Reduce calls to get current->mm by storing the value locally
 2019-09-24  1:22 UTC  (2+ messages)

[PATCH] rtlwifi: rtl8723ae: Remove unused 'rtstatus' variable
 2019-09-24  1:21 UTC  (3+ messages)

[PATCH] thermal: qoriq: add thermal monitor unit version 2 support
 2019-09-24  1:17 UTC  (6+ messages)

[Patch v4] storvsc: setup 1:1 mapping between hardware queue and CPU queue
 2019-09-24  1:14 UTC  (4+ messages)

[PATCH V8 0/2] mailbox: arm: introduce smc triggered mailbox
 2019-09-24  1:14 UTC  (3+ messages)
` [PATCH V8 1/2] dt-bindings: mailbox: add binding doc for the ARM SMC/HVC mailbox
` [PATCH V8 2/2] mailbox: introduce ARM SMC based mailbox

[PATCH] writeback: fix use-after-free in finish_writeback_work()
 2019-09-24  1:11 UTC  (2+ messages)

[PATCH] printk: Fix unnecessary returning broken pipe error from devkmsg_read
 2019-09-24  1:10 UTC  (7+ messages)

[GIT PULL] Hyper-V commits for 5.4
 2019-09-24  1:03 UTC 

allow larger than require DMA masks
 2019-09-24  0:59 UTC  (3+ messages)

[PATCH 1/4] softirq: implement IRQ flood detection mechanism
 2019-09-24  0:57 UTC  (17+ messages)

[PATCH v18 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-09-24  0:51 UTC  (8+ messages)
` [PATCH v18 15/19] Documentation: kunit: add documentation for KUnit

[GIT PULL] SafeSetID LSM changes for 5.4
 2019-09-24  0:45 UTC  (7+ messages)

pstore does not work under xen
 2019-09-24  0:41 UTC  (7+ messages)

[PATCH 1/2] x86/mm: consolidate bad_area handling to the end
 2019-09-24  0:29 UTC  (4+ messages)
` [PATCH 2/2] x86/mm: replace a goto by merging two if clause

[PATCH 1/1] MAINTAINERS: add Yanjun to FORCEDETH maintainers list
 2019-09-24  0:23 UTC  (2+ messages)

[PATCH v4] platform/chrome: wilco_ec: Add debugfs test_event file
 2019-09-24  0:11 UTC  (2+ messages)

[GIT PULL] Kselftest update for Linux 5.4-rc1
 2019-09-23 23:54 UTC  (14+ messages)
            ` [RFC, Tree] De-clutter the top level directory, move ipc/ => kernel/ipc/, samples/ => Documentation/samples/ and sound/ => drivers/sound/

[PATCH] seccomp: remove unused arg from secure_computing()
 2019-09-23 23:51 UTC  (5+ messages)

[PATCH v2 -rcu dev 0/5] kfree_rcu() additions for -rcu
 2019-09-23 23:49 UTC  (2+ messages)

[PATCH 1/3] perf, evlist: Fix access of freed id arrays
 2019-09-23 23:33 UTC  (3+ messages)
` [PATCH 2/3] perf, expr: Remove assert usage
` [PATCH 3/3] perf, stat: Fix free memory access / memory leaks in metrics

[PATCH] x86: use the correct function type for native_set_fixmap
 2019-09-23 23:27 UTC  (2+ messages)

[tip:WIP.core/toplevel 4/6] drivers/sound/pci/hda/hda_proc.c:516:18: sparse: sparse: bad integer constant expression
 2019-09-23 23:25 UTC 

[PATCH] mm: fix -Wmissing-prototypes warnings
 2019-09-23 23:20 UTC  (3+ messages)

[PATCH] efi/libstub/arm64: Report meaningful relocation errors
 2019-09-23 23:17 UTC  (6+ messages)

[PATCH] uaccess: Disallow > INT_MAX copy sizes
 2019-09-23 23:08 UTC  (2+ messages)

[GIT PULL] MFD for v5.4
 2019-09-23 23:08 UTC 

[GIT PULL] Backlight for v5.4
 2019-09-23 23:05 UTC 

[PATCH v2 0/2] Optimise io_uring completion waiting
 2019-09-23 23:00 UTC  (12+ messages)
` [PATCH v2 1/2] sched/wait: Add wait_threshold

[PATCH 0/6] mdev based hardware virtio offloading support
 2019-09-23 22:59 UTC  (8+ messages)
` [PATCH 1/6] mdev: class id support
` [PATCH 2/6] mdev: introduce device specific ops
` [PATCH 4/6] virtio: introduce a mdev based transport

[GIT PULL] PCI changes for v5.4
 2019-09-23 22:58 UTC 

[PATCH] btrfs: prevent memory leak in super.c
 2019-09-23 22:57 UTC 

[tip:WIP.core/toplevel 4/6] drivers/sound/soc/intel/skylake/skl-sst-ipc.c:14:10: fatal error: drivers/sound/hdaudio_ext.h: No such file or directory
 2019-09-23 22:52 UTC 

general protection fault in xsk_map_update_elem
 2019-09-23 22:50 UTC  (2+ messages)

linux-next: Tree for Aug 7
 2019-09-23 22:48 UTC  (5+ messages)
` linux-next: Tree for Aug 7 (net/bridge/netfilter/nf_conntrack_bridge.c)

[RFC][PATCH] docs: Programmatically render MAINTAINERS into ReST
 2019-09-23 22:43 UTC 

[PATCH v2] netfilter: use __u8 instead of uint8_t in uapi header
 2019-09-23 22:40 UTC 

[PATCH v2] docs: Use make invocation's -j argument for parallelism
 2019-09-23 22:40 UTC  (3+ messages)

[PATCH 0/3] Regulator core fixes
 2019-09-23 22:40 UTC  (7+ messages)
` [PATCH 1/3] regulator: core: fix boot-on regulators use_count usage

[GIT PULL] Kselftest update for Linux 5.4-rc1
 2019-09-23 22:40 UTC 

[PATCH] btrfs: prevent memory leak
 2019-09-23 22:34 UTC 

Lease semantic proposal
 2019-09-23 22:26 UTC  (3+ messages)

[PATCH] x86, realmode: explicitly set ENTRY in linker script
 2019-09-23 22:24 UTC 

[PATCH v8 0/9] Multicolor FW v8 update
 2019-09-23 22:13 UTC  (20+ messages)
` [PATCH v8 2/9] documention: leds: Add multicolor class documentation
` [PATCH v8 6/9] leds: multicolor: Introduce a multicolor class definition
` [PATCH v8 7/9] dt: bindings: lp50xx: Introduce the lp50xx family of RGB drivers
` [PATCH v8 8/9] leds: lp50xx: Add the LP50XX family of the RGB LED driver
` [PATCH v8 9/9] leds: Update the lp55xx to use the multi color framework

[PATCH] NTB: fix IDT Kconfig typos/spellos
 2019-09-23 22:12 UTC  (2+ messages)

[RESEND][PATCH v8 0/5] DMA-BUF Heaps (destaging ION)
 2019-09-23 22:11 UTC  (11+ messages)
` [RESEND][PATCH v8 1/5] dma-buf: Add dma-buf heaps framework
` [RESEND][PATCH v8 2/5] dma-buf: heaps: Add heap helpers
` [RESEND][PATCH v8 3/5] dma-buf: heaps: Add system heap to dmabuf heaps
` [RESEND][PATCH v8 4/5] dma-buf: heaps: Add CMA "
` [RESEND][PATCH v8 5/5] kselftests: Add dma-heap test

[PATCH 2/2] ntb_hw_amd: Add memory window support for new AMD hardware
 2019-09-23 22:11 UTC  (2+ messages)

[PATCH] xen/trace: avoid clang warning on function pointers
 2019-09-23 22:07 UTC  (4+ messages)

[PATCH] media: i2c: adv7180: fix adv7280 BT.656-4 compatibility
 2019-09-23 22:04 UTC  (4+ messages)

[PATCH 0/5] DA9062 PMIC fixes and features
 2019-09-23 22:02 UTC  (5+ messages)
` [PATCH 1/5] regulator: da9062: fix suspend_enable/disable preparation
  ` Applied "regulator: da9062: fix suspend_enable/disable preparation" to the regulator tree

Fwd: [PATCH] fs: direct-io: Fixed a Documentation build warn
 2019-09-23 21:59 UTC 

[PATCH v2 1/2] mmc: sdhci: Let drivers define their DMA mask
 2019-09-23 21:55 UTC  (4+ messages)
` [PATCH v2 2/2] mmc: tegra: Implement ->set_dma_mask()

[PATCH V8 0/8] misc: xilinx sd-fec drive
 2019-09-23 21:51 UTC  (3+ messages)
` [PATCH V8 7/8] Docs: misc: xilinx_sdfec: Add documentation

[PATCH] smack: fix an compile error in smack_post_notification
 2019-09-23 21:49 UTC  (2+ messages)

[PATCH V9 0/5] Add Genesys Logic GL975x support
 2019-09-23 21:39 UTC  (5+ messages)
` [PATCH V9 5/5] mmc: host: sdhci-pci: "

[GIT PULL] Smack patches for v5.4 - retry
 2019-09-23 21:38 UTC  (3+ messages)

[PATCH] base: soc: Export soc_device_to_device API
 2019-09-23 21:35 UTC  (11+ messages)

[PATCH RFC 0/2] perf record: Put a copy of kcore into the perf.data directory
 2019-09-23 21:34 UTC  (3+ messages)
` [PATCH RFC 1/2] perf tools: Support single perf.data file directory

[PATCH] clk: at91: avoid sleeping early
 2019-09-23 21:34 UTC  (2+ messages)

[PATCH] kcm: use BPF_PROG_RUN
 2019-09-23 21:31 UTC  (4+ messages)

[PATCH] regulator: fixed: Prevent NULL pointer dereference when !CONFIG_OF
 2019-09-23 21:23 UTC  (2+ messages)
` Applied "regulator: fixed: Prevent NULL pointer dereference when !CONFIG_OF" to the regulator tree

For review: pidfd_send_signal(2) manual page
 2019-09-23 21:27 UTC  (4+ messages)

"Pick the right alignment default when creating dax devices" failed to build on powerpc
 2019-09-23 21:27 UTC  (6+ messages)

[PATCH v5 0/7] hugetlb_cgroup: Add hugetlb_cgroup reservation limits
 2019-09-23 21:27 UTC  (4+ messages)

[PATCH v2 0/2] x86/boot/64: Avoid mapping reserved ranges in early page tables
 2019-09-23 21:20 UTC  (5+ messages)
` [PATCH v2 1/2] x86/boot/64: Make level2_kernel_pgt pages invalid outside kernel area
` [PATCH v2 2/2] x86/boot/64: round memory hole size up to next PMD page

threads-max observe limits
 2019-09-23 21:23 UTC  (10+ messages)

[PATCH v3] tracing: Introduce trace event injection
 2019-09-23 21:13 UTC  (2+ messages)

[PATCH 0/5] provide the XTAL clock via OF on Meson8/8b/8m2
 2019-09-23 20:57 UTC  (6+ messages)
` [PATCH 4/5] clk: meson: meson8b: don't register the XTAL clock when provided via OF

For review: pidfd_open(2) manual page
 2019-09-23 20:57 UTC  (11+ messages)

[PATCH v4 0/3] leds: Add control of the voltage/current regulator to the LED core
 2019-09-23 21:03 UTC  (5+ messages)
` [PATCH v4 1/3] led: make led_set_brightness_sync() use led_set_brightness_nosleep()

[PATCH v2 00/11] Introduces new count-based method for monitoring lockless pagetable wakls
 2019-09-23 21:01 UTC  (15+ messages)
` [PATCH v2 01/11] powerpc/mm: Adds counting method to monitor lockless pgtable walks
` [PATCH v2 02/11] asm-generic/pgtable: Adds dummy functions "
` [PATCH v2 03/11] mm/gup: Applies counting method to monitor gup_pgd_range
` [PATCH v2 11/11] powerpc/mm/book3s64/pgtable: Uses counting method to skip serializing

ntp audit spew
 2019-09-23 21:00 UTC  (7+ messages)

[RFC patch 00/15] entry: Provide generic implementation for host and guest entry/exit work
 2019-09-23 20:50 UTC  (6+ messages)
` [RFC patch 02/15] x86/entry: Remove _TIF_NOHZ from _TIF_WORK_SYSCALL_ENTRY

[PATCH 0/6] add the DDR clock controller on Meson8 and Meson8b
 2019-09-23 20:49 UTC  (3+ messages)

Linux 5.3-rc8
 2019-09-23 20:49 UTC  (11+ messages)
                  ` chaos generating driver was "

[PATCH] staging: rtl8188eu: remove dead code in do-while conditional step
 2019-09-23 20:49 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 001/128] ALSA: hda: Flush interrupts on disabling
 2019-09-23 20:38 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 075/128] PM / devfreq: passive: Use non-devm notifiers

[PATCH] dt-bindings: at24: convert the binding document to yaml
 2019-09-23 20:38 UTC  (2+ messages)

[PATCH v5 00/17] arm64: MMU enabled kexec relocation
 2019-09-23 20:34 UTC  (18+ messages)
` [PATCH v5 01/17] kexec: quiet down kexec reboot
` [PATCH v5 02/17] arm64: hibernate: pass the allocated pgdp to ttbr0
` [PATCH v5 03/17] arm64: hibernate: check pgd table allocation
` [PATCH v5 04/17] arm64: hibernate: use get_safe_page directly
` [PATCH v5 05/17] arm64: hibernate: remove gotos as they are not needed
` [PATCH v5 06/17] arm64: hibernate: rename dst to page in create_safe_exec_page
` [PATCH v5 07/17] arm64: hibernate: add PUD_SECT_RDONLY
` [PATCH v5 08/17] arm64: hibernate: add trans_pgd public functions
` [PATCH v5 09/17] arm64: hibernate: move page handling function to new trans_pgd.c
` [PATCH v5 10/17] arm64: trans_pgd: make trans_pgd_map_page generic
` [PATCH v5 11/17] arm64: trans_pgd: pass allocator trans_pgd_create_copy
` [PATCH v5 12/17] arm64: trans_pgd: pass NULL instead of init_mm to *_populate functions
` [PATCH v5 13/17] kexec: add machine_kexec_post_load()
` [PATCH v5 14/17] arm64: kexec: move relocation function setup and clean up
` [PATCH v5 15/17] arm64: kexec: add expandable argument to relocation function
` [PATCH v5 16/17] arm64: kexec: configure trans_pgd page table for kexec
` [PATCH v5 17/17] arm64: kexec: enable MMU during kexec relocation

[amdgpu] backlight mismatch
 2019-09-23 20:34 UTC 

[PATCH] Bluetooth: hidp: Fix assumptions on the return value of hidp_send_message
 2019-09-23 20:33 UTC  (2+ messages)

[RFC PATCH 0/4] Use 1st-level for DMA remapping in guest
 2019-09-23 20:31 UTC  (5+ messages)
` [RFC PATCH 2/4] iommu/vt-d: Add first level page table interfaces

[PATCH] x86/nmi: Remove stale EDAC include leftover
 2019-09-23 20:20 UTC  (2+ messages)

[PATCH v2 1/2] rtc: wilco-ec: Remove yday and wday calculations
 2019-09-23 20:19 UTC  (5+ messages)

[RFC v3] zswap: Add CONFIG_ZSWAP_IO_SWITCH to handle swap IO issue
 2019-09-23 20:14 UTC  (2+ messages)

[PATCH] nbd: prevent memory leak
 2019-09-23 20:09 UTC 

[PATCH V1 0/1] tick: broadcast-hrtimer: Fix a race in bc_set_next
 2019-09-23 19:51 UTC  (3+ messages)
` [PATCH V1 1/1] "

[PATCH] [RFC] vmscan.c: add a sysctl entry for controlling memory reclaim IO congestion_wait length
 2019-09-23 19:51 UTC  (9+ messages)
        ` Is congestion broken?

acer_wmi: Unknown function(s) on Acer Nitro 5 (AN515-43-R8BF)
 2019-09-23 19:45 UTC 

[PATCH] serdev: Add ACPI devices by ResourceSource field
 2019-09-23 19:31 UTC  (5+ 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).