linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-22 17:54:11 to 2019-06-23 13:28:32 UTC [more...]

[patch 00/29] x86/hpet: Cleanup the channel management
 2019-06-23 13:24 UTC  (15+ messages)
` [patch 05/29] x86/hpet: Remove unused parameter from hpet_next_event()
` [patch 10/29] x86/hpet: Shuffle code around for readability sake
` [patch 14/29] x86/hpet: Remove not required includes
` [patch 15/29] x86/hpet: Make naming consistent
` [patch 16/29] x86/hpet: Clean up comments
` [patch 18/29] x86/hpet: Introduce struct hpet_base and struct hpet_channel
` [patch 19/29] x86/hpet: Use cached channel data
` [patch 20/29] x86/hpet: Add mode information to struct hpet_channel
` [patch 22/29] x86/hpet: Rename variables to prepare for switching to channels
` [patch 23/29] x86/hpet: Move clockevents into channels
` [patch 24/29] x86/hpet: Use cached info instead of extra flags
` [patch 26/29] x86/hpet: Consolidate clockevent functions
` [patch 28/29] x86/hpet: Use common init for legacy clockevent
` [patch 29/29] x86/hpet: Use channel for legacy clockevent storage

[PATCH] x86/vdso: Give the [ph]vclock_page declarations real types
 2019-06-23 13:10 UTC  (3+ messages)

PROBLEM: Marvell 88E8040 (sky2) fails after hibernation
 2019-06-23 12:54 UTC  (5+ messages)

WARNING in kernfs_remove_by_name_ns
 2019-06-23 12:51 UTC 

kernel BUG at arch/x86/mm/physaddr.c:LINE! (3)
 2019-06-23 12:51 UTC 

[PATCH 0/9] x86: Concurrent TLB flushes and other improvements
 2019-06-23 12:37 UTC  (2+ messages)

[PATCH RESEND V2 1/3] clocksource/drivers/sysctr: Add optional clock-frequency property
 2019-06-23 12:38 UTC  (3+ messages)
` [PATCH RESEND V2 2/3] clocksource: imx-sysctr: Make timer work with clock driver using platform driver model
` [PATCH RESEND V2 3/3] arm64: dts: imx8mq: Add system counter node

WARNING: bad unlock balance in rcu_lock_release
 2019-06-23 12:37 UTC 

[PATCH 1/9] smp: Remove smp_call_function() and on_each_cpu() return values
 2019-06-23 12:32 UTC  (2+ messages)
` [tip:smp/hotplug] "

[PATCH 7/9] smp: Do not mark call_function_data as shared
 2019-06-23 12:31 UTC  (2+ messages)
` [tip:smp/hotplug] "

[PATCH] iio: srf04: fix wrong limitation in distance measuring
 2019-06-23 12:29 UTC 

[PATCH V2 1/3] clocksource/drivers/sysctr: Add optional clock-frequency property
 2019-06-23 12:24 UTC  (5+ messages)
` [PATCH V2 2/3] clocksource: imx-sysctr: Add of_clk skip option
` [PATCH V2 3/3] arm64: dts: imx8mq: Add system counter node

[PATCH 9/9] x86/apic: Use non-atomic operations when possible
 2019-06-23 12:16 UTC  (2+ messages)
` [tip:x86/apic] "

[PATCH v3 0/4] Panel rotation patches
 2019-06-23 12:11 UTC  (3+ messages)
` [PATCH v3 3/4] drm/connector: Split out orientation quirk detection
  ` [Intel-gfx] "

[PATCH 1/3] clocksource/drivers/sysctr: Add an optional property
 2019-06-23 12:05 UTC  (10+ messages)
` [PATCH 3/3] arm64: dts: imx8mq: Add system counter node

[PATCH] ftrace: add simple oneshot function tracer
 2019-06-23 12:05 UTC  (4+ messages)
