linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-20 19:29:03 to 2019-01-21 08:06:11 UTC [more...]

[PATCH] mm, oom: remove 'prefer children over parent' heuristic
 2019-01-21  1:23 UTC  (2+ messages)

[RESEND PATCH V8 0/11] KVM: X86: Introducing ROE Protection Kernel Hardening
 2019-01-20 23:39 UTC  (2+ messages)
` [RESEND PATCH V8 07/11] KVM: Add support for byte granular memory ROE

[PATCH] PM / devfreq: consistent indentation
 2019-01-21  2:59 UTC  (3+ messages)

[PATCH v2 0/1] doc: networking: integrate scaling document into doc tree
 2019-01-21  7:30 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH v1 1/6] usb: fsl: Set USB_EN bit to select ULPI phy
 2019-01-21  7:46 UTC  (8+ messages)
` [PATCH v1 2/6] usb: phy: Workaround for USB erratum-A005728
` [PATCH v1 3/6] usb: host: Stops USB controller init if PLL fails to lock
` [PATCH v1 4/6] usb: linux/fsl_device: Add platform member has_fsl_erratum_a006918
` [PATCH v1 5/6] usb: linux/fsl_device: Add platform member has_fsl_erratum_14
` [PATCH v1 6/6] usb :fsl: Change string format for errata property

[PATCH] mm: Expose lazy vfree pages to control via sysctl
 2019-01-21  8:06 UTC  (4+ messages)

[PATCH v2 00/21] Refine memblock API
 2019-01-21  8:04 UTC  (14+ messages)
` [PATCH v2 01/21] openrisc: prefer memblock APIs returning virtual address
` [PATCH v2 02/21] powerpc: use memblock functions "
` [PATCH v2 03/21] memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_alloc
` [PATCH v2 05/21] memblock: emphasize that memblock_alloc_range() returns a physical address
` [PATCH v2 06/21] memblock: memblock_phys_alloc_try_nid(): don't panic
` [PATCH v2 07/21] memblock: memblock_phys_alloc(): "
` [PATCH v2 08/21] memblock: drop __memblock_alloc_base()
` [PATCH v2 09/21] memblock: drop memblock_alloc_base()
` [PATCH v2 10/21] memblock: refactor internal allocation functions
` [PATCH v2 11/21] memblock: make memblock_find_in_range_node() and choose_memblock_flags() static
` [PATCH v2 12/21] arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
` [PATCH v2 13/21] arch: don't memset(0) memory returned by memblock_alloc()
` [PATCH v2 15/21] sparc: add checks for the return value of memblock_alloc*()

[PATCH] input: Fix the CONFIG_SPARC64 mixup
 2019-01-21  1:49 UTC 

[PATCH v5] coding-style: Clarify the expectations around bool
 2019-01-21  2:08 UTC  (2+ messages)

[PATCH] doc:process: add missing internal link in stable-kernel-rules
 2019-01-21  2:05 UTC  (2+ messages)

[PATCH] jffs2: check dstlen for jffs2_zlib_compress()
 2019-01-21  8:04 UTC 

[RFC net-next] net: Z-Wave driver prototype
 2019-01-20 20:26 UTC  (3+ messages)

[PATCH v4 1/3] fs: hoist EFSCORRUPTED definition into uapi header
 2019-01-20 22:40 UTC  (6+ messages)
` [PATCH v4 2/3] fs: don't let getdents return bogus names
` [PATCH v4 3/3] fs: let filldir_t return bool instead of an error code

[PATCH RFC 1/1] arm64: Use PSCI calls for CPU stop when hotplug is supported
 2019-01-21  6:06 UTC  (3+ messages)

[PATCH v2] Poll for monitored tasks being alive in fork mode
 2019-01-21  1:40 UTC  (3+ messages)

[RFC] Provide in-kernel headers for making it easy to extend the kernel
 2019-01-21  4:38 UTC  (9+ messages)

[PATCH] gpio: sprd: Remove unused irq trigger setting
 2019-01-21  5:05 UTC 

[PATCH v3 0/2] cadence-quadspi: Add Octal mode support
 2019-01-21  6:00 UTC  (5+ messages)
` [PATCH v3 2/2] mtd: spi-nor: cadence-quadspi: Add support for Octal SPI controller

