linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-04 17:42:34 to 2018-02-05 03:45:31 UTC [more...]

[RFC PATCH v14 0/6] mm: security: ro protection for dynamic data
 2018-02-05  3:45 UTC  (13+ messages)
` [PATCH 1/6] genalloc: track beginning of allocations
` [PATCH 2/6] genalloc: selftest
` [PATCH 4/6] Protectable Memory
` [PATCH 5/6] Pmalloc: self-test
  ` [PATCH 6/6] Documentation for Pmalloc

[PATCH 1/2] staging: android: ion: Remove dead code in ion_page_pool_free
 2018-02-05  3:26 UTC  (2+ messages)
` [PATCH 2/2] staging: android: ion: Return void instead of int

[PATCH] sched/rt: Make update_curr_rt() more accurate
 2018-02-05  3:18 UTC 

[PATCH 6/6] scsi: qedf: use correct strncpy() size
 2018-02-05  2:56 UTC  (2+ messages)

[PATCH 1/2] f2fs: enable to gc page whose inode already atomic commit
 2018-02-05  2:53 UTC  (3+ messages)

[PATCH] media: v4l2_fh.h: add missing kconfig.h include
 2018-02-05  2:33 UTC 

[PATCH] [BUGFIX] media: vb2: Fix videobuf2 to map correct area
 2018-02-05  2:30 UTC 

[PATCH 0/6]nvme-pci: fixes on nvme_timeout and nvme_dev_disable
 2018-02-05  2:30 UTC  (10+ messages)