`  "

[PATCH] x86: tls: fix possible spectre-v1 in do_get_thread_area()
 2019-06-23 11:55 UTC  (2+ messages)

[PATCH] x86: fix possible spectre-v1 in ptrace_get_debugreg()
 2019-06-23 11:52 UTC  (2+ messages)

[PATCH] x86: fix possible spectre-v1 in do_get_thread_area()
 2019-06-23 11:47 UTC  (2+ messages)

[RFC 0/2] Add workaround for core wake-up on IPI for i.MX8MQ
 2019-06-23 11:47 UTC  (2+ messages)

[PATCH] samples: make pidfd-metadata fail gracefully on older kernels
 2019-06-23 11:32 UTC  (8+ messages)
        ` [PATCH 1/2] CLONE_PIDFD: do not use the value pointed by parent_tidptr
          ` [PATCH 2/2] samples: make pidfd-metadata fail gracefully on older kernels

[PATCH] x86/mm: Handle physical-virtual alignment mismatch in phys_p4d_init()
 2019-06-23 11:27 UTC  (4+ messages)

[PATCH 1/4] arm64: Enable TIMER_IMX_SYS_CTR for ARCH_MXC platforms
 2019-06-23 11:20 UTC  (4+ messages)
` [PATCH 4/4] arm64: dts: imx8mm: Add system counter node

[PATCH v2] seqlock: mark raw_read_seqcount and read_seqcount_retry as __always_inline
 2019-06-23 11:16 UTC  (2+ messages)

[PATCH V34 00/29] Lockdown as an LSM
 2019-06-23 11:08 UTC  (51+ messages)
` [PATCH V34 01/29] security: Support early LSMs
` [PATCH V34 02/29] security: Add a "locked down" LSM hook
` [PATCH V34 03/29] security: Add a static lockdown policy LSM
` [PATCH V34 04/29] Enforce module signatures if the kernel is locked down
` [PATCH V34 05/29] Restrict /dev/{mem,kmem,port} when "
` [PATCH V34 06/29] kexec_load: Disable at runtime if "
` [PATCH V34 07/29] Copy secure_boot flag in boot params across kexec reboot
` [PATCH V34 09/29] kexec_file: Restrict at runtime if the kernel is locked down
` [PATCH V34 10/29] hibernate: Disable when "
` [PATCH V34 11/29] PCI: Lock down BAR access "
` [PATCH V34 12/29] x86: Lock down IO port "
` [PATCH V34 14/29] ACPI: Limit access to custom_method "
` [PATCH V34 15/29] acpi: Ignore acpi_rsdp kernel param when the kernel has been "
` [PATCH V34 16/29] acpi: Disable ACPI table override if the kernel is "
` [PATCH V34 17/29] Prohibit PCMCIA CIS storage when "
` [PATCH V34 18/29] Lock down TIOCSSERIAL
` [PATCH V34 19/29] Lock down module params that specify hardware parameters (eg. ioport)
` [PATCH V34 20/29] x86/mmiotrace: Lock down the testmmiotrace module
` [PATCH V34 21/29] Lock down /proc/kcore
` [PATCH V34 22/29] Lock down tracing and perf kprobes when in confidentiality mode
` [PATCH V34 23/29] bpf: Restrict bpf when kernel lockdown is "
` [PATCH V34 24/29] Lock down perf when "
` [PATCH V34 28/29] efi: Restrict efivar_ssdt_load when the kernel is locked down
` [PATCH V34 29/29] lockdown: Print current->comm in restriction messages

[PATCH v3 0/2] x86/vdso: CLOCK_MONOTONIC_RAW implementation
 2019-06-23 10:18 UTC  (3+ messages)
` [PATCH v3 1/2] x86/vdso: Move mult and shift into struct vgtod_ts

[PATCH RESEND] ARM: dts: qcom: msm8974-hammerhead: add device tree bindings for vibrator
 2019-06-23 10:53 UTC  (6+ messages)

Kernel touch Kconfig consult
 2019-06-23 10:43 UTC  (2+ messages)

KMSAN: uninit-value in gre_parse_header
 2019-06-23 10:37 UTC 

[PATCH] powerpc: enable a 30-bit ZONE_DMA for 32-bit pmac
 2019-06-23 10:34 UTC  (2+ messages)

[PATCH 1/6] docs: trace: fix a broken label
 2019-06-23 10:32 UTC  (5+ messages)
` [PATCH 4/6] time: hrtimer: use a bullet for the returns bullet list