[BUG] USB: atm: Licensing conflict
 2019-01-21  8:01 UTC  (2+ messages)

[PATCH v3 0/6] add i2c support for mt7629 and mt8183
 2019-01-21  7:59 UTC  (7+ messages)
` [PATCH v3 1/6] dt-bindings: i2c: Add Mediatek MT7629 i2c binding
` [PATCH v3 2/6] i2c: mediatek: speeds is replaced by macros definitions
` [PATCH v3 3/6] i2c: mediatek: remove completion_done()
` [PATCH v3 4/6] i2c: mediatek: Add offsets array for new i2c registers
` [PATCH v3 5/6] dt-bindings: i2c: Add Mediatek MT8183 i2c binding
` [PATCH v3 6/6] i2c: mediatek: Add i2c support for MediaTek MT8183

[PATCH RFC 00/24] userfaultfd: write protection support
 2019-01-21  7:57 UTC  (25+ messages)
` [PATCH RFC 01/24] mm: gup: rename "nonblocking" to "locked" where proper
` [PATCH RFC 02/24] mm: userfault: return VM_FAULT_RETRY on signals
` [PATCH RFC 03/24] mm: allow VM_FAULT_RETRY for multiple times
` [PATCH RFC 04/24] mm: gup: "
` [PATCH RFC 05/24] userfaultfd: wp: add helper for writeprotect check
` [PATCH RFC 06/24] userfaultfd: wp: support write protection for userfault vma range
` [PATCH RFC 07/24] userfaultfd: wp: add the writeprotect API to userfaultfd ioctl
` [PATCH RFC 08/24] userfaultfd: wp: hook userfault handler to write protection fault
` [PATCH RFC 09/24] userfaultfd: wp: enabled write protection in userfaultfd API
` [PATCH RFC 10/24] userfaultfd: wp: add WP pagetable tracking to x86
` [PATCH RFC 11/24] userfaultfd: wp: userfaultfd_pte/huge_pmd_wp() helpers
` [PATCH RFC 12/24] userfaultfd: wp: add UFFDIO_COPY_MODE_WP
` [PATCH RFC 13/24] mm: merge parameters for change_protection()
` [PATCH RFC 14/24] userfaultfd: wp: apply _PAGE_UFFD_WP bit
` [PATCH RFC 15/24] mm: export wp_page_copy()
` [PATCH RFC 16/24] userfaultfd: wp: handle COW properly for uffd-wp
` [PATCH RFC 17/24] userfaultfd: wp: drop _PAGE_UFFD_WP properly when fork
` [PATCH RFC 18/24] userfaultfd: wp: add pmd_swp_*uffd_wp() helpers
` [PATCH RFC 19/24] userfaultfd: wp: support swap and page migration
` [PATCH RFC 20/24] userfaultfd: wp: don't wake up when doing write protect
` [PATCH RFC 21/24] khugepaged: skip collapse if uffd-wp detected
` [PATCH RFC 22/24] userfaultfd: wp: UFFDIO_REGISTER_MODE_WP documentation update
` [PATCH RFC 23/24] userfaultfd: selftests: refactor statistics
` [PATCH RFC 24/24] userfaultfd: selftests: add write-protect test

[RFC PATCH] mm, oom: fix use-after-free in oom_kill_process
 2019-01-20 20:24 UTC  (7+ messages)

[PATCH] driver core: move device->knode_class to device_private
 2019-01-21  0:35 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 3/3] PM / devfreq: fix mem leak in devfreq_add_device()
 2019-01-21  1:58 UTC  (6+ messages)
` [PATCH 1/3] PM / devfreq: fix indentation "
    ` [PATCH 2/3] PM / devfreq: fix missing check of return value "

[PATCH net-next] hinic: Add pci device ids
 2019-01-20 22:15 UTC 

[PATCH] doc:it_IT: add translations in process/
 2019-01-21  1:56 UTC  (2+ messages)

[PATCH] doc:it_IT: documentation alignment
 2019-01-21  1:57 UTC  (2+ messages)

[PATCH 0/3] Stop managing the SP clock
 2019-01-21  6:22 UTC  (4+ messages)
