linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-11 09:53:36 to 2018-04-11 14:37:07 UTC [more...]

[PATCH] cdc_ether: flag the Cinterion AHS8 modem by gemalto as WWAN
 2018-04-11 14:37 UTC  (3+ messages)

[PATCH] sched/fair: schedutil: update only with all info available
 2018-04-11 14:33 UTC  (7+ messages)

[PATCH V2] drm/amdgpu: limit DMA size to PAGE_SIZE for scatter-gather buffers
 2018-04-11 14:33 UTC  (3+ messages)

[PATCH] lan78xx: Avoid spurious kevent 4 "error"
 2018-04-11 14:33 UTC  (2+ messages)

WARNING in kmem_cache_free
 2018-04-11 14:31 UTC  (8+ messages)
` [PATCH] crypto: DRBG - guard uninstantion by lock
          ` [PATCH] crypto: drbg - set freed buffers to NULL

[PATCH] lan78xx: Correctly indicate invalid OTP
 2018-04-11 14:31 UTC  (4+ messages)

[PATCH 1/2] staging: irda: Replace mdelay with usleep_range in stir421x_fw_upload
 2018-04-11 14:30 UTC  (5+ messages)

[PATCH] net/tls: Remove VLA usage
 2018-04-11 14:31 UTC  (2+ messages)

[PATCH v2] blk-cgroup: remove entries in blkg_tree before queue release
 2018-04-11 14:28 UTC  (5+ messages)

[PATCH] uprobe: add support for overlayfs
 2018-04-11 14:27 UTC  (3+ messages)

AMD graphics performance regression in 4.15 and later
 2018-04-11 14:26 UTC  (11+ messages)

[PATCH 0/5] Add support in dwmac-sun8i for accessing EMAC clock
 2018-04-11 14:16 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: allow dwmac-sun8i to use other devices' exported regmap
` [PATCH 2/5] net: stmmac: dwmac-sun8i: Use regmap_field for syscon register access
` [PATCH 3/5] net: stmmac: dwmac-sun8i: Allow getting syscon regmap from device
` [PATCH 4/5] drivers: soc: sunxi: export a regmap for EMAC clock reg on A64
` [PATCH 5/5] arm64: allwinner: a64: add SRAM controller device tree node

[PATCH v5 0/3] locking/rwsem: Add DEBUG_RWSEMS & restructure lock debugging menu
 2018-04-11 14:21 UTC  (3+ messages)
` [PATCH v5 1/3] locking/rwsem: Add DEBUG_RWSEMS to look for lock/unlock mismatches

[PATCH] fpga: use SPDX
 2018-04-11 14:21 UTC 

[PATCH] PCI: quirk HT1100 & HT2000 and one HT2100 Root Ports for Extended Tags
 2018-04-11 14:19 UTC  (9+ messages)

[PATCH][next] afs: fix integer overflow when shifting 1 more than 32 places
 2018-04-11 14:17 UTC  (5+ messages)

[PATCH v10 05/10] livepatch: Support separate list for replaced patches
 2018-04-11 14:17 UTC  (13+ messages)

[PATCH v3 0/2] iio: add unit converter
 2018-04-11 14:15 UTC  (4+ messages)
  ` [PATCH 1/2] dt-bindings: iio: afe: add binding for adi,lt6106
  ` [PATCH 2/2] iio: afe: unit-converter: add support "

[PATCH v5 1/1] security: Add mechanism to safely (un)load LSMs after boot time
 2018-04-11 14:17 UTC  (5+ messages)

[PATCH 1/2] input: touchscreen mc13xxx: Make platform data optional
 2018-04-11 14:13 UTC  (2+ messages)
` [PATCH 2/2] input: touchscreen mc13xxx: Add mc34708 support

[PATCH] mfd: mc13xxx: Add mc34708 adc support
 2018-04-11 14:09 UTC 