[PATCH] timer_list: Fix Wunused-const-variable
 2019-06-23 10:22 UTC  (2+ messages)
` [tip:timers/core] timer_list: Guard procfs specific code

[PATCH v4 0/5] net: macb: cover letter
 2019-06-23 10:12 UTC  (9+ messages)
` [PATCH v4 1/5] net: macb: add phylink support
` [PATCH v4 2/5] net: macb: add support for sgmii MAC-PHY interface
` [PATCH v4 3/5] net: macb: add support for c45 PHY
` [PATCH v4 4/5] net: macb: add support for high speed interface
` [PATCH v4 5/5] net: macb: parameter added to cadence ethernet controller DT binding

WARNING in debug_check_no_obj_freed
 2019-06-23  9:47 UTC  (2+ messages)

[PATCH 3/3] tools: memory-model: Improve data-race detection
 2019-06-23  9:37 UTC  (4+ messages)

[PATCH 1/2] coccinelle: api/stream_open: treat all wait_.*() calls as blocking
 2019-06-23  8:18 UTC  (7+ messages)
` [PATCH 2/2] *: convert stream-like files -> stream_open, even if they use noop_llseek

[PATCH 1/2] Input: edt-ft5x06 - use get_unaligned_be16()
 2019-06-23  8:00 UTC  (4+ messages)
` [PATCH 2/2] Input: edt-ft5x06 - simplify event reporting code

[PATCH V7 1/3] PCI: dwc: Add API support to de-initialize host
 2019-06-23  7:47 UTC  (3+ messages)
` [PATCH V7 2/3] PCI: dwc: Cleanup DBI,ATU read and write APIs

[PATCH V1] scsi: ufs-bsg: complete ufs-bsg job only if no error
 2019-06-23  7:45 UTC  (2+ messages)

[PATCH] fuse: require /dev/fuse reads to have enough buffer capacity (take 2)
 2019-06-23  7:26 UTC  (2+ messages)
` [PATCH, RESEND] "

[PATCH v4 0/2] Enable wm8524 codec on i.MX8MM EVK
 2019-06-23  7:36 UTC  (3+ messages)
` [PATCH v4 2/2] arm64: dts: imx8mm-evk: Enable audio codec wm8524

[PATCH v1] Input: rotary-encoder - Add gpio as push button
 2019-06-23  7:05 UTC  (3+ messages)

[PATCH v2] DT node for SiFive FU540 Ethernet Controller driver
 2019-06-23  7:04 UTC  (8+ messages)
` [PATCH v2] riscv: dts: Add DT node for SiFive FU540 Ethernet controller driver

[PATCH] Input: gpio_keys_polled - use struct_size() in devm_kzalloc()
 2019-06-23  6:33 UTC  (2+ messages)

[PATCH v8 0/5] Basic DT support for Lenovo Miix 630
 2019-06-23  6:20 UTC  (3+ messages)
` [PATCH v8 1/5] Input: elan_i2c: Export the device id whitelist

[PATCH -next] drm/amdgpu: remove set but not used variables 'ret'
 2019-06-23  6:10 UTC  (6+ messages)
  ` [PATCH -next v2] drm/amdgpu: return 'ret' in amdgpu_pmu_init

[PATCH v1 0/3] Add required-opps support to devfreq passive gov
 2019-06-23  6:07 UTC  (9+ messages)
` [PATCH v1 2/3] OPP: Add function to look up required OPP's for a given OPP
` [PATCH v1 3/3] PM / devfreq: Add required OPPs support to passive governor

[Patch 1/1] Input: edt-ft5x06 - disable irq handling during suspend
 2019-06-23  5:59 UTC  (3+ messages)

[PATCH v6 0/6] THP aware uprobe
 2019-06-23  5:48 UTC  (7+ messages)
` [PATCH v6 1/6] mm: move memcmp_pages() and pages_identical()
` [PATCH v6 2/6] uprobe: use original page when all uprobes are removed
` [PATCH v6 3/6] mm, thp: introduce FOLL_SPLIT_PMD
` [PATCH v6 4/6] uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT
` [PATCH v6 5/6] khugepaged: enable collapse pmd for pte-mapped THP
` [PATCH v6 6/6] uprobe: collapse THP pmd after removing all uprobes

