linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-10 20:16:43 to 2018-07-10 23:55:50 UTC [more...]

[PATCH 0/3] rhashtable: replace rhashtable_walk_peek implementation
 2018-07-10 23:55 UTC  (4+ messages)
` [PATCH 2/3] rhashtable: add rhashtable_walk_last_seen()

[RFC] Add BPF_SYNCHRONIZE bpf(2) command
 2018-07-10 23:52 UTC  (11+ messages)

[RFC PATCH v2 00/27] Control Flow Enforcement (CET)
 2018-07-10 23:52 UTC  (39+ messages)
` [RFC PATCH v2 01/27] x86/cpufeatures: Add CPUIDs for Control-flow Enforcement Technology (CET)
` [RFC PATCH v2 02/27] x86/fpu/xstate: Change some names to separate XSAVES system and user states
` [RFC PATCH v2 03/27] x86/fpu/xstate: Enable XSAVES system states
` [RFC PATCH v2 04/27] x86/fpu/xstate: Add XSAVES system states for shadow stack
` [RFC PATCH v2 05/27] Documentation/x86: Add CET description
` [RFC PATCH v2 06/27] x86/cet: Control protection exception handler
` [RFC PATCH v2 07/27] x86/cet/shstk: Add Kconfig option for user-mode shadow stack
` [RFC PATCH v2 08/27] mm: Introduce VM_SHSTK for shadow stack memory
` [RFC PATCH v2 09/27] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [RFC PATCH v2 10/27] x86/mm: Introduce _PAGE_DIRTY_SW
` [RFC PATCH v2 11/27] x86/mm: Modify ptep_set_wrprotect and pmdp_set_wrprotect for _PAGE_DIRTY_SW
` [RFC PATCH v2 12/27] x86/mm: Shadow stack page fault error checking
` [RFC PATCH v2 13/27] mm: Handle shadow stack page fault
` [RFC PATCH v2 14/27] mm: Handle THP/HugeTLB "
` [RFC PATCH v2 15/27] mm/mprotect: Prevent mprotect from changing shadow stack
` [RFC PATCH v2 16/27] mm: Modify can_follow_write_pte/pmd for "
` [RFC PATCH v2 17/27] x86/cet/shstk: User-mode shadow stack support
` [RFC PATCH v2 18/27] x86/cet/shstk: Introduce WRUSS instruction
` [RFC PATCH v2 19/27] x86/cet/shstk: Signal handling for shadow stack
` [RFC PATCH v2 20/27] x86/cet/shstk: ELF header parsing of CET
` [RFC PATCH v2 21/27] x86/cet/ibt: Add Kconfig option for user-mode Indirect Branch Tracking
` [RFC PATCH v2 22/27] x86/cet/ibt: User-mode indirect branch tracking support
` [RFC PATCH v2 23/27] mm/mmap: Add IBT bitmap size to address space limit check
` [RFC PATCH v2 24/27] x86: Insert endbr32/endbr64 to vDSO
` [RFC PATCH v2 25/27] x86/cet: Add PTRACE interface for CET
` [RFC PATCH v2 26/27] x86/cet/shstk: Handle thread shadow stack
` [RFC PATCH v2 27/27] x86/cet: Add arch_prctl functions for CET

mmotm 2018-07-10-16-50 uploaded
 2018-07-10 23:50 UTC 

[PATCH bpf v2 0/1] bpf: btf: Fix endianness of bitfields
 2018-07-10 23:46 UTC  (3+ messages)
` [PATCH bpf v2 1/1] bpf: btf: Fix bitfield extraction for big endian

[PATCH] checkpatch: Require author Signed-off-by
 2018-07-10 23:46 UTC  (5+ messages)

[PATCH v11 0/8] i2c: Add FSI-attached I2C master algorithm
 2018-07-10 23:39 UTC  (9+ messages)
` [PATCH v11 5/8] i2c: fsi: Add transfer implementation

Several suspected memory leaks
 2018-07-10 23:37 UTC  (2+ messages)

[PATCH v5 0/6] crypto: Add Qcom PRNG support
 2018-07-10 23:37 UTC  (4+ messages)
` [PATCH v5 6/6] crypto: qcom: Add ACPI support