[PATCH] Revert mm/vmstat.c: fix vmstat_update() preemption BUG
 2018-04-11 14:09 UTC  (3+ messages)

[PATCH v2] resource: Fix integer overflow at reallocation
 2018-04-11 14:08 UTC  (7+ messages)

WARNING: possible recursive locking detected
 2018-04-11 14:05 UTC  (2+ messages)

[PATCH] clk: imx: Set CLK_SET_RATE_GATE for gate and divider clocks
 2018-04-11 14:03 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] X86/KVM: Do not allow DISABLE_EXITS_MWAIT when LAPIC ARAT is not available
 2018-04-11 14:02 UTC  (2+ messages)

BUG: unable to handle kernel paging request in vmx_vcpu_run
 2018-04-11 14:02 UTC 

[PATCH] make net_gso_ok return false when gso_type is zero(invalid)
 2018-04-11 13:59 UTC  (6+ messages)

[PATCH 0/3] indirectly reclaimable memory
 2018-04-11 13:56 UTC  (4+ messages)
` [PATCH 1/3] mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTES

[PATCH] gpio: zynq: Setup chip->base based on alias ID
 2018-04-11 13:55 UTC 

[RFC tip/locking/lockdep v6 00/20] lockdep: Support deadlock detection for recursive read locks
 2018-04-11 13:57 UTC  (21+ messages)
` [RFC tip/locking/lockdep v6 01/20] lockdep/Documention: Recursive read lock detection reasoning
` [RFC tip/locking/lockdep v6 02/20] lockdep: Demagic the return value of BFS
` [RFC tip/locking/lockdep v6 03/20] lockdep: Make __bfs() visit every dependency until a match
` [RFC tip/locking/lockdep v6 04/20] lockdep: Redefine LOCK_*_STATE* bits
` [RFC tip/locking/lockdep v6 05/20] lockdep: Reduce the size of lock_list::distance
` [RFC tip/locking/lockdep v6 06/20] lockdep: Introduce lock_list::dep
` [RFC tip/locking/lockdep v6 07/20] lockdep: Extend __bfs() to work with multiple types of dependencies
` [RFC tip/locking/lockdep v6 08/20] lockdep: Make __bfs(.match) return bool
` [RFC tip/locking/lockdep v6 09/20] lockdep: Support deadlock detection for recursive read locks in check_noncircular()
` [RFC tip/locking/lockdep v6 10/20] lockdep: Adjust check_redundant() for recursive read change
` [RFC tip/locking/lockdep v6 11/20] lockdep: Fix recursive read lock related safe->unsafe detection
` [RFC tip/locking/lockdep v6 12/20] lockdep: Add recursive read locks into dependency graph
` [RFC tip/locking/lockdep v6 13/20] lockdep/selftest: Add a R-L/L-W test case specific to chain cache behavior
` [RFC tip/locking/lockdep v6 14/20] lockdep: Take read/write status in consideration when generate chainkey
` [RFC tip/locking/lockdep v6 15/20] lockdep/selftest: Unleash irq_read_recursion2 and add more
` [RFC tip/locking/lockdep v6 16/20] lockdep/selftest: Add more recursive read related test cases
` [RFC tip/locking/lockdep v6 17/20] Revert "locking/lockdep/selftests: Fix mixed read-write ABBA tests"
` [RFC tip/locking/lockdep v6 18/20] MAINTAINERS: Add myself as a LOCKING PRIMITIVES reviewer
` [RFC tip/locking/lockdep v6 19/20] rcu: Equip sleepable RCU with lockdep dependency graph checks
` [RFC tip/locking/lockdep v6 20/20] lockdep/selftest: Add a test case for SRCU

[PATCH] vhost: Fix vhost_copy_to_user()
 2018-04-11 13:51 UTC  (4+ messages)

[PATCH v2 0/2] Fix __GFP_ZERO vs constructor
 2018-04-11 13:44 UTC  (3+ messages)
` [PATCH v2 2/2] slab: __GFP_ZERO is incompatible with a constructor