` [PATCH 1/3] Revert "Input: olpc_apsp - enable the SP clock"
` [PATCH 2/3] Revert "clk: mmp2: add "
` [PATCH 3/3] Revert "dt-bindings: marvell,mmp2: Add clock id for the "

linux-next: Tree for Jan 21
 2019-01-21  5:26 UTC 

linux-next: build failure after merge of the netfilter-next tree
 2019-01-20 23:36 UTC 

[PATCH v3 2/8] i2c: iproc: Add Slave mode support
 2019-01-20 21:49 UTC  (2+ messages)
` [PATCH v3 0/8] Add IPROC I2C slave mode and NIC I2C support

[PATCH v2 11/16] block: sed-opal: ioctl for writing to shadow mbr
 2019-01-20 21:20 UTC  (4+ messages)

[PATCHv7] x86/kdump: bugfix, make the behavior of crashkernel=X consistent with kaslr
 2019-01-21  6:24 UTC  (2+ messages)

[PATCH] libnvdimm: Clarify nd_pfn_init() flow
 2019-01-21  7:51 UTC  (2+ messages)

[PATCH] staging: vchiq: Fix local event signalling
 2019-01-20 22:21 UTC  (2+ messages)

[PATCH] MIPS: Remove function size check in get_frame_info()
 2019-01-21  3:45 UTC 

[PATCH 0/2] mmp2: separate LCDC peripheral clk form the display
 2019-01-21  6:31 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: marvell,mmp2: Add clock id for the LCDC clock
` [PATCH 2/2] clk: mmp2: separate LCDC peripheral clk form the display clock

[PATCH -next] staging: rtl8712: drop pointless static qualifier in r8712_efuse_pg_packet_write()
 2019-01-21  7:53 UTC 

[PATCH RFC] iw_cxgb4: drop check - dead code
 2019-01-21  2:05 UTC  (2+ messages)

[PATCH] vgacon: unconfuse vc_origin when using soft scrollback
 2019-01-21  4:22 UTC 

[PATCH 1/1] Input: elantech: Use SMBus based on bus info
 2019-01-21  6:21 UTC  (6+ messages)

[PATCH 1/2] ARM: dts: meson8b: odroidc1: Enable usb phy node
 2019-01-21  6:37 UTC  (5+ messages)

[PATCH] ARM: dts: n900: fix mmc1 card detect gpio polarity
 2019-01-21  3:21 UTC 

[PATCH 0/2] make kexec work with efi=noruntime or efi=old_map
 2019-01-21  1:18 UTC  (8+ messages)
` [PATCH v2 2/2] x86, kexec_file_load: make it "

[PATCH] kernel, resource: use resource_overlaps() to simplify region_intersects()
 2019-01-21  1:20 UTC 

[PATCH] doc:process: remove note from 'stable api nonsense'
 2019-01-21  1:43 UTC  (2+ messages)

[PATCH 0/4] Add new device nodes for Spreadtrum SC9860 platform
 2019-01-21  7:38 UTC  (5+ messages)
` [PATCH 1/4] arm64: dts: sprd: Remove PMIC INTC irq trigger type
` [PATCH 2/4] arm64: dts: sprd: Add ADC calibration support
` [PATCH 3/4] arm64: dts: sprd: Add SC2731 charger device
` [PATCH 4/4] arm64: dts: sprd: Add SC27XX fuel gauge device

[PATCH 0/5] locking/qspinlock: Safely handle > 4 nesting levels
 2019-01-21  2:49 UTC  (6+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] locking/qspinlock_stat: Track the no MCS node available case
` [PATCH 3/5] locking/qspinlock_stat: Separate out the PV specific stat counts
` [PATCH 4/5] locking/qspinlock_stat: Allow QUEUED_LOCK_STAT for all archs
` [PATCH 5/5] locking/qspinlock: Add some locking debug code

[PATCH] iio: light: add driver support for MAX44009
 2019-01-21  6:39 UTC  (4+ messages)

[PATCH] uprobes: convert uprobe.ref to refcount_t
 2019-01-21  3:57 UTC  (3+ messages)

[PATCH 0/3] PHY: Add support for SERDES in TI's AM654 platform
 2019-01-21  6:48 UTC  (4+ messages)
` [PATCH 1/3] phy: core: Invoke pm_runtime_get_*/pm_runtime_put_* before invoking reset callback
` [PATCH 2/3] dt-bindings: phy: ti: Add dt binding documentation for SERDES in AM654x SoC
` [PATCH 3/3] phy: ti: Add a new SERDES driver for TI's "