[PATCH v7 0/6] Enable THP for text section of non-shmem files
 2019-06-23  5:47 UTC  (7+ messages)
` [PATCH v7 1/6] filemap: check compound_head(page)->mapping in filemap_fault()
` [PATCH v7 2/6] filemap: update offset check "
` [PATCH v7 3/6] mm,thp: stats for file backed THP
` [PATCH v7 4/6] khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()
` [PATCH v7 5/6] mm,thp: add read-only THP support for (non-shmem) FS
` [PATCH v7 6/6] mm,thp: avoid writes to file with THP in pagecache

[PATCHv4 00/28] kernel: Introduce Time Namespace
 2019-06-23  5:26 UTC  (4+ messages)
` [PATCHv4 26/28] x86/vdso: Align VDSO functions by CPU L1 cache line

[PATCH][next] lkdtm: remove redundant initialization of ret
 2019-06-23  5:00 UTC  (5+ messages)

[PATCH v5.2-rc5] Bluetooth: Fix regression with minimum encryption key size alignment
 2019-06-23  4:52 UTC  (4+ messages)

[PATCH v3 0/9] Support for Allwinner V3/S3L and Sochip S3
 2019-06-23  4:38 UTC  (10+ messages)
` [PATCH v3 1/9] pinctrl: sunxi: v3s: introduce support for V3
` [PATCH v3 2/9] clk: sunxi-ng: v3s: add the missing PLL_DDR1
` [PATCH v3 3/9] dt-bindings: clk: sunxi-ccu: add compatible string for V3 CCU
` [PATCH v3 4/9] clk: sunxi-ng: v3s: add Allwinner V3 support
` [PATCH v3 5/9] dt-bindings: vendor-prefixes: add SoChip
` [PATCH v3 6/9] ARM: sunxi: dts: s3/s3l/v3: add DTSI files for S3/S3L/V3 SoCs
` [PATCH v3 7/9] dt-bindings: vendor-prefixes: add Sipeed
` [PATCH v3 8/9] dt-bindings: arm: sunxi: add binding for Lichee Zero Plus core board
` [PATCH v3 9/9] ARM: dts: sun8i: s3: add devicetree for Lichee zero plus w/ S3

[PATCH v2 7/7] arm64: defconfig: Enable Panfrost driver
 2019-06-23  4:30 UTC  (3+ messages)
` [PATCH v3] arm64: defconfig: Enable Panfrost and Lima drivers

[PATCH] drm/fourcc: Add Arm 16x16 block modifier
 2019-06-23  3:18 UTC  (3+ messages)

[PATCH v3] e1000e: Make watchdog use delayed work
 2019-06-23  3:14 UTC 

When SME is enabled on Dell PowerEdge R7425(AMD) machine, the first kernel can not successfully boot because of the megaraid_sas failure
 2019-06-23  3:05 UTC  (8+ messages)

[PATCH v2 1/4] drm/lima: Mark 64-bit number as ULL to silence Smatch warning
 2019-06-23  2:42 UTC  (2+ messages)

[PATCH] bcache: make stripe_size configurable and persistent for hardware raid5/6
 2019-06-23  0:41 UTC  (2+ messages)

[PATCH] watchdog: convert remaining drivers to use SPDX license identifier
 2019-06-22 23:58 UTC  (2+ messages)

Linux 5.2-rc6
 2019-06-22 23:43 UTC 

[PATCH net-next] hinic: implement the statistical interface of ethtool
 2019-06-22 23:42 UTC  (2+ messages)

[PATCH 0/6] qcom: add OCMEM support
 2019-06-22 23:28 UTC  (6+ messages)
` [PATCH 2/6] dt-bindings: display: msm: gmu: add optional ocmem property

[PATCH] flow_dissector: Fix vlan header offset in __skb_flow_dissect
 2019-06-22 23:19 UTC  (2+ messages)

[net v1] net: stmmac: fixed new system time seconds value calculation
 2019-06-22 23:18 UTC  (2+ messages)

