All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-05 00:14:01 to 2018-02-05 01:38:50 UTC [more...]

[RFC PATCH 00/64] mm: towards parallel address space operations
 2018-02-05  1:27 UTC  (115+ messages)
` [PATCH 01/64] interval-tree: build unconditionally
` [PATCH 02/64] Introduce range reader/writer lock
` [PATCH 03/64] mm: introduce mm locking wrappers
` [PATCH 04/64] mm: add a range parameter to the vm_fault structure
` [PATCH 05/64] mm,khugepaged: prepare passing of rangelock field to vm_fault
` [PATCH 06/64] mm: teach pagefault paths about range locking
` [PATCH 07/64] mm/hugetlb: teach hugetlb_fault() "
` [PATCH 08/64] mm: teach lock_page_or_retry() "
` [PATCH 09/64] mm/mmu_notifier: teach oom reaper "
` [PATCH 10/64] kernel/exit: teach exit_mm() "
` [PATCH 11/64] prctl: teach "
` [PATCH 12/64] fs/userfaultfd: teach userfaultfd_must_wait() "
` [PATCH 13/64] fs/proc: teach "
` [PATCH 14/64] fs/coredump: "
` [PATCH 15/64] ipc: use mm locking wrappers
` [PATCH 16/64] virt: "
` [PATCH 17/64] kernel: "
` [PATCH 18/64] mm/ksm: teach about range locking
` [PATCH 19/64] mm/mlock: use mm locking wrappers
` [PATCH 20/64] mm/madvise: "
` [PATCH 21/64] mm: teach drop/take_all_locks() about range locking
` [PATCH 22/64] mm: avoid mmap_sem trylock in vm_insert_page()
` [PATCH 23/64] mm: huge pagecache: do not check mmap_sem state
` [PATCH 24/64] mm/thp: disable mmap_sem is_locked checks
` [PATCH 25/64] mm: use mm locking wrappers
` [PATCH 26/64] fs: "
` [PATCH 27/64] arch/{x86,sh,ppc}: teach bad_area() about range locking
` [PATCH 28/64] arch/x86: use mm locking wrappers
` [PATCH 29/64] arch/alpha: "
` [PATCH 30/64] arch/tile: "
` [PATCH 31/64] arch/sparc: "
` [PATCH 32/64] arch/s390: "
` [PATCH 33/64] arch/powerpc: "
` [PATCH 34/64] arch/parisc: "
` [PATCH 35/64] arch/ia64: "
` [PATCH 36/64] arch/mips: "
` [PATCH 37/64] arch/arc: "
` [PATCH 38/64] arch/blackfin: "
` [PATCH 39/64] arch/m68k: "
` [PATCH 40/64] arch/sh: "
` [PATCH 41/64] arch/cris: "
` [PATCH 42/64] arch/frv: "
` [PATCH 43/64] arch/hexagon: "
` [PATCH 44/64] arch/score: "
` [PATCH 45/64] arch/m32r: "
` [PATCH 46/64] arch/metag: "
` [PATCH 47/64] arch/microblaze: "
` [PATCH 48/64] arch/tile: "
` [PATCH 49/64] arch/xtensa: "
` [PATCH 50/64] arch/unicore32: "
` [PATCH 51/64] arch/mn10300: "
` [PATCH 52/64] arch/openrisc: "
` [PATCH 53/64] arch/nios2: "
` [PATCH 54/64] arch/arm: "
` [PATCH 55/64] arch/riscv: "
` [PATCH 56/64] drivers/android: "
` [PATCH 57/64] drivers/gpu: "
` [PATCH 58/64] drivers/infiniband: "
` [PATCH 59/64] drivers/iommu: use mm locking helpers
` [PATCH 60/64] drivers/xen: use mm locking wrappers
` [PATCH 61/64] staging/lustre: use generic range lock
` [PATCH 62/64] drivers: use mm locking wrappers (the rest)
` [PATCH 63/64] mm/mmap: hack drop down_write_nest_lock()
` [PATCH 64/64] mm: convert mmap_sem to range mmap_lock

BMC redundancy
 2018-02-05  1:38 UTC  (5+ messages)

[PATCH 00/20] Remove references to undefined symbols and fix two potential bugs
 2018-02-05  1:37 UTC  (34+ messages)
` [PATCH 01/20] ARM: mvebu: Fix broken PL310_ERRATA_753970 selects
` [PATCH 02/20] KVM: PPC: Book3S PR: Fix broken select due to misspelling
` [PATCH 03/20] kconfig: Remove leftover references to AVR32 symbol
` [PATCH 04/20] misc: atmel: Remove CPU_AT32AP700X (AVR32) reference
` [PATCH 05/20] rtc: at32ap700x: Remove PLATFORM_AT32AP dependency
` [PATCH 06/20] riscv: Remove ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE select
` [PATCH 07/20] riscv: Remove ARCH_WANT_OPTIONAL_GPIOLIB select
` [PATCH 08/20] s390/kconfig: Remove ARCH_WANTS_PROT_NUMA_PROT_NONE select
` [PATCH 09/20] clk: sunxi-ng: Remove SUNXI_CCU_* selects
` [PATCH 10/20] lib/Kconfig: Remove leftover select of GENERIC_IO
` [PATCH 12/20] ARM: debug: Remove ARCH_MSM dep. from UNCOMPRESS_INCLUDE
` [PATCH 13/20] ore: Remove PNFS_OBJLAYOUT dependency
` [PATCH 14/20] iio: gyro: mpu3050: Remove INPUT_MPU3050 dep. from I2C
` [PATCH 15/20] phy: Remove SOC_EXYNOS4212 dep. from PHY_EXYNOS4X12_USB
` [PATCH 16/20] auxdisplay: img-ascii-lcd: Remove MIPS_SEAD3 dep
` [PATCH 17/20] media: sec: Remove PLAT_S5P dependency
` [PATCH 18/20] iwlwifi: fix malformed CONFIG_IWLWIFI_PCIE_RTPM default
` [PATCH 19/20] ARC: Fix malformed ARC_EMUL_UNALIGNED default
` [PATCH 20/20] x86/PCI: VMD: Fix malformed default

[PATCH 1/3] drm/nouveau/pci: PCI IDs for pascal architecture
 2018-02-05  1:37 UTC  (4+ messages)
  ` [PATCH 2/3] drm/nouveau/disp: quirk for SOR crossbar routing