[RFC v4 0/3] mm: zap pages with read mmap_sem in munmap for large mapping
 2018-07-10 23:34 UTC  (4+ messages)
` [RFC v4 PATCH 1/3] mm: introduce VM_DEAD flag and extend check_stable_address_space to check it
` [RFC v4 PATCH 2/3] mm: refactor do_munmap() to extract the common part
` [RFC v4 PATCH 3/3] mm: mmap: zap pages with read mmap_sem for large mapping

[PATCH 00/32] VFS: Introduce filesystem context [ver #9]
 2018-07-10 23:34 UTC  (42+ messages)
` [PATCH 01/32] vfs: syscall: Add open_tree(2) to reference or clone a mount "
` [PATCH 02/32] vfs: syscall: Add move_mount(2) to move mounts around "
` [PATCH 03/32] teach move_mount(2) to work with OPEN_TREE_CLONE "
` [PATCH 04/32] vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled "
` [PATCH 05/32] vfs: Introduce the basic header for the new mount API's filesystem context "
` [PATCH 06/32] vfs: Add LSM hooks for the new mount API "
` [PATCH 07/32] selinux: Implement the new mount API LSM hooks "
` [PATCH 08/32] smack: Implement filesystem context security "
` [PATCH 09/32] apparmor: Implement security hooks for the new mount API "
` [PATCH 10/32] tomoyo: "
` [PATCH 11/32] vfs: Require specification of size of mount data for internal mounts "
` [PATCH 12/32] vfs: Separate changing mount flags full remount "
` [PATCH 13/32] vfs: Implement a filesystem superblock creation/configuration context "
` [PATCH 14/32] vfs: Remove unused code after filesystem context changes "
` [PATCH 15/32] procfs: Move proc_fill_super() to fs/proc/root.c "
` [PATCH 16/32] proc: Add fs_context support to procfs "
` [PATCH 17/32] ipc: Convert mqueue fs to fs_context "
` [PATCH 18/32] cpuset: Use "
` [PATCH 19/32] kernfs, sysfs, cgroup, intel_rdt: Support "
` [PATCH 20/32] hugetlbfs: Convert to "
` [PATCH 21/32] vfs: Remove kern_mount_data() "
` [PATCH 22/32] vfs: Provide documentation for new mount API "
` [PATCH 23/32] Make anon_inodes unconditional "
` [PATCH 24/32] vfs: syscall: Add fsopen() to prepare for superblock creation "
` [PATCH 25/32] vfs: syscall: Add fsmount() to create a mount for a superblock "
` [PATCH 26/32] vfs: syscall: Add fspick() to select a superblock for reconfiguration "
` [PATCH 27/32] vfs: Implement logging through fs_context "
` [PATCH 28/32] vfs: Add some logging to the core users of the fs_context log "
` [PATCH 29/32] afs: Add fs_context support "
` [PATCH 30/32] afs: Use fs_context to pass parameters over automount "
` [PATCH 31/32] vfs: syscall: Add fsinfo() to query filesystem information "
` [PATCH 32/32] afs: Add fsinfo support "
` [MANPAGE PATCH] Add manpages for move_mount(2) and open_tree(2)
` [MANPAGE PATCH] Add manpage for fsopen(2), fspick(2) and fsmount(2)
` [MANPAGE PATCH] Add manpage for fsinfo(2)

[RFT PATCH 0/4] usb: dwc2: Turn on uframe sched everywhere
 2018-07-10 23:34 UTC  (3+ messages)
