linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-28 07:38:59 to 2018-03-28 12:23:53 UTC [more...]

[PATCH 00/16] Generic infrastructure for unloading initramfs
 2018-03-28 12:23 UTC  (4+ messages)
` [PATCH 01/16] initrd: Add generic code path for common initrd unloading logic

[PATCH v5 1/4] ioremap: Update pgtable free interfaces with addr
 2018-03-28 12:22 UTC  (3+ messages)

[PATCH] drm/atmel-hlcdc: add command line option to specify preferred depth
 2018-03-28 12:22 UTC  (4+ messages)

[Question] Documentation/features: More automation/scripting help?
 2018-03-28 12:22 UTC 

[PATCHv3] irqchip: arm-gic: take gic_lock when updating irq type
 2018-03-28 12:21 UTC  (3+ messages)

[PATCH] clk: imx7d: Move clks_init_on before any clock operations
 2018-03-28 12:14 UTC  (2+ messages)

[PATCH v6 0/4] Fix issues with huge mapping in ioremap for ARM64
 2018-03-28 12:10 UTC  (6+ messages)
` [PATCH v6 1/4] ioremap: Update pgtable free interfaces with addr
` [PATCH v6 2/4] arm64: tlbflush: Introduce __flush_tlb_kernel_pgtable
` [PATCH v6 1/2] arm64: Implement page table free interfaces
` [PATCH v6 4/4] Revert "arm64: Enforce BBM for huge IO/VMAP mappings"

[PATCH 0/8] Designware EP support and code clenan up
 2018-03-28 12:05 UTC  (10+ messages)
` [PATCH 1/8] bindings: PCI: designware: Example update
` [PATCH 2/8] PCI: dwc: designware: Add support for endpoint mode
` [PATCH 3/8] bindings: PCI: designware: Add support for the EP in designware driver
` [PATCH 4/8] misc: pci_endpoint_test: Add designware EP entry
` [PATCH 5/8] PCI: dwc: designware: Define maximum number of vectors
` [PATCH 6/8] PCI: dwc: Replace lower into upper case characters
` [PATCH 7/8] PCI: dwc: Small computation improvement
` [PATCH 8/8] PCI: dwc: Replace magic number by defines

[PATCH V2] arm64: tlbflush: avoid writing RES0 bits
 2018-03-28 11:58 UTC  (6+ messages)

[PATCH -next] dm verity: make some functions static
 2018-03-28 11:57 UTC  (2+ messages)

dma_zalloc_coherent broken with 57bf5a8963f80fb3828c46c3e3a5b2dd790e09a7
 2018-03-28 11:57 UTC  (6+ messages)

[PATCH v2 00/21] kconfig: move compiler capability tests to Kconfig
 2018-03-28 11:55 UTC  (23+ messages)
` [PATCH v2 11/21] stack-protector: test compiler capability in Kconfig and drop AUTO mode
` [PATCH v2 13/21] kconfig: add CC_IS_GCC and GCC_VERSION
` [PATCH v2 14/21] kconfig: add CC_IS_CLANG and CLANG_VERSION
` [PATCH v2 15/21] gcov: remove CONFIG_GCOV_FORMAT_AUTODETECT
` [PATCH v2 16/21] kcov: imply GCC_PLUGINS and GCC_PLUGIN_SANCOV instead of select'ing them
` [PATCH v2 17/21] gcc-plugins: always build plugins with C++
` [PATCH v2 18/21] gcc-plugins: move GCC version check for PowerPC to Kconfig
` [PATCH v2 19/21] gcc-plugins: test GCC plugin support in Kconfig
` [PATCH v2 20/21] gcc-plugins: enable GCC_PLUGINS for COMPILE_TEST
` [PATCH v2 21/21] arm64: move GCC version check for ARCH_SUPPORTS_INT128 to Kconfig

linux-next: manual merge of the kvm-arm tree with the arm64 tree
 2018-03-28 11:53 UTC  (2+ messages)

[PATCH 00/19] powerpc/ppc32: make W=1 compilation errors free
 2018-03-28 11:53 UTC  (10+ messages)
` [PATCH 14/19] powerpc/altivec: Add missing prototypes for altivec

[PATCH v5 00/12] PCI endpoint 64-bit BAR fixes
 2018-03-28 11:50 UTC  (13+ messages)