` [PATCH 3/3] drm/nouveau/pci: SOR crossbar quirk for 10b0:1b81
  ` [Nouveau] "

Work in progress SMB-Direct driver for the linux kernel
 2018-02-05  1:32 UTC  (4+ messages)

[PATCH 1/2] /proc/kcore: Fix SMAP violation when dumping vsyscall user page
 2018-02-05  1:32 UTC  (2+ messages)

[PATCH 1/2] toolsoftrade: Add a missed unbreakable space for line number
 2018-02-05  1:32 UTC  (2+ messages)

[PATCH v4 0/2] KVM: x86: Add SYNC REGS functionality
 2018-02-05  1:29 UTC  (3+ messages)
` [PATCH v4 2/2] KVM: x86: KVM_CAP_SYNC_REGS

[PATCH 3/7] wget: update to 1.19.4
 2018-02-05  1:26 UTC  (2+ messages)
` [PATCH V2 "

[PATCH V2 0/5] improve reproducibility of 5 recipes
 2018-02-05  1:28 UTC  (6+ messages)
` [PATCH 1/5] python-xcbgen: improve reproducibility
` [PATCH 2/5] openssl/nativesdk-openssl: "
` [PATCH 3/5] python3-core: "
` [PATCH 4/5] python-core/python-dev: "
` [PATCH 5/5] kbd-ptest: "

[PATCH (skiboot)] dt: add /cpus/ibm, powerpc-cpu-features device tree bindings
 2018-02-05  1:26 UTC  (3+ messages)

[11/20] usb: gadget: udc: Remove USB_GADGET_DUALSPEED select
 2018-02-05  1:21 UTC  (2+ messages)
` [PATCH 11/20] "

a57c0243cb ("mm/sparse.c: Add nr_present_sections to change .."): BUG: kernel reboot-without-warning in early-boot stage, last printk: early console in setup code
 2018-02-05  1:19 UTC  (2+ messages)

linux-next: manual merge of the kvm tree with Linus' tree
 2018-02-05  1:06 UTC 

GRE-NAT broken - SOLVED
 2018-02-05  1:05 UTC  (3+ messages)

[linux-linus bisection] complete build-arm64-pvops
 2018-02-05  1:05 UTC 

[U-Boot] [PATCH 0/2] ARM: omap3: evm: Fix serial driver compiler warnings
 2018-02-05  1:04 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] ARM: omap3: ti_omap3_common: Fix CONFIG_SYS_NS16550_REG_SIZE compiler warning
` [U-Boot] [PATCH 2/2] ARM: omap3: evm: Remove CONFIG_SYS_NS16550_REG_SIZE undefine

RT thread running slower as SCHED_OTHER threads increases
 2018-02-05  1:02 UTC  (4+ messages)

One Question About PCIe BUS Config Type with pcie_bus_safe or pcie_bus_perf On NVMe Device
 2018-02-05  1:02 UTC  (13+ messages)

[PATCH net] sctp: fix dst reference leak in sctp_v4_get_dst
 2018-02-05  1:01 UTC  (3+ messages)

[PATCH] ASoC: dapm: fix debugfs read using path->connected
 2018-02-05  1:00 UTC  (3+ messages)

[U-Boot] About convert to LIVE DT
 2018-02-05  1:00 UTC  (3+ messages)

[PATCH v3 0/5] ixgbe: fix bugs or just improve
 2018-02-05  0:51 UTC  (6+ messages)
` [PATCH v3 1/5] net/ixgbevf: set the inter-interrupt interval for EITR
` [PATCH v3 2/5] net/ixgbe: set the ITR via configuration
` [PATCH v3 3/5] net/ixgbe: write disable to ITR counter
` [PATCH v3 4/5] net/ixgbevf: save IXGBE_VTEIMS to intr->mask for performance
` [PATCH v3 5/5] net/ixgbe: remove the unnecessary call rte_intr_enable

[U-Boot] [PATCH] serial: Make full device search optional
 2018-02-05  0:39 UTC  (7+ messages)

[PATCH] xfs: fall back to vmalloc when allocation log vector buffers
 2018-02-05  0:40 UTC  (3+ messages)

[PATCH bpf] bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y
 2018-02-05  0:36 UTC  (2+ messages)

[PATCH] xfs: byte range buffer dirty region tracking
 2018-02-05  0:34 UTC  (2+ messages)
` [PATCH v2] "

[U-Boot] Please pull u-boot-dm (take 2)
 2018-02-05  0:16 UTC  (2+ messages)

[U-Boot] [PULL] Please pull u-boot-imx
 2018-02-05  0:16 UTC  (2+ messages)

coalescing in polling mode in 4.9
 2018-02-05  0:15 UTC  (2+ messages)

[PATCH] MIPS: CPS: Fix r1 .set mt assembler warning
 2018-02-05  0:13 UTC  (5+ messages)

[RFC PATCH v14 0/6] mm: security: ro protection for dynamic data
 2018-02-05  0:14 UTC  (7+ messages)
` [PATCH 2/6] genalloc: selftest


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.