` [RFT PATCH 2/4] usb: dwc2: Turn on uframe_sched on "his" platforms

[PATCH] [RESEND] perf/x86/intel/uncore: Fix the index of PCU.3 Broadwell CPUs
 2018-07-10 23:31 UTC 

[PATCH 1/2] drivers: core: Don't try to use a dead glue_dir
 2018-07-10 23:32 UTC  (6+ messages)

[PATCH v2] tools/memory-model: Add extra ordering for locks and remove it for ordinary release/acquire
 2018-07-10 23:31 UTC  (2+ messages)

[PATCH 2/2] drivers: core: Remove glue dirs from sysfs earlier
 2018-07-10 23:31 UTC  (6+ messages)
                ` [PATCH v2 "

[PATCH] swiotlb: Clean up reporting
 2018-07-10 23:22 UTC 

[PATCH v2 00/18] Allwinner R40 HDMI refactoring
 2018-07-10 23:20 UTC  (20+ messages)
` [PATCH v2 01/18] dt-bindings: display: sun4i-drm: Add R40 display engine compatible
` [PATCH v2 02/18] drm/sun4i: "
` [PATCH v2 03/18] ARM: dts: sun8i: r40: Remove fallback "
` [PATCH v2 04/18] drm/sun4i: tcon-top: Cleanup clock handling
` [PATCH v2 05/18] drm/sun4i: tcon: Release node when traversing of graph
` [PATCH v2 06/18] dt-bindings: display: sun4i-drm: Add R40 TV TCON description
` [PATCH v2 07/18] drm/sun4i: DW HDMI: Release nodes if error happens during CRTC search
` [PATCH v2 08/18] ARM: dts: sun8i: r40: Add mixer ids to TCON TOP
` [PATCH v2 09/18] drm/sun4i: mixer: Order includes alphabetically
` [PATCH v2 10/18] drm/sun4i: mixer: Read id from DT
` [PATCH v2 11/18] drm/sun4i: tcon-top: Add helpers for mux switching
` [PATCH v2 12/18] drm/sun4i: tcon: Add another way for matching mixers with tcon
` [PATCH v2 13/18] drm/sun4i: tcon: Add support for R40 TCON
` [PATCH v2 14/18] ARM: dts: sun8i: r40: Remove fallback compatible for TCON TV
` [PATCH v2 15/18] ARM: dts: sun8i: r40: Add missing TCON-TOP - TCON connections
` [PATCH v2 16/18] ARM: dts: sun8i: r40: Disable TCONs by default
` [PATCH v2 17/18] drm/sun4i: tcon-top: Remove mux configuration at probe time
` [PATCH v2 18/18] dt-bindings: display: sun4i-drm: Fix order of DW HDMI PHY compatibles

[PATCH v3] PCI/AER: Fix aerdrv loading with "pcie_ports=native" parameter
 2018-07-10 23:19 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v2] tools/memory-model: Add extra ordering for locks and remove it for ordinary release/acquire
 2018-07-10 23:14 UTC  (3+ messages)

[PATCH] sched/fair: Remove setting task's se->runnable_weight during PELT update
 2018-07-10 23:09 UTC  (2+ messages)

[PATCH 0/3] arm64: dts: sdm845: Add RPMh-regulators and usb
 2018-07-10 23:01 UTC  (7+ messages)
` [PATCH 1/3] arm64: dts: qcom: sdm845: Add USB-related nodes
` [PATCH 2/3] arm64: dts: qcom: sdm845-mtp: Add RPMh VRM/XOB regulators
` [PATCH 3/3] arm64: dts: qcom: sdm845-mtp: Add nodes for USB

[PATCH] Check jvmti_agent snprintf return value to avoid build failures with GCC-8.1.1
 2018-07-10 22:58 UTC  (2+ messages)

[PATCH -mm -v4 00/21] mm, THP, swap: Swapout/swapin THP in one piece
 2018-07-10 22:49 UTC  (5+ messages)
` [PATCH -mm -v4 14/21] mm, cgroup, THP, swap: Support to move swap account for PMD swap mapping

[PATCH v6 0/8] Introduce on-chip interconnect API
 2018-07-10 22:34 UTC  (9+ messages)
` [PATCH v6 1/8] interconnect: Add generic "
` [PATCH v6 4/8] interconnect: qcom: Add RPM communication
` [PATCH v6 6/8] interconnect: qcom: Add msm8916 interconnect provider driver
` [PATCH v6 7/8] dt-bindings: Introduce interconnect consumers bindings

[PATCH 01/32] vfs: syscall: Add open_tree(2) to reference or clone a mount
 2018-07-10 22:41 UTC  (2+ messages)