` [PATCH v5 01/12] PCI: endpoint: BAR width should not depend on sizeof dma_addr_t
` [PATCH v5 02/12] PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar()
` [PATCH v5 03/12] PCI: endpoint: Setting BAR_5 to 64-bits wide is invalid
` [PATCH v5 04/12] PCI: endpoint: Setting 64-bit/prefetch bit is invalid when IO is set
` [PATCH v5 05/12] PCI: endpoint: Setting a BAR size > 4 GB is invalid if 64-bit flag is not set
` [PATCH v5 06/12] PCI: designware-ep: Make dw_pcie_ep_set_bar() handle 64-bit BARs properly
` [PATCH v5 07/12] PCI: cadence: Set PCI_BASE_ADDRESS_MEM_TYPE_64 if a 64-bit BAR was set-up
` [PATCH v5 08/12] PCI: endpoint: Handle 64-bit BARs properly
` [PATCH v5 09/12] PCI: endpoint: Make epc->ops->clear_bar()/pci_epc_clear_bar() take struct *epf_bar
` [PATCH v5 10/12] PCI: endpoint: Make sure that BAR_5 does not have 64-bit flag set when clearing
` [PATCH v5 11/12] PCI: designware-ep: Make dw_pcie_ep_reset_bar() handle 64-bit BARs properly
` [PATCH v5 12/12] misc: pci_endpoint_test: Handle "

[PATCH 3/7] staging: ks7010: Factor out common members in request structs
 2018-03-28 11:50 UTC  (3+ messages)
` [PATCH 1/2] staging: ks7010: Remove trailing "_t" from all structure names

[PATCH] tracing: Uninitialized variable in create_tracing_map_fields()
 2018-03-28 11:48 UTC 

[PATCH] staging: wilc1000: replace kmalloc + memcpy with kmemdup
 2018-03-28 11:39 UTC  (2+ messages)

[PATCH] ANDROID: binder: prevent transactions into own process
 2018-03-28 11:34 UTC  (5+ messages)

[PATCH v2] ANDROID: binder: prevent transactions into own process
 2018-03-28 11:34 UTC  (3+ messages)

[RFC PATCH for 4.17 00/21] Restartable sequences and CPU op vector
 2018-03-28 11:22 UTC  (4+ messages)
` [RFC PATCH for 4.17 02/21] rseq: Introduce restartable sequences system call (v12)

[RESEND PATCH v2 0/8] Add support for PWM input capture on STM32
 2018-03-28 11:16 UTC  (5+ messages)
` [RESEND PATCH v2 3/8] dt-bindings: mfd: stm32-timers: add support for dmas

[PATCH v1 00/16] Add support to MT6323 RTC and its power device
 2018-03-28 11:15 UTC  (12+ messages)
` [PATCH v1 02/16] dt-bindings: rtc: mediatek: add bindings for PMIC RTC
` [PATCH v1 03/16] dt-bindings: mfd: mediatek: add a description for MT6323 RTC
` [PATCH v1 04/16] mfd: mt6397: add MT6323 RTC support into MT6397 driver

[PATCH v9 00/24] Speculative page faults
 2018-03-28 11:15 UTC  (16+ messages)
` [PATCH v9 01/24] mm: Introduce CONFIG_SPECULATIVE_PAGE_FAULT
` [PATCH v9 05/24] mm: Introduce pte_spinlock for FAULT_FLAG_SPECULATIVE
` [PATCH v9 06/24] mm: make pte_unmap_same compatible with SPF
  ` [PATCH v9 04/24] mm: Prepare for FAULT_FLAG_SPECULATIVE

[PATCH v6 1/5] pwm-backlight: enable/disable the PWM before/after LCD enable toggle
 2018-03-28 11:12 UTC  (2+ messages)

[PATCH v4 0/6] platform/chrome: cros_ec debugfs and sysfs updates
 2018-03-28 11:10 UTC  (5+ messages)
` [PATCH v4 5/6] platform/chrome: cros_ec_debugfs: Add PD port info to debugfs
` [PATCH v4 6/6] platform/chrome: mfd/cros_ec_dev: Add sysfs entry to set keyboard wake lid angle

[RFC PATCH v3 0/3] ima: namespacing IMA
 2018-03-28 11:10 UTC  (4+ messages)
