linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-19 20:00:21 to 2020-05-19 21:58:35 UTC [more...]

[RESEND PATCH V4 0/4] Add TIOCM Signals support for RPMSG char devices
 2020-05-19 21:58 UTC  (3+ messages)
` [PATCH V4 1/4] rpmsg: core: Add signal API support

exec: Promised cleanups after introducing exec_update_mutex
 2020-05-19 21:55 UTC  (18+ messages)
` [PATCH 0/6] exec: Trivial cleanups for exec
  ` [PATCH 0/5] exec: Control flow simplifications
    ` [PATCH v2 0/8] "
      ` [PATCH v2 2/8] exec: Factor security_bprm_creds_for_exec out of security_bprm_set_creds
      ` [PATCH v2 3/8] exec: Convert security_bprm_set_creds into security_bprm_repopulate_creds
      ` [PATCH v2 5/8] exec: Move the call of prepare_binprm into search_binary_handler
      ` [PATCH v2 7/8] exec: Generic execfd support
      ` [PATCH v2 8/8] exec: Remove recursion from search_binary_handler

[PATCH v1 00/25] seqlock: Extend seqcount API with associated locks
 2020-05-19 21:45 UTC  (26+ messages)
` [PATCH v1 01/25] net: core: device_rename: Use rwsem instead of a seqcount
` [PATCH v1 02/25] mm/swap: Don't abuse the seqcount latching API
` [PATCH v1 03/25] net: phy: fixed_phy: Remove unused seqcount
` [PATCH v1 04/25] block: nr_sects_write(): Disable preemption on seqcount write
` [PATCH v1 05/25] u64_stats: Document writer non-preemptibility requirement
` [PATCH v1 06/25] dma-buf: Remove custom seqcount lockdep class key
` [PATCH v1 07/25] lockdep: Add preemption disabled assertion API
` [PATCH v1 08/25] seqlock: lockdep assert non-preemptibility on seqcount_t write
` [PATCH v1 09/25] Documentation: locking: Describe seqlock design and usage
` [PATCH v1 10/25] seqlock: Add RST directives to kernel-doc code samples and notes
` [PATCH v1 11/25] seqlock: Add missing kernel-doc annotations
` [PATCH v1 12/25] seqlock: Extend seqcount API with associated locks
` [PATCH v1 13/25] dma-buf: Use sequence counter with associated wound/wait mutex
` [PATCH v1 14/25] sched: tasks: Use sequence counter with associated spinlock
` [PATCH v1 15/25] netfilter: conntrack: "
` [PATCH v1 16/25] netfilter: nft_set_rbtree: Use sequence counter with associated rwlock
` [PATCH v1 17/25] xfrm: policy: Use sequence counters with associated lock
` [PATCH v1 18/25] timekeeping: Use sequence counter with associated raw spinlock
` [PATCH v1 19/25] vfs: Use sequence counter with associated spinlock
` [PATCH v1 20/25] raid5: "
` [PATCH v1 21/25] iocost: "
` [PATCH v1 22/25] NFSv4: "
` [PATCH v1 23/25] userfaultfd: "
` [PATCH v1 24/25] kvm/eventfd: "
` [PATCH v1 25/25] hrtimer: Use sequence counter with associated raw spinlock

[PATCH V6 0/4] x86/resctrl: Enable user to view and select thread throttling mode
 2020-05-19 21:47 UTC  (7+ messages)
` [PATCH V6 1/4] "
` [PATCH V6 2/4] x86/resctrl: Enumerate per-thread MBA
` [PATCH V6 3/4] x86/resctrl: Enable "
` [PATCH V6 4/4] x86/resctrl: Use appropriate API for strings terminated by newline

[PATCH v3 1/2] dt-bindings: chrome: Add cros-ec-typec mux props
 2020-05-19 21:46 UTC  (2+ messages)
` [PATCH v3 2/2] platform/chrome: typec: Register Type C switches

[PATCH 0/3] Enable objtool multiarch build
 2020-05-19 21:46 UTC  (6+ messages)
` [PATCH 1/3] objtool: Exit successfully when requesting help
` [PATCH 2/3] objtool: Move struct objtool_file into arch-independent header
` [PATCH 3/3] objtool: Enable compilation of objtool for all architectures

[PATCH 0/8] Introduce local_lock()
 2020-05-19 21:46 UTC  (12+ messages)
` [PATCH 1/8] locking: "
` [PATCH 2/8] radix-tree: Use local_lock for protection
` [PATCH 3/8] srcu: Use local_lock() for per-CPU struct srcu_data access
` [PATCH 4/8] mm/swap: Use local_lock for protection
` [PATCH 5/8] squashfs: make use of local lock in multi_cpu decompressor
` [PATCH 6/8] connector/cn_proc: Protect send_msg() with a local lock
` [PATCH 7/8] zram: Use local lock to protect per-CPU data
` [PATCH 8/8] mm/zswap: "