` [PATCH 02/32] vfs: syscall: Add move_mount(2) to move mounts around

[PATCH v4 0/9] xen: dma-buf support for grant device
 2018-07-10 22:31 UTC  (5+ messages)

[PATCH] xen: remove global bit from __default_kernel_pte_mask for pv guests
 2018-07-10 22:27 UTC  (2+ messages)

[PATCH] xen: setup pv irq ops vector earlier
 2018-07-10 22:26 UTC  (2+ messages)

[GIT PULL] SCSI fixes for 4.18-rc3
 2018-07-10 22:24 UTC  (8+ messages)
          `  "

[PATCH v5 00/12] Add throttler driver for non-thermal throttling
 2018-07-10 22:24 UTC  (4+ messages)
` [PATCH v5 08/12] cpufreq: Add stub for cpufreq_update_policy()

[GIT PULL] RTC for 4.18
 2018-07-10 22:14 UTC  (8+ messages)

[PATCH] KVM: Add coalesced PIO support
 2018-07-10 22:11 UTC  (2+ messages)

[PATCH 0/12 V2] ipc: cleanups & bugfixes, rhashtable update
 2018-07-10 22:10 UTC  (6+ messages)
` [PATCH 01/12] ipc: reorganize initialization of kern_ipc_perm.id

[PATCH v7 0/6] [media] Add analog mode support for Medion MD95700
 2018-07-10 21:48 UTC  (7+ messages)
` [PATCH v7 3/6] cx25840: add pin to pad mapping and output format configuration
` [PATCH v7 6/6] [media] cxusb: add analog mode support for Medion MD95700

[PATCH 1/2] [v2] hfs/hfsplus: follow MacOS time behavior
 2018-07-10 21:40 UTC  (2+ messages)
` [PATCH 2/2] [v2] hfs/hfsplus: stop using timespec based interfaces

[PATCH] x86: Avoid pr_cont() in show_opcodes()
 2018-07-10 21:08 UTC  (7+ messages)

[RFC PATCH v3] watchdog: sp805: Add clock-frequency property
 2018-07-10 21:35 UTC  (2+ messages)

[PATCH v2 0/3] Support rseq on arm64
 2018-07-10 21:32 UTC  (4+ messages)
` [PATCH v2 2/3] asm-generic: unistd.h: Wire up sys_rseq

[PATCH V2 0/5] KVM/x86/hyper-V: Introduce PV guest address space mapping flush support
 2018-07-10 21:29 UTC  (3+ messages)
` [PATCH V2 1/5] X86/Hyper-V: Add flush HvFlushGuestPhysicalAddressSpace hypercall support

[PATCH] drm/msm: avoid using 'timespec'
 2018-07-10 21:27 UTC  (3+ messages)

[rcu:dev 38/125] kernel/rcu/tree_plugin.h:785:14: error: implicit declaration of function 'rcu_is_cpu_rrupt_from_idle'; did you mean 'rcu_prepare_for_idle'?
 2018-07-10 21:25 UTC 

[PATCH 0/2] Stingray Smart NIC DT support
 2018-07-10 21:25 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: stingray: add PAXC support
` [PATCH 2/2] arm64: dts: stingray: add bcm958802a802x dts

[PATCH] mm: hugetlb: don't zero 1GiB bootmem pages
 2018-07-10 20:46 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: spi: Qualcomm Quad SPI(QSPI) documentation
 2018-07-10 21:19 UTC  (3+ messages)
` [PATCH 2/2] spi: Introduce new driver for Qualcomm QuadSPI controller

[PATCH] docs: kernel-parameters.txt: document xhci-hcd.quirks parameter
 2018-07-10 21:08 UTC  (2+ messages)

[PATCH] Documentation: proc.txt: Adding 'HardwareCorrupted' parameter and description
 2018-07-10 21:16 UTC 

[PATCH] remoteproc: qcom: q6v5-pil: fix modem hang on SDM845 after axis2 clk unvote
 2018-07-10 21:09 UTC  (2+ messages)

[PATCH] Documentation: Add powerpc options for spec_store_bypass_disable
 2018-07-10 21:13 UTC  (2+ messages)

[PATCH 1/2] mips: mm: Create UCA-based ioremap_wc() method
 2018-07-10 21:04 UTC  (7+ messages)
` [PATCH 2/2] mips: mm: Discard ioremap_uncached_accelerated() method