[GIT PULL] ARC updates for 5.0-rc3
 2019-01-21  0:26 UTC 

[PATCH 1/2] remoteproc: Add __iomem to return of rproc_da_to_va
 2019-01-21  7:34 UTC  (2+ messages)
` [PATCH 2/2] remoteproc: elf_loader: Use memset_io instead of memset

[GIT] Networking
 2019-01-20 22:09 UTC 

[PATCH v6 0/6] usb: gadget: add mechanism to asynchronously validate data stage of ctrl out request
 2019-01-20 19:41 UTC  (7+ messages)
` [PATCH v6 1/6] usb: uvc: include videodev2.h in g_uvc.h
` [PATCH v6 2/6] usb: gadget: uvc: enqueue usb request in setup handler for control OUT
` [PATCH v6 3/6] usb: gadget: uvc: package setup and data for control OUT requests
` [PATCH v6 4/6] usb: gadget: add mechanism to specify an explicit status stage
` [PATCH v6 5/6] usb: musb: gadget: implement optional "
` [PATCH v6 6/6] usb: gadget: uvc: allow ioctl to send response in "

[RFC v2 3/6] remoteproc: move IPI interface into separate file
 2019-01-21  7:03 UTC  (3+ messages)

[PATCH] perf script: fix crash when processing recorded stat data
 2019-01-21  5:46 UTC  (3+ messages)

linux-next: build warning after merge of the sound tree
 2019-01-21  0:21 UTC 

[PATCH] [next] kvm: vmx: fix some -Wmissing-prototypes warnings
 2019-01-21  7:27 UTC 

[PATCH 0/3] iommu/arm-smmu: Add support to use Last level cache
 2019-01-21  7:26 UTC  (5+ messages)
` [PATCH 1/3] iommu/arm-smmu: Move to bitmap for arm_smmu_domain atrributes
` [PATCH 2/3] iommu/io-pgtable-arm: Add support to use system cache
` [PATCH 3/3] iommu/arm-smmu: "

[PATCH] HID: i2c-hid: Disable runtime PM on Goodix touchpad
 2019-01-21  3:23 UTC  (8+ messages)

[PATCH v3] HID: i2c-hid: Ignore input report if there's no data present on Elan touchpanels
 2019-01-21  3:29 UTC  (3+ messages)

[PATCH v2] Input: elantech: Enable SMBus on new (2018+) systems
 2019-01-21  7:02 UTC 

fix int_sqrt() for very large numbers
 2019-01-21  0:20 UTC  (2+ messages)

[PATCH v2] perf scripts python: Add Python 3 support to check-perf-trace.py
 2019-01-20 20:50 UTC  (5+ messages)
` [PATCH v2] perf scripts python: Add Python 3 support to exported-sql-viewer.py

[PATCH] drm/armada: add mmp2 support
 2019-01-21  6:03 UTC 

[PATCH 0/2] iommu/arm: Add support for non-coherent page tables
 2019-01-21  6:05 UTC  (4+ messages)
` [PATCH 2/2] iommu/arm-smmu: Add support for non-coherent page table mappings

[PATCH net-next v2 0/4] bridge: implement Multicast Router Discovery (RFC4286)
 2019-01-21  6:26 UTC  (5+ messages)
` [PATCH net-next v2 1/4] bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() calls
` [PATCH net-next v2 2/4] bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internals
` [PATCH net-next v2 3/4] bridge: join all-snoopers multicast address
` [PATCH net-next v2 4/4] bridge: Snoop Multicast Router Advertisements

[RFC v3 1/5] dt-bindings: Add a binding for Mediatek SCP
 2019-01-21  7:18 UTC  (5+ messages)
` [RFC v3 2/5] remoteproc/mediatek: add SCP support for mt8183
` [RFC v3 3/5] rpmsg: add rpmsg support for mt8183 SCP
` [RFC v3 4/5] mfd: add EC host command support using rpmsg
` [RFC v3 5/5] cros_ec: differentiate SCP from EC by feature bit

[RESEND BUG REPORT] System hung! Due to ftrace or KASAN?
 2019-01-21  0:23 UTC  (5+ messages)

[PATCH] PM / devfreq: fix mem leak and missing check of return value in devfreq_add_device()
 2019-01-21  1:22 UTC  (2+ messages)