` [RFC PATCH v3 1/3] ima: extend clone() with IMA namespace support

[PATCH for-4.17 2/2] powerpc: Remove smp_mb() from arch_spin_is_locked()
 2018-03-28 11:08 UTC  (10+ messages)

[PATCH v5 1/2] mfd: arizona: Update reset pin to use GPIOD
 2018-03-28 11:07 UTC  (2+ messages)

[PATCH V1] mfd: da9062: use core helper regmap_reg_range macros
 2018-03-28 11:03 UTC 

[RESEND PATCH] mfd: sprd: Add one syscon cell to access PMIC global registers
 2018-03-28 11:04 UTC  (2+ messages)

[PATCH v4 0/8] mfd: cros_ec: add subdevices and fixes
 2018-03-28 11:03 UTC  (6+ messages)
` [PATCH v4 4/8] mfd: cros_ec_dev: Register cros-ec-rtc driver as a subdevice
` [PATCH v4 5/8] mfd: cros_ec_dev: Register cros_ec_accel_legacy "

[PATCH 00/10] Improve shrink_slab() scalability (old complexity was O(n^2), new is O(n))
 2018-03-28 11:02 UTC  (9+ messages)
` [PATCH 01/10] mm: Assign id to every memcg-aware shrinker

[PATCH 0/2] smp: don't kick CPUs running idle or nohz_full tasks
 2018-03-28 10:58 UTC  (4+ messages)
` [PATCH 2/2] smp: introduce kick_active_cpus_sync()

[RFT][PATCH v7 0/8] sched/cpuidle: Idle loop rework
 2018-03-28 10:56 UTC  (11+ messages)
` [RFT][PATCH v7 5/8] cpuidle: Return nohz hint from cpuidle_select()
  ` [RFT][PATCH v7.3 "
` [RFT][PATCH v7 6/8] sched: idle: Select idle state before stopping the tick

[PATCH v3] staging: fsl-dpaa2/ethsw: Fix tag control information value overwrite
 2018-03-28 10:50 UTC 

[PATCH v2 0/5] optimize memblock_next_valid_pfn() and early_pfn_valid()
 2018-03-28 10:42 UTC  (6+ messages)
` [PATCH v2 1/5] mm: page_alloc: remain memblock_next_valid_pfn() when CONFIG_HAVE_ARCH_PFN_VALID is enable

[PATCH] ftrace: drop a VLA in module_exists()
 2018-03-28 10:38 UTC  (3+ messages)

Problem with commit 31e77c93e432 "sched/fair: Update blocked load when newly idle"
 2018-03-28 10:37 UTC  (4+ messages)

[PATCH RT] kernel/time/posix-timer: avoid schedule() while holding the RCU lock
 2018-03-28 10:32 UTC  (2+ messages)

[PATCH v4 0/2] drm/xen-front: Add support for Xen PV display frontend
 2018-03-28 10:29 UTC  (5+ messages)
` [PATCH v4 2/2] "

[PATCH v3 0/6] clocksource: rework Atmel TCB timer driver
 2018-03-28 10:29 UTC  (4+ messages)

[PATCH RT 1/3] alarmtimer: Prevent live lock in alarm_cancel()
 2018-03-28 10:29 UTC  (5+ messages)
` [PATCH RT 2/3] posix-timers: user proper timer while waiting for alarmtimer
  ` [PATCH RT 2/3 v2] "
` [PATCH RT 3/3] posix-timers: move the rcu head out of the union
  ` [PATCH RT 3/3 v2] "

[PATCH v6 0/6] Add MediaTek PMIC keys support
 2018-03-28 10:26 UTC  (6+ messages)

[PATCH V3] arm64: tlbflush: avoid writing RES0 bits
 2018-03-28 10:19 UTC  (2+ messages)

[PATCH] target: Use WARNON_NON_RT(!irqs_disabled())
 2018-03-28 10:15 UTC  (9+ messages)
          ` [PATCH 1/2] target: drop spin_lock_assert() + irqs_disabled() combo checks

[PATCH] staging: fsl-dpaa2/ethsw: Fix TCI values overwrite
 2018-03-28 10:15 UTC  (2+ messages)

[PATCH] arm64: avoid race condition issue in dump_backtrace
 2018-03-28 10:12 UTC  (4+ messages)

[PATCH v2] rslib: Remove VLAs by setting upper bound on nroots
 2018-03-28 10:10 UTC  (8+ messages)

[PATCH] x86, msr: fix rdmsrl_safe_on_cpu()
 2018-03-28 10:08 UTC  (3+ messages)
` [tip:x86/cleanups] x86/msr: Make rdmsrl_safe_on_cpu() scheduling safe as well