` [PATCH 1/6] nvme-pci: move clearing host mem behind stopping queues
` [PATCH 2/6] nvme-pci: fix the freeze and quiesce for shutdown and reset case
` [PATCH 4/6] nvme-pci: break up nvme_timeout and nvme_dev_disable

[PATCH] v4l: vidioc-prepare-buf.rst: fix link to VIDIOC_QBUF
 2018-02-05  2:24 UTC 

[PATCH] media: media-types.rst: fix typo
 2018-02-05  2:24 UTC 

[PATCH] tick/broadcast: set next event of bc to KTIME_MAX
 2018-02-05  2:17 UTC  (2+ messages)

[PATCH 00/20] Remove references to undefined symbols and fix two potential bugs
 2018-02-05  2:08 UTC  (29+ 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 11/20] usb: gadget: udc: Remove USB_GADGET_DUALSPEED select
` [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

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

[PATCH v3 1/2] dt-bindings: gpio: Add Spreadtrum GPIO controller documentation
 2018-02-05  1:55 UTC  (2+ messages)
` [PATCH v3 2/2] gpio: Add GPIO driver for Spreadtrum SC9860 platform

bisected bd4c82c22c367e is the first bad commit (was [Bug 198617] New: zswap causing random applications to crash)
 2018-02-05  1:42 UTC  (4+ messages)

[RFC PATCH 00/64] mm: towards parallel address space operations
 2018-02-05  1:27 UTC  (65+ 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

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

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

[PATCH] drm/panel: lvds: tidyup header explanation
 2018-02-05  0:13 UTC  (3+ messages)

[PATCH] hwrng: Explicitly drop current_rng when unregistering rng device
 2018-02-05  0:08 UTC  (3+ messages)

[PATCH] extcon: int3496: process id-pin first so that we start with the right status
 2018-02-04 23:28 UTC  (4+ messages)

[PATCH 0/3] vfio, dax: disable filesystem-dax and minor fixups
 2018-02-04 23:05 UTC  (4+ messages)
` [PATCH 1/3] dax: fix S_DAX definition
` [PATCH 2/3] dax: short circuit vma_is_fsdax() in the CONFIG_FS_DAX=n case
` [PATCH 3/3] vfio: disable filesystem-dax page pinning

linux-next: build failure in Linus' tree
 2018-02-04 22:28 UTC 

[RFCv2 00/17] Request API, take three
 2018-02-04 22:16 UTC  (3+ messages)
` [RFCv2 02/17] videodev2.h: Add request_fd field to v4l2_buffer

[PATCH] random: always fill buffer in get_random_bytes_wait
 2018-02-04 22:07 UTC 

[PATCH] drm/bridge/synopsys: dsi: readl_poll_timeout return value clean up
 2018-02-04 21:36 UTC 

[PATCH] drm/bridge/synopsys: dsi: Add read feature
 2018-02-04 21:31 UTC 

[PATCH v4] Staging: iio: ade7758: Expand buf_lock to cover both buffer and state protection
 2018-02-04 21:22 UTC  (4+ messages)

[PATCH 1/5] drivers: bluetooth: ath3k: replace hardcode numbers with define
 2018-02-04 21:09 UTC  (16+ messages)
` [PATCH 2/5] drivers: bluetooth: ath3k: do not init variables
` [PATCH 3/5] drivers: bluetooth: ath3k: remove blank line after if
` [PATCH 4/5] drivers: bluetooth: ath3k: Fix warning: quoted string split across lines
    ` [PATCH 5/5] drivers: bluetooth: ath3k: fix checkpatch warning
  ` [PATCH v2 0/5] lite fixes for ath3k
    ` [PATCH v2 1/5] drivers: bluetooth: ath3k: replace hardcode numbers with define
    ` [PATCH v2 2/5] drivers: bluetooth: ath3k: do not init variables
    ` [PATCH v2 3/5] drivers: bluetooth: ath3k: remove blank line after if
    ` [PATCH v2 4/5] drivers: bluetooth: ath3k: Fix warning: quoted string split across lines
    ` [PATCH v2 5/5] drivers: bluetooth: ath3k: fix checkpatch warning
` [PATCH 5/5] drivers: bluetooth: ath3k: fix

[PATCH 1/2] ARM: kvm: fix building with gcc-8
 2018-02-04 20:57 UTC  (3+ messages)

[RFC PATCH 0/3] pcmcia: odd fixes for v4.16-rc1
 2018-02-04 20:12 UTC  (4+ messages)
` [RFC PATCH 1/3] pcmcia: remove mailing list, update MAINTAINERS
` [RFC PATCH 2/3] pcmcia: use proper printk format for resource
` [RFC PATCH 3/3] pcmcia: soc_common: Handle return value of clk_prepare_enable

[PATCH] drm/bridge/synopsys: dsi: Add 1.31 version support
 2018-02-04 20:34 UTC  (4+ messages)

[RFC 0/3] seccomp trap to userspace
 2018-02-04 20:33 UTC  (5+ messages)
` [RFC 1/3] seccomp: add a return code to "

[RFC 09/10] x86/enter: Create macros to restrict/unrestrict Indirect Branch Speculation
 2018-02-04 20:22 UTC  (13+ messages)

Dell docking station & Dell Embedded Controller & PS/2 devices
 2018-02-04 20:07 UTC  (6+ messages)

[GIT pull] More melted spectrum mitigations for 4.16
 2018-02-04 19:45 UTC  (2+ messages)

[PATCH 00/18] [ANNOUNCE] Dynamically created function based events
 2018-02-04 19:39 UTC  (5+ messages)

[PATCH] x86/speculation: Use Indirect Branch Prediction Barrier in context switch
 2018-02-04 19:39 UTC  (3+ messages)
` [tip:x86/pti] "

[PATCH 1/4] staging:r8188eu: Remove struct pkt_file from set_qos()
 2018-02-04 19:27 UTC  (4+ messages)
` [PATCH 2/4] staging:r8188eu: Remove struct pkt_file from update_attrib()
` [PATCH 3/4] staging:r8188eu: Remove struct pkt_file from rtw_xmitframe_coalesce()
` [PATCH 4/4] staging:r8188eu: Remove unused struct pkt_file

[PATCH] ARM: dts: imx: Add support for Advantech DMS-BA16
 2018-02-04 19:22 UTC  (2+ messages)

[PATCH] pvcalls-back: do not return error on inet_accept EAGAIN
 2018-02-04 19:20 UTC  (2+ messages)

[PULL REQUEST] i2c for 4.16
 2018-02-04 19:10 UTC  (2+ messages)

[PATCH] xen: hypercall: fix out-of-bounds memcpy
 2018-02-04 18:55 UTC  (6+ messages)

[PATCH 0/3] x86/entry: clear registers to sanitize speculative usages
 2018-02-04 18:40 UTC  (5+ messages)
` [PATCH 1/3] x86/entry: Clear extra registers beyond syscall arguments for 64bit kernels

[PATCH v3 00/18] arm64: Add SMCCC v1.1 support and CVE-2017-5715 (Spectre variant 2) mitigation
 2018-02-04 18:39 UTC  (9+ messages)
` [PATCH v3 09/18] arm/arm64: KVM: Advertise SMCCC v1.1
` [PATCH v3 10/18] arm/arm64: KVM: Turn kvm_psci_version into a static inline
` [PATCH v3 11/18] arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
` [PATCH v3 12/18] arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling

[PATCH 1/2] Documentation/memory-barriers.txt: cross-reference "tools/memory-model/"
 2018-02-04 18:37 UTC  (2+ messages)

[PATCH v2] iio: accel: bmc150: Check for a second ACPI device for BOSC0200
 2018-02-04 18:25 UTC  (17+ messages)

[PATCH] Fix a typo in Documentation/device-mapper/dm-zoned.txt
 2018-02-04 18:03 UTC 

[PATCH v3 0/7] ARM: dts: imx6q: engicam LVDS panel changes
 2018-02-04 17:49 UTC  (8+ messages)
` [PATCH v3 1/7] drm/panel: simple: add support for Ampire AM-800480AYTZQW-00H
` [PATCH v3 2/7] ARM: dts: imx6q-icore: Switch LVDS timings from panel-simple
` [PATCH v3 3/7] ARM: dts: imx6dl-icore: Add LVDS node
` [PATCH v3 4/7] drm/panel: simple: Add support for KEO TX31D200VM0BAA
` [PATCH v3 5/7] ARM: dts: imx6q-icore-ofcap12: Switch LVDS timings from panel-simple
` [PATCH v3 6/7] ARM: dts: imx6q: Add Engicam i.CoreM6 Quad/Dual OpenFrame Cap 7 initial support
` [PATCH v3 7/7] ARM: dts: imx6q: Add Engicam i.CoreM6 1.5 Quad/Dual MIPI starter kit support

[PATCH v2 0/3] x86/entry: Clear registers to sanitize speculative usages
 2018-02-04 17:44 UTC  (4+ messages)
` [PATCH v2 1/3] x86/entry: Clear extra registers beyond syscall arguments for 64bit kernels
` [PATCH v2 2/3] x86/entry: Clear registers for 64bit exceptions/interrupts
` [PATCH v2 3/3] x86/entry: Clear registers for compat syscalls

[PATCH] Fix a typo in Documentation/device-mapper/dm-zoned.txt
 2018-02-04 17:49 UTC 

[PATCH] Fix a typo in Documentation/device-mapper/dm-integrity.txt
 2018-02-04 17:47 UTC 

[PATCH] vsprintf: avoid misleading "(null)" for %px
 2018-02-04 17:45 UTC 


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