[net v1] net: stmmac: set IC bit when transmitting frames with HW timestamp
 2019-06-22 23:18 UTC  (2+ messages)

[git pull] IOMMU Fixes for Linux v5.2-rc5
 2019-06-22 23:05 UTC  (2+ messages)

[PATCH v2] kexec: fix warnig of crash_zero_bytes in crash.c
 2019-06-22 22:24 UTC 

[PATCH v3 1/2] media: vimc: stream: add missing function documentation
 2019-06-22 21:58 UTC  (4+ messages)

[PATCH net-next 0/6] Microsemi Felix switch support
 2019-06-22 20:57 UTC  (3+ messages)
` [PATCH net-next 6/6] net/mssc/ocelot: Add basic Felix switch driver

[PATCH BUGFIX V2] block, bfq: fix operator in BFQQ_TOTALLY_SEEKY
 2019-06-22 20:44 UTC 

[PATCH BUGFIX 0/1] block, bfq: fix mistake causing violation of service guarantees
 2019-06-22 20:42 UTC  (3+ messages)
` [PATCH BUGFIX 1/1] block, bfq: fix operator in BFQQ_TOTALLY_SEEKY

[PATCH] structleak: disable BYREF_ALL in combination with KASAN_STACK
 2019-06-22 20:26 UTC  (7+ messages)

[PATCH 08/16] nfsd: escape high characters in binary data
 2019-06-22 20:22 UTC  (4+ messages)

[PATCH v2] lkdtm: Check for SMEP clearing protections
 2019-06-22 20:18 UTC 

[PATCH] Revert "iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_lock"
 2019-06-22 19:47 UTC  (2+ messages)

BUG: unable to handle kernel paging request in cpuacct_account_field
 2019-06-22 19:31 UTC  (2+ messages)

[PATCH 2/2] posix-timers: Use spin_lock_irq() in itimer_delete()
 2019-06-22 19:31 UTC  (2+ messages)
` [tip:timers/core] "

[PATCH 1/2] posix-timers: Remove "it_signal = NULL" assignment in itimer_delete()
 2019-06-22 19:30 UTC  (2+ messages)
` [tip:timers/core] "

[PATCH v5 3/3] timekeeping: add missing _ns functions for coarse accessors
 2019-06-22 19:29 UTC  (2+ messages)
` [tip:timers/core] timekeeping: Add "

[PATCH v5 2/3] timekeeping: use proper clock specifier names in functions
 2019-06-22 19:29 UTC  (2+ messages)
` [tip:timers/core] timekeeping: Use "

[PATCH v5 1/3] timekeeping: use proper ktime_add when adding nsecs in coarse offset
 2019-06-22 19:28 UTC  (2+ messages)
` [tip:timers/core] timekeeping: Use "

[PATCH RT 0/4] Address rcutorture issues
 2019-06-22 19:13 UTC  (8+ messages)
` [RFC PATCH RT 3/4] rcu: unlock special: Treat irq and preempt disabled the same

[PATCH v5 00/25] userfaultfd: write protection support
 2019-06-22 18:02 UTC  (3+ messages)
` [PATCH v5 02/25] mm: userfault: return VM_FAULT_RETRY on signals

d_lookup: Unable to handle kernel paging request
 2019-06-22 18:02 UTC  (11+ messages)

[PATCH v2 1/3] x86/cpu: Create Zhaoxin processors architecture support file
 2019-06-22 18:01 UTC  (3+ messages)
` [tip:x86/cpu] "

[PATCH V10 00/15] Add Tegra194 PCIe support
 2019-06-22 17:56 UTC  (5+ messages)
` [PATCH V10 13/15] phy: tegra: Add PCIe PIPE2UPHY support

[PATCH] ARM: dts: rockchip: add ethernet phy node for tinker board
 2019-06-22 17:55 UTC  (4+ messages)

Q: incorrect llist_empty() call in flush_smp_call_function_queue ?
 2019-06-22 17:54 UTC 

[PATCH V7 00/11] misc: xilinx sd-fec drive
 2019-06-22 17:54 UTC  (5+ 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).