[PATCH] samples/bpf: fix spelling mistake: "revieve" -> "receive"
 2018-03-28 10:07 UTC 

[PATCH v3] hwmon: MC13783: add uid and die temperature sensor inputs
 2018-03-28 10:06 UTC  (3+ messages)

[PATCH 4.4 00/43] 4.4.125-stable review
 2018-03-28 10:04 UTC  (14+ messages)
` [PATCH 4.4 20/43] mm/vmalloc: add interfaces to free unmapped page table

[PATCH] scsi: fnic: fix spelling mistake: "abord" -> "abort"
 2018-03-28 10:01 UTC 

[PATCH 4.4 00/63] 4.4.122-stable review
 2018-03-28 10:00 UTC  (3+ messages)

INFO: task hung in ucma_destroy_id
 2018-03-28  9:56 UTC 

[PATCH] staging: vt6655: check for memory allocation failures
 2018-03-28  9:55 UTC  (3+ messages)

[PATCH v2 1/1] usb: xhci: do not create and register shared_hcd when USB3.0 is disabled
 2018-03-28  9:53 UTC  (3+ messages)

[PATCH v6 0/3] Bluetooth: hci_qca: Add serdev support
 2018-03-28  9:51 UTC  (4+ messages)
` [PATCH v6 1/3] arm64: dts: apq8096-db820c: enable bluetooth node
` [PATCH v6 2/3] dt-bindings: net: bluetooth: Add qualcomm-bluetooth
` [PATCH v6 3/3] Bluetooth: hci_qca: Add serdev support

[PATCH] task_struct: Only use anon struct under randstruct plugin
 2018-03-28  9:51 UTC  (4+ messages)

[PATCH v3 0/5] optimize memblock_next_valid_pfn and early_pfn_valid
 2018-03-28  9:49 UTC  (8+ messages)
` [PATCH v3 1/5] mm: page_alloc: remain memblock_next_valid_pfn() when CONFIG_HAVE_ARCH_PFN_VALID is enable
` [PATCH v3 2/5] mm: page_alloc: reduce unnecessary binary search in memblock_next_valid_pfn()
` [PATCH v3 4/5] arm64: introduce pfn_valid_region()

[PATCH v2 for-4.17 3/3] locking: Clean-up comment and #ifndef for {,queued_}spin_is_locked()
 2018-03-28  9:48 UTC 

[PATCH v2 for-4.17 2/3] powerpc: Remove smp_mb() from arch_spin_is_locked()
 2018-03-28  9:47 UTC 

[PATCH v2 for-4.17 1/3] arm64: Remove smp_mb() from arch_spin_is_locked()
 2018-03-28  9:46 UTC 

[PATCH v2 for-4.17 0/3] Changes and clean-ups for spin_is_locked()
 2018-03-28  9:45 UTC 

[PATCH v3] scsi: ufs: add trace event for ufs upiu
 2018-03-28  9:42 UTC 

[PATCHv5 5/5] ARM: dts: omap4-droid4: add soundcard
 2018-03-28  9:36 UTC  (9+ messages)
` [PATCHv5,5/5] "
        ` omap4-droid4: voice call support was "

[PATCH] cpufreq: cppc_cpufreq: Initialize shared cpu's perf capabilities
 2018-03-28  9:31 UTC 

[PATCH 1/1] xen-netback: process malformed sk_buff correctly to avoid BUG_ON()
 2018-03-28  9:21 UTC  (2+ messages)

linux-next: Tree for Mar 28
 2018-03-28  9:15 UTC 

[v2] ANDROID: binder: prevent transactions into own process
 2018-03-28  9:12 UTC 

[PATCH] sched: support dynamiQ cluster
 2018-03-28  9:12 UTC  (2+ messages)

[PATCH] cpufreq/schedutil: Cleanup and document iowait boost
 2018-03-28  9:07 UTC 

[PATCH v9 0/9] Add support for Cirrus Logic CS47L35/L85/L90/L91 codecs
 2018-03-28  9:00 UTC  (3+ messages)
` [PATCH v9 3/9] mfd: madera: Add common support for Cirrus Logic Madera codecs

[PATCH 0/2] kvm: add selftests for API testing
 2018-03-28  8:59 UTC  (3+ messages)