[PATCH] remoteproc: qcom q6v5: fix modular build
 2018-07-10 21:08 UTC  (2+ messages)

[PATCH] Documentation: admin-guide: Adding sysrq-key combination for System Z/S390 arch
 2018-07-10 21:07 UTC 

[PATCH] mm, oom: remove sleep from under oom_lock
 2018-07-10 21:12 UTC  (5+ messages)

[PATCH] perf/core: fix possible spectre-v1 write
 2018-07-10 21:02 UTC  (2+ messages)

[PATCH 1/4] f2fs: flush journal nat entries for nat_bits during unmount
 2018-07-10 20:53 UTC  (5+ messages)
` [PATCH 4/4] f2fs: should check the type of end_io after pullback by fscrypto
  ` [f2fs-dev] "

[PATCH] sg, bsg: mitigate read/write abuse, block uaccess in release
 2018-07-10 20:53 UTC  (8+ messages)

[PATCH 0/2] Fix crash due to vma_is_anonymous() false-positives
 2018-07-10 20:48 UTC  (3+ messages)
` [PATCH 1/2] mm: Fix "

[Bisect] ext4_validate_inode_bitmap:98: comm stress-ng: Corrupt inode bitmap
 2018-07-10 20:43 UTC  (4+ messages)

[PATCH] pinctrl: msm: Pass along set_wake failures
 2018-07-10 20:38 UTC  (4+ messages)

[PATCH] staging: speakup: fix wraparound in uaccess length check
 2018-07-10 20:34 UTC  (5+ messages)

[PATCH v3] tools/memory-model: Add extra ordering for locks and remove it for ordinary release/acquire
 2018-07-10 20:31 UTC  (3+ messages)

[PATCH v5 0/8] kexec/firmware: support system wide policy requiring signatures
 2018-07-10 20:26 UTC  (3+ messages)
` [PATCH v5 2/8] kexec: add call to LSM hook in original kexec_load syscall

[PATCH 0/3] x86/pti: Call pti_init() after mark_readonly()
 2018-07-10 20:25 UTC  (3+ messages)

[PATCH for 4.18 6/6] rseq/selftests: cleanup: update comment above rseq_prepare_unload
 2018-07-10 20:24 UTC  (2+ messages)
` [tip:core/urgent] rseq/selftests: cleanup: Update "

[PATCH for 4.18 5/6] rseq: remove unused types_32_64.h uapi header
 2018-07-10 20:24 UTC  (2+ messages)
` [tip:core/urgent] rseq: Remove "

[PATCH for 4.18 4/6] rseq: uapi: declare rseq_cs field as union, update includes
 2018-07-10 20:23 UTC  (2+ messages)
` [tip:core/urgent] rseq: uapi: Declare "

[PATCH for 4.18 3/6] rseq: uapi: update uapi comments
 2018-07-10 20:23 UTC  (2+ messages)
` [tip:core/urgent] rseq: uapi: Update "

[PATCH for 4.18 1/6] rseq: use __u64 for rseq_cs fields, validate user inputs
 2018-07-10 20:21 UTC  (2+ messages)
` [tip:core/urgent] rseq: Use "

[PATCH for 4.18 2/6] rseq: use get_user/put_user rather than __get_user/__put_user
 2018-07-10 20:22 UTC  (2+ messages)
` [tip:core/urgent] rseq: Use "

[PATCH 1/2] Revert "tick: Prefer a lower rating device only if it's CPU local device"
 2018-07-10 20:21 UTC  (8+ messages)
` [PATCH 2/2] clocksource: arm_arch_timer: set arch_mem_timer cpumask to cpu_possible_mask
  ` [tip:timers/urgent] clocksource: arm_arch_timer: Set "

[PATCH 3.18 00/23] 3.18.115-stable review
 2018-07-10 20:19 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).