[patch V6 00/37] x86/entry: Rework leftovers and merge plan
 2020-05-19 21:45 UTC  (28+ messages)
` [patch V6 01/37] tracing/hwlat: Use ktime_get_mono_fast_ns()
` [patch V6 12/37] x86/entry: Provide idtentry_entry/exit_cond_rcu()
` [patch V6 13/37] x86/entry: Switch page fault exception to IDTENTRY_RAW
` [patch V6 14/37] x86/entry: Remove the transition leftovers
` [patch V6 15/37] x86/entry: Change exit path of xen_failsafe_callback
` [patch V6 16/37] x86/entry/64: Remove error_exit
` [patch V6 17/37] x86/entry/32: Remove common_exception
` [patch V6 19/37] x86/irq: Convey vector as argument and not in ptregs
` [patch V6 20/37] x86/irq/64: Provide handle_irq()
` [patch V6 21/37] x86/entry: Add IRQENTRY_IRQ macro
` [patch V6 22/37] x86/entry: Use idtentry for interrupts

[PATCH] READ_ONCE, WRITE_ONCE, kcsan: Perform checks in __*_ONCE variants
 2020-05-19 21:45 UTC  (5+ messages)

[tip:x86/boot] BUILD SUCCESS 5214028dd89e49ba27007c3ee475279e584261f0
 2020-05-19 21:41 UTC 

[PATCH 00/10] Introduce attach/detach_page_private to cleanup code
 2020-05-19 21:40 UTC  (6+ messages)
` [PATCH 10/10] mm/migrate.c: call detach_page_private "
` [UPDATE PATCH "

[PATCH 1/2] optee: do drivers initialization before and after tee-supplicant run
 2020-05-19 20:41 UTC  (2+ messages)

seccomp feature development
 2020-05-19 21:40 UTC  (5+ messages)

[GIT PULL] ARC fixes for 5.7
 2020-05-19 21:36 UTC 

[PATCH V1 6/6] staging: greybus: audio: Enable GB codec, audio module compilation
 2020-05-19 21:33 UTC  (2+ messages)

[PATCHv2 0/5] EXC3000 Updates
 2020-05-19 21:31 UTC  (8+ messages)
` [PATCHv2 1/5] dt-bindings: touchscreen: Convert EETI EXC3000 touchscreen to json-schema
` [PATCHv2 4/5] Input: EXC3000: Add support to query model and fw_version
` [PATCHv2 5/5] Input: EXC3000: Add reset gpio support

[PATCH v3] EDAC/ghes: Setup DIMM label from DMI and use it in error reports
 2020-05-19 21:30 UTC  (3+ messages)

[PATCH 1/4] clk/soc: mediatek: mt8183: Bind clock driver from platform device
 2020-05-19 21:26 UTC  (4+ messages)