[RFC] mm, slab: reschedule cache_reap() on the same CPU
 2018-04-11 13:41 UTC  (4+ messages)
` [PATCH] "

[PATCH v3 0/6] Add different features for I2C
 2018-04-11 13:24 UTC  (7+ messages)
` [PATCH v3 1/6] i2c: i2c-stm32f7: Add 10-bit address support
` [PATCH v3 2/6] i2c: i2c-stm32f7: Add slave support
` [PATCH v3 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support
` [PATCH v3 4/6] i2c: i2c-stm32: Add generic DMA API
` [PATCH v3 5/6] i2c: i2c-stm32f7: Add DMA support
` [PATCH v3 6/6] i2c: i2c-stm32f7: Implement I2C release mechanism

[PATCH 4.14 000/138] 4.14.34-stable review
 2018-04-11 13:25 UTC  (6+ messages)
` [PATCH 4.14 134/138] vhost: validate log when IOTLB is enabled

[PATCH v3 0/2] vhost: fix vhost_vq_access_ok() log check
 2018-04-11 13:24 UTC  (6+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] vhost: return bool from *_access_ok() functions

[PATCH] block: ratelimite pr_err on IO path
 2018-04-11 13:21 UTC 

[GIT PULL] ktest: Updates for 4.17
 2018-04-11 13:18 UTC 

[PATCH] arm64: zynqmp: Remove ep108 board
 2018-04-11 13:17 UTC 

[PATCH] arm64: zynqmp: Use serdev for zcu100 BT
 2018-04-11 13:16 UTC 

[GIT PULL] More power management updates for v4.17-rc1
 2018-04-11 13:15 UTC 

[for-next][PATCH] ktest: Take submenu into account for grub2 menus
 2018-04-11 13:12 UTC 

[PATCH][next] iwlwifi: mvm: remove division by size of sizeof(struct ieee80211_wmm_rule)
 2018-04-11 13:05 UTC 

[RESEND PATCH 1/1] drm/i915/glk: Add MODULE_FIRMWARE for Geminilake
 2018-04-11 13:04 UTC  (5+ messages)

[PATCH v3] net: tipc: Replace GFP_ATOMIC with GFP_KERNEL in tipc_mon_create
 2018-04-11 13:01 UTC  (3+ messages)

[PATCH 0/3] Refactor TPM event log code
 2018-04-11 12:55 UTC  (4+ messages)
` [PATCH 1/3] tpm: Move eventlog files to a subdirectory
` [PATCH 2/3] tpm: Move shared eventlog functions to common.c
` [PATCH 3/3] tpm: Move eventlog declarations to its own header

[PATCH ghak80 V1] audit: add syscall information to FEATURE_CHANGE records
 2018-04-11 12:46 UTC 

[PATCH 2/2] rtmutex: Reduce top-waiter blocking on a lock
 2018-04-11 12:51 UTC  (2+ messages)

[PATCH 1/2] iio: potentiometer: mcp4018: switch to using .probe_new
 2018-04-11 12:49 UTC  (2+ messages)
` [PATCH 2/2] iio: potentiometer: mcp4531: "

[PATCH][v3] tools/power turbostat: if --max_loop, print for specific time of loops
 2018-04-11 12:51 UTC  (3+ messages)

[PATCH] mux: adg792a: switch to using .probe_new
 2018-04-11 12:47 UTC 

[PATCH v2 1/2] trace_uprobe: Use %lx to display offset
 2018-04-11 12:43 UTC  (3+ messages)

[PATCH v3 0/5] V3M-Eagle HDMI output enablement
 2018-04-11 12:43 UTC 

[PATCH v4 0/8] drm/sun4i: Allwinner MIPI-DSI support
 2018-04-11 12:43 UTC  (2+ messages)

[PATCH 1/2] ASoC: max9860: switch to using .probe_new
 2018-04-11 12:42 UTC  (2+ messages)
` [PATCH 2/2] ASoC: tfa9879: "

[GIT PULL] MMC fixes for v.4.17-rc1
 2018-04-11 12:22 UTC 

[PATCH 1/5] dmaengine: sprd: Define the DMA transfer step type
 2018-04-11 12:13 UTC  (9+ messages)
` [PATCH 4/5] dmaengine: sprd: Add Spreadtrum DMA configuration
` [PATCH 5/5] dmaengine: sprd: Add 'device_config' and 'device_prep_slave_sg' interfaces

[PATCH] tty: ipwireless: Replace GFP_ATOMIC with GFP_KERNEL in ipwireless_network_create
 2018-04-11 12:11 UTC  (3+ messages)

[PATCH] MAINTAINERS: Update ASPEED entry with details
 2018-04-11 12:05 UTC  (5+ messages)

[PATCH] mmap.2: document new MAP_FIXED_NOREPLACE flag
 2018-04-11 12:04 UTC 

perf: fuzzer leads to trace_kprobe: Could not insert message flood
 2018-04-11 12:04 UTC  (3+ messages)

[PATCH v5] xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCE
 2018-04-11 12:04 UTC 

KASAN: slab-out-of-bounds Write in process_preds
 2018-04-11 12:02 UTC 

KASAN: stack-out-of-bounds Read in __free_filter
 2018-04-11 12:02 UTC 

[PATCH] x86/xen: zero MSR_IA32_SPEC_CTRL before suspend
 2018-04-11 11:58 UTC  (5+ messages)
      ` [Xen-devel] "

[PATCH v2 2/6] iio:dac:ad5686: Add support for various number of channels
 2018-04-11 11:52 UTC  (2+ messages)
` [PATCH v3 3/7] "

[PATCH v2 6/6] iio:dac:ad5686: Add AD5671R/75R/94/94R/95R/96/96R support
 2018-04-11 11:53 UTC  (4+ messages)
` [PATCH v3 2/7] iio:dac:ad5686: Change license description
` [PATCH v3 6/7] iio:dac:ad5686: Refactor the driver
` [PATCH v3 7/7] iio:dac:ad5686: Add AD5671R/75R/94/94R/95R/96/96R support

[PATCH v2 4/6] iio:dac:ad5686: Add AD5672R/76/76R/84R/86R support
 2018-04-11 11:53 UTC  (2+ messages)
` [PATCH v3 5/7] "

[PATCH v2 3/6] iio:dac:ad5686: Add support for AD5685R
 2018-04-11 11:52 UTC  (2+ messages)
` [PATCH v3 4/7] "

[PATCH v3 00/10] PECI device driver introduction
 2018-04-11 11:52 UTC  (9+ messages)
` [PATCH v3 01/10] Documentations: dt-bindings: Add documents of generic PECI bus, adapter and client drivers
` [PATCH v3 04/10] Documentations: dt-bindings: Add a document of PECI adapter driver for Aspeed AST24xx/25xx SoCs
` [PATCH v3 05/10] ARM: dts: aspeed: peci: Add PECI node
` [PATCH v3 06/10] drivers/peci: Add a PECI adapter driver for Aspeed AST24xx/AST25xx

[PATCH v2 1/6] iio:dac:ad5686: Style fixes no functional changes
 2018-04-11 11:51 UTC  (2+ messages)
` [PATCH v3 1/7] "

[PATCH] ARM: dts: am33xx: Add pinmux data for mmc1 in am335x-evm, evmsk and beaglebone
 2018-04-11 11:48 UTC 

[PATCH 0/4] eeprom: at24: last bits of the big refactoring
 2018-04-11 11:44 UTC  (8+ messages)
` [PATCH 1/4] eeprom: at24: don't assign the i2c ID table to at24_driver
` [PATCH 4/4] eeprom: at24: provide a separate routine for creating dummy i2c clients

call/normal switch was Re: omap4-droid4: voice call support was
 2018-04-11 11:43 UTC  (11+ messages)
      ` simultaneous voice/data works (was Re: call/normal switch was Re: omap4-droid4: voice call support was)

[PATCH] KVM: X86: fix incorrect reference of trace_kvm_pi_irte_update
 2018-04-11 11:34 UTC  (2+ messages)

[PATCH] memory-model: fix cheat sheet typo
 2018-04-11 11:15 UTC  (6+ messages)

[PATCH v3 0/2] move __HAVE_ARCH_PTE_SPECIAL in Kconfig
 2018-04-11 11:09 UTC  (7+ messages)
` [PATCH v3 2/2] mm: remove odd HAVE_PTE_SPECIAL

[PATCH v2] net: tipc: Replace GFP_ATOMIC with GFP_KERNEL in tipc_mon_create
 2018-04-11 10:18 UTC  (3+ messages)

[RFC/PATCH] Add a socketoption IPV6_MULTICAST_ALL analogue to the IPV4 version
 2018-04-11 11:02 UTC 

[PATCH 1/2] nohz: Align types to bool for tick_nohz_tick_stopped()
 2018-04-11 11:01 UTC  (2+ messages)
` [PATCH 2/2] nohz: Align types to bool for tick_nohz_tick_stopped_cpu()

[PATCH v2] cpufreq/schedutil: Cleanup, document and fix iowait boost
 2018-04-11 10:58 UTC  (6+ messages)

[PATCHv2 0/7] sched/fair: Migrate 'misfit' tasks on asymmetric capacity systems
 2018-04-11 10:53 UTC  (6+ messages)
` [PATCHv2 2/7] sched/fair: Add group_misfit_task load-balance type
` [PATCHv2 3/7] sched/fair: Consider misfit tasks when load-balancing

fd3e45436660 ("ACPI / NUMA: ia64: Parse all entries of SRAT memory affinity table")
 2018-04-11 10:48 UTC 

[PATCH] arm64: avoid race condition issue in dump_backtrace
 2018-04-11 10:46 UTC  (6+ messages)

[PATCH v2 0/4] V3M-Eagle HDMI output enablement
 2018-04-11 10:33 UTC  (7+ messages)
` [PATCH v2 3/4] arm64: dts: renesas: r8a77970: add LVDS support

[PATCH 4.15 000/168] 4.15.17-stable review
 2018-04-11 10:33 UTC  (3+ messages)
` [PATCH 4.15 150/168] net_sched: fix a missing idr_remove() in u32_delete_key()
  ` [PATCH 4.15/4.16 "

[PATCH] irqchip/gic-v3: Support v2m frame backwards compatibility mode
 2018-04-11 10:32 UTC  (6+ messages)

[PATCH] sched/rt.c: pick and check task if double_lock_balance() unlock the rq
 2018-04-11 10:26 UTC  (3+ messages)

[PATCH v4] sparse: add -Wpointer-arith flag to toggle sizeof(void) warnings
 2018-04-11 10:20 UTC  (2+ messages)

[PATCH 00/10] kernel/locking: qspinlock improvements
 2018-04-11 10:20 UTC  (3+ messages)

[PATCH] bug.h: Work around GCC PR82365 in BUG()
 2018-04-11 10:19 UTC  (6+ messages)

[PATCH] gpio: dwapb: Add support for 32 interrupts
 2018-04-11 10:17 UTC  (3+ messages)

[PATCH][v2] tools/power turbostat: if --max_loop, print for specific time of loops
 2018-04-11 10:15 UTC  (3+ messages)

WARNING in kill_block_super
 2018-04-11 10:09 UTC  (4+ messages)
    `  "

INFO: task hung in perf_trace_event_unreg
 2018-04-11 10:06 UTC  (12+ messages)

3 version of MKDEV: kernel, uapi, libc, why?
 2018-04-11 10:04 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).