` [PATCH 1/2] kvm: selftests: add API testing infrastructure
` [PATCH 2/2] kvm: selftests: add sync_regs_test

[PATCH 0/7] net: thunderx: implement DMAC filtering support
 2018-03-28  8:47 UTC  (3+ messages)

[PATCH] x86/boot: Fix SEV boot failure from change to __PHYSICAL_MASK_SHIFT
 2018-03-28  8:46 UTC  (2+ messages)
` [tip:x86/mm] "

[PATCH V4 Resend] ZBOOT: fix stack protector in compressed boot phase
 2018-03-28  8:48 UTC 

[PATCH] x86/platform/uv/BAU: add APIC idt entry
 2018-03-28  8:45 UTC  (2+ messages)
` [tip:x86/urgent] x86/platform/uv/BAU: Add "

[PATCH] scsi: Introduce sdev_printk_ratelimited to throttle frequent printk
 2018-03-28  8:43 UTC 

[PATCH V4] ZBOOT: fix stack protector in compressed boot phase
 2018-03-28  8:41 UTC  (2+ messages)

[PATCH] devicetree: Remove dangling symlinks
 2018-03-28  8:32 UTC 

[PATCH 0/4] lightnvm: base 2.0 implementation
 2018-03-28  8:28 UTC  (4+ messages)
` [PATCH 4/4] nvme: lightnvm: add late setup of block size and metadata

[PATCH 4.9 00/67] 4.9.91-stable review
 2018-03-28  8:21 UTC  (3+ messages)

[PATCH v3 00/11] Add the I3C subsystem
 2018-03-28  8:19 UTC  (4+ messages)
` [PATCH v3 05/11] dt-bindings: i3c: Document core bindings

arm/arm64: smp_spin_table.c for arm32?
 2018-03-28  8:12 UTC 

NFS mounts failing when keytab present on client
 2018-03-28  8:00 UTC  (3+ messages)

[PATCH] nvme: unexport nvme_start_keep_alive
 2018-03-28  8:07 UTC  (2+ messages)

[PATCH] nvme-multipath: implement active-active round-robin path selector
 2018-03-28  8:06 UTC  (2+ messages)

[PATCH 00/19] C-SKY(csky) Linux Kernel Port
 2018-03-28  8:04 UTC  (12+ messages)
` [PATCH 15/19] csky: Build infrastructure

[PATCH] nvme: don't send keep-alives to the discovery controller
 2018-03-28  8:04 UTC  (2+ messages)

[PATCH v3 0/2] of_net: Implement of_get_nvmem_mac_address helper
 2018-03-28  8:00 UTC  (3+ messages)
` [PATCH v3 2/2] net: macb: Try to retrieve MAC addess from nvmem provider

[PATCH] mm/list_lru: replace spinlock with RCU in __list_lru_count_one
 2018-03-28  7:59 UTC  (2+ messages)

[PATCH v2 0/8] arm: Base support for Renesas RZN1D-DB Board
 2018-03-28  8:00 UTC  (5+ messages)
` [PATCH v2 3/8] DT: arm: renesas,r9a06g032: add the RZ/N1 bindings

[PATCH 0/4] vfio: ccw: error handling fixes and improvements
 2018-03-28  7:58 UTC  (5+ messages)
` [PATCH 2/4] vfio: ccw: refactor and improve pfn_array_alloc_pin()

dma-mapping: clearing GFP_ZERO flag caused crashes of Ethernet on arc/hsdk board
 2018-03-28  7:53 UTC  (4+ messages)

io_pgetevents & aio fsync V2
 2018-03-28  7:26 UTC  (3+ messages)
` [PATCH 2/6] aio: remove an outdated comment in aio_complete
` [PATCH 5/6] aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC

linux-next: build failure after merge of the userns tree
 2018-03-28  7:41 UTC 

aio poll and a new in-kernel poll API V7
 2018-03-28  7:29 UTC  (4+ messages)
` [PATCH 05/30] fs: introduce new ->get_poll_head and ->poll_mask methods
` [PATCH 07/30] aio: add delayed cancel support
` [PATCH 09/30] net: refactor socket_poll

[PATCH] drm: Use srcu to protect drm_device.unplugged
 2018-03-28  7:38 UTC 

[PATCH] Input: ALPS - fix DualPoint flag for 74 03 28 devices
 2018-03-28  7:38 UTC  (8+ 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).