` [PATCH 3/4] clk/soc: mediatek: mt6779: "

[PATCH 0/2] Set the quality value for two HW RNGs
 2020-05-19 21:25 UTC  (4+ messages)
  ` [PATCH v2 "
      ` [PATCH v2 1/2] hwrng: iproc-rng200 - Set the quality value
      ` [PATCH v2 2/2] hwrng: exynos "

[tip:x86/mm 1/23] arch/x86/mm/init.c:75:6: warning: no previous prototype for function 'x86_has_pat_wp'
 2020-05-19 21:25 UTC  (3+ messages)

[PATCH v2 1/2] dt-bindings: chrome: Add cros-ec-typec mux props
 2020-05-19 21:24 UTC  (3+ messages)
` [PATCH v2 2/2] platform/chrome: typec: Register Type C switches

[PATCH] MIPS: ingenic: Add missing include
 2020-05-19 21:22 UTC 

[PATCH 0/4] Relocate execve() sanity checks
 2020-05-19 21:17 UTC  (7+ messages)

[PATCH v2 12/15] ath10k: use new module_firmware_crashed()
 2020-05-19 21:15 UTC  (3+ messages)
` [RFC 1/2] devlink: add simple fw crash helpers
` [RFC 2/2] i2400m: use devlink health reporter

[patch 0/7] x86/KVM: Async #PF and instrumentation protection
 2020-05-19 20:31 UTC  (8+ messages)
` [patch 1/7] x86/kvm: Move context tracking where it belongs
` [patch 2/7] x86/kvm/vmx: Add hardirq tracing to guest enter/exit
` [patch 3/7] x86/kvm/svm: Add hardirq tracing on "
` [patch 4/7] x86/kvm/vmx: Move guest enter/exit into .noinstr.text
` [patch 5/7] x86/kvm/svm: "
` [patch 6/7] x86/kvm/svm: Use uninstrumented wrmsrl() to restore GS
` [patch 7/7] x86/kvm/vmx: Use native read/write_cr2()

[PATCH] kasan: Disable branch tracing for core runtime
 2020-05-19 21:05 UTC  (2+ messages)

[PATCH] arm64: dts: ls1028a: sl28: keep switch port names consistent
 2020-05-19 21:03 UTC 

[PATCH v7 1/7] dt-bindings: iio/adc: Convert ingenic-adc docs to YAML
 2020-05-19 21:02 UTC  (4+ messages)
` [PATCH v7 7/7] input: joystick: Add ADC attached joystick driver

[PATCH] Replace HTTP links with HTTPS ones: documentation
 2020-05-19 20:49 UTC  (2+ messages)

[PATCH 00/15] PCI: brcmstb: enable PCIe for STB chips
 2020-05-19 20:48 UTC  (17+ messages)
` [PATCH 01/15] PCI: brcmstb: PCIE_BRCMSTB depends on ARCH_BRCMSTB
` [PATCH 02/15] ahci_brcm: fix use of BCM7216 reset controller
` [PATCH 03/15] dt-bindings: PCI: Add bindings for more Brcmstb chips
` [PATCH 04/15] PCI: brcmstb: Add compatibily of other chips
` [PATCH 05/15] PCI: brcmstb: Add suspend and resume pm_ops
` [PATCH 06/15] PCI: brcmstb: Asserting PERST is different for 7278
` [PATCH 07/15] PCI: brcmstb: Add control of rescal reset
` [PATCH 08/15] of: Include a dev param in of_dma_get_range()
` [PATCH 09/15] device core: Add ability to handle multiple dma offsets
` [PATCH 10/15] dma-direct: Invoke dma offset func if needed
` [PATCH 11/15] arm: dma-mapping: "
` [PATCH 12/15] PCI: brcmstb: Set internal memory viewport sizes
` [PATCH 13/15] PCI: brcmstb: Accommodate MSI for older chips
` [PATCH 14/15] PCI: brcmstb: Set bus max burst side by chip type
` [PATCH 15/15] PCI: brcmstb: add compatilbe chips to match list

[PATCH] crypto: cavium/nitrox - Fix 'nitrox_get_first_device()' when ndevlist is fully iterated
 2020-05-19 20:45 UTC 

[PATCH v1] sdhci: tegra: Remove warnings about missing device-tree properties
 2020-05-19 20:44 UTC  (9+ messages)

[PATCH] sctp: check assoc before SCTP_ADDR_{MADE_PRIM,ADDED} event
 2020-05-19 20:42 UTC  (6+ messages)

clock_gettime64 vdso bug on 32-bit arm, rpi-4
 2020-05-19 20:41 UTC  (4+ messages)

[PATCH v3 0/2] Extend SSR notifications framework
 2020-05-19 20:40 UTC  (5+ messages)
` [PATCH v3 1/2] remoteproc: qcom: Add per subsystem SSR notification
` [PATCH v3 2/2] remoteproc: qcom: Add notification types to SSR

[RFC PATCH 0/8] Qualcomm Cloud AI 100 driver
 2020-05-19 20:41 UTC 

[PATCH v10] arm64: dts: qcom: sc7180: Add WCN3990 WLAN module device node
 2020-05-19 20:38 UTC  (3+ messages)

[PATCH] crypto: cavium/nitrox - Fix a typo in a comment
 2020-05-19 20:36 UTC 

[RFC PATCH 0/4] DirectX on Linux
 2020-05-19 20:36 UTC  (3+ messages)

[PATCH v2 0/3] printk: replace ringbuffer
 2020-05-19 20:34 UTC  (4+ messages)
` [PATCH v2 2/3] printk: add lockless buffer

[RESET PATCH v5 5/5] mtd: rawnand: micron: Micron SLC NAND filling block
 2020-05-19 20:32 UTC  (2+ messages)

[PATCH] ARM64: dts: imx8mm-evk: Assigned clocks for audio plls
 2020-05-19 20:29 UTC  (2+ messages)

[PATCH] drm: rcar-du: Fix build error
 2020-05-19 20:22 UTC  (2+ messages)

[PATCH v7 0/4] support reserving crashkernel above 4G on arm64 kdump
 2020-05-19 20:21 UTC  (4+ messages)

[PATCH v13 0/5] usb: xhci: Add support for Renesas USB controllers
 2020-05-19 20:19 UTC  (4+ messages)
` [PATCH v13 2/5] usb: renesas-xhci: Add the renesas xhci driver

UBSAN: array-index-out-of-bounds in kernel/bpf/arraymap.c:177
 2020-05-19 20:18 UTC  (7+ messages)

RTL8723BS driver doesn't work for,me but I can help testing
 2020-05-19 20:16 UTC  (9+ messages)

[PATCH v3 0/7] Copy hashmap to tools/perf/util, use in perf expr
 2020-05-19 20:15 UTC  (4+ messages)
` [PATCH v3 6/7] perf test: Improve pmu event metric testing

[PATCH v2] fpga: dfl: afu: convert get_user_pages() --> pin_user_pages()
 2020-05-19 20:14 UTC 

[PATCH] scsi: st: convert convert get_user_pages() --> pin_user_pages()
 2020-05-19 20:12 UTC  (2+ messages)

[PATCH v8 3/6] clocksource: Ingenic: Add high resolution timer support for SMP
 2020-05-19 20:11 UTC  (2+ messages)
` [PATCH] "

[PATCH net-next 0/4] DP83869 Enhancements
 2020-05-19 20:03 UTC  (3+ messages)
` [PATCH net-next 1/4] net: phy: dp83869: Update port-mirroring to read straps

[PATCH] tee: convert convert get_user_pages() --> pin_user_pages()
 2020-05-19 20:03 UTC  (2+ messages)

[patch V4 part 4 23/24] x86/entry: Provide IDTENTRY_DF
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] x86/entry: Convert double fault exception to IDTENTRY_DF

[patch V4 part 4 17/24] x86/entry/64: Remove error code clearing from #DB and #MCE ASM stub
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 4 16/24] x86/entry: Convert Debug exception to IDTENTRY_DB
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 4 14/24] x86/nmi: Protect NMI entry against instrumentation
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 4 20/24] x86/traps: Restructure #DB handling
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 4 15/24] x86/db: Split out dr6/7 handling
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 4 21/24] x86/traps: Address objtool noinstr complaints in #DB
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 4 13/24] x86/entry: Convert NMI to IDTENTRY_NMI
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 4 07/24] x86/traps: Split int3 handler up
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 4 03/24] lib/bsearch: Provide __always_inline variant
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 4 08/24] x86/entry: Provide IDTENTRY_IST
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] x86/idtentry: "

[patch V4 part 3 28/29] x86/entry: Convert SIMD coprocessor error exception to IDTENTRY
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 4 06/24] x86/entry: Convert INT3 exception to IDTENTRY_RAW
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 4 01/24] x86/int3: Ensure that poke_int3_handler() is not traced
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 29/29] x86/entry/32: Convert IRET exception to IDTENTRY_SW
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 4 05/24] x86/entry: Provide IDTENTRY_RAW
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] x86/idtentry: "

[patch V4 part 3 23/29] x86/entry: Convert Stack segment exception to IDTENTRY
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 21/29] x86/entry: Convert Invalid TSS exception to IDTENTRY
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 20/29] x86/entry: Provide IDTENTRY_ERRORCODE
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] x86/idtentry: "

[patch V4 part 3 18/29] x86/entry: Convert Device not available exception to IDTENTRY
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 4 10/24] x86/entry: Convert Machine Check to IDTENTRY_IST
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 25/29] x86/entry: Convert Spurious interrupt bug exception to IDTENTRY
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 17/29] x86/entry: Convert Invalid Opcode exception to IDTENTRY
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 22/29] x86/entry: Convert Segment not present exception to IDTENTRY
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 4 04/24] x86/int3: Inline bsearch()
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 08/29] x86/entry/64: Provide sane error entry/exit
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 26/29] x86/entry: Convert Coprocessor error exception to IDTENTRY
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] x86/entry: Convert Coprocessor segment overrun "

[tip: x86/entry] x86/idt: Remove update_intr_gate()
 2020-05-19 19:58 UTC 

[patch V4 part 2 05/18] x86/entry: Move irq tracing on syscall entry to C-code
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 2 08/18] lib/smp_processor_id: Move it into noinstr section
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inline

[patch V5 02/38] x86/entry/64: Use native swapgs in asm_native_load_gs_index()
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] x86/entry/64: Use native swapgs in asm_load_gs_index()

[patch V4 part 2 04/18] x86/entry/common: Protect against instrumentation
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 02/29] x86/traps: Mark sync_regs() noinstr
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 2 03/18] x86/entry: Mark enter_from_user_mode() noinstr
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 09/29] x86/entry/32: Provide macro to emit IDT entry stubs
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 2 16/18] context_tracking: Make guest_enter/exit() .noinstr ready
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 2 07/18] context_tracking: Ensure that the critical path cannot be instrumented
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 2 01/18] x86/entry/64: Move non entry code into .text section
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 1 22/36] tracing: Provide lockdep less trace_hardirqs_on/off() variants
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 1 13/36] x86/kvm: Restrict ASYNC_PF to user space
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 3 01/29] x86/traps: Mark fixup_bad_iret() noinstr
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V4 part 1 12/36] x86/kvm: Sanitize kvm_async_pf_task_wait()
 2020-05-19 19:58 UTC  (2+ messages)
` [tip: x86/entry] "


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