[PATCH] drm/armada: replace the simple-framebuffer
 2019-01-21  6:01 UTC 

linux-next: manual merge of the pidfd tree with the y2038 tree
 2019-01-21  3:39 UTC 

[PATCH] power_suuupy: change brace's place
 2019-01-20 21:44 UTC  (2+ messages)

[PATCH] power: supply: charger-manager: Fix trivial language typos
 2019-01-20 21:45 UTC  (2+ messages)

[PATCH 0/8] Zynq GPIO driver changes
 2019-01-21  6:11 UTC  (9+ messages)
` [PATCH 2/8] gpio: zynq: Wakeup gpio controller when it is used as IRQ controller

[PATCH 1/2] ARM: config: Update SPEAr 3xx defconfig
 2019-01-21  3:22 UTC  (2+ messages)

[PATCH v2 0/2] iio: adc: npcm: add NPCM ADC driver
 2019-01-21  1:48 UTC  (4+ messages)
` [PATCH v2 1/2] dt-binding: iio: add NPCM ADC documentation

[PATCH v3 3/3] powerpc/32: Add KASAN support
 2019-01-21  7:17 UTC  (2+ messages)

[RFC] virtio_ring: check dma_mem for xen_domain
 2019-01-21  4:51 UTC 

[PATCH] MAINTAINERS: Add entry for Amlogic NAND controller driver
 2019-01-21  4:18 UTC  (3+ messages)

[PATCH] power: twl4030: fix a missing check of return value
 2019-01-20 21:38 UTC  (2+ messages)

[PATCH] clang-format: Update .clang-format with the latest for_each macro list
 2019-01-21  1:59 UTC  (7+ messages)

[PATCH] power: supply: remove some duplicated includes
 2019-01-20 21:39 UTC  (2+ messages)

[PATCH 0/4] Hyper-V: Enable Linux guests on Hyper-V on ARM64
 2019-01-21  4:38 UTC  (8+ messages)
` [PATCH 1/4] arm64: hyperv: Add core Hyper-V include files
  ` [PATCH 2/4] arm64: hyperv: Add support for Hyper-V as a hypervisor

[PATCH] mtd: rawnand: remove ->legacy.erase and single_erase()
 2019-01-21  6:24 UTC 

[PATCH v2 0/3] Add Oxalis board support
 2019-01-21  6:09 UTC  (7+ messages)
` [PATCH v2 2/3] dt-bindings: arm: fsl: Add devicetree binding for Oxalis

[PATCH v3 0/3] mach-omap2: handle autoidle denial
 2019-01-21  7:12 UTC  (8+ messages)
` [PATCH v3 3/3] arm: omap_hwmod disable ick autoidling when a hwmod requires that

cpcap-charger: generate events for userspace
 2019-01-20 21:41 UTC  (2+ messages)

KASAN: use-after-free Read in oom_kill_process
 2019-01-21  6:45 UTC 

Regression found (Stop-marking-clocks-as-CLK_IS_CRITICAL)
 2019-01-21  5:55 UTC  (9+ messages)

[PATCH] mtd: rawnand: denali: remove ->erase hook
 2019-01-21  4:52 UTC 

[PATCH v8] arm64: dts: sdm845: Add gpu and gmu device nodes
 2019-01-21  1:49 UTC  (2+ messages)

[PATCH] MIPS: remove meaningless generic-(CONFIG_GENERIC_CSUM) += checksum.h
 2019-01-21  2:48 UTC 

[PATCH v2] mtd: rawnand: remove ->legacy.erase and single_erase()
 2019-01-21  6:32 UTC 

[PATCH v9 0/4] Media Device Allocator API
 2019-01-20 19:32 UTC  (7+ messages)
` [PATCH v9 4/4] sound/usb: Use Media Controller API to share media resources

[PATCH] usbip: Fix vep_free_request() null pointer checks on input args
 2019-01-20 19:29 UTC  (4+ messages)
` [PATCH] usbip: Fix vhci_urb_enqueue() URB null transfer buffer error path

[PATCH v1 0/6] seccomp test fixes
 2019-01-20 19:28 UTC  (3+ messages)

[PATCH 2/3] PM / devfreq: fix missing check of return value in devfreq_add_device()
 2019-01-19 16:04 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).