linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-11 14:51:23 to 2018-04-11 18:33:34 UTC [more...]

[PATCH 4.9 000/310] 4.9.94-stable review
 2018-04-11 18:33 UTC  (16+ messages)
` [PATCH 4.9 009/310] x86/boot: Declare error() as noreturn
` [PATCH 4.9 018/310] net: cdc_ncm: Fix TX zero padding
` [PATCH 4.9 035/310] KVM: PPC: Book3S PR: Check copy_to/from_user return values
` [PATCH 4.9 064/310] ARM: dts: rockchip: fix rk322x i2s1 pinctrl error
` [PATCH 4.9 065/310] usb: chipidea: properly handle host or gadget initialization failure
` [PATCH 4.9 066/310] [media] pxa_camera: fix module remove codepath for v4l2 clock
` [PATCH 4.9 067/310] USB: ene_usb6250: fix first command execution
` [PATCH 4.9 068/310] net: x25: fix one potential use-after-free issue
` [PATCH 4.9 069/310] USB: ene_usb6250: fix SCSI residue overwriting
` [PATCH 4.9 070/310] serial: 8250: omap: Disable DMA for console UART
` [PATCH 4.9 071/310] serial: sh-sci: Fix race condition causing garbage during shutdown
` [PATCH 4.9 072/310] net/wan/fsl_ucc_hdlc: fix unitialized variable warnings
` [PATCH 4.9 073/310] net/wan/fsl_ucc_hdlc: fix incorrect memory allocation
` [PATCH 4.9 074/310] fsl/qe: add bit description for SYNL register for GUMR
` [PATCH 4.9 075/310] sh_eth: Use platform device for printing before register_netdev()

[PATCH] staging: Android: Add 'vsoc' driver for cuttlefish
 2018-04-11 18:32 UTC  (4+ messages)

[PATCH] crypto: testmgr: Allow different compression results
 2018-04-11 18:28 UTC 

[PATCH] net/mlx5: remove some extraneous spaces in indentations
 2018-04-11 18:23 UTC  (4+ messages)

[PATCH] kbuild: rpm-pkg: use kernel-install as a fallback for new-kernel-pkg
 2018-04-11 18:15 UTC 

[PATCH 00/24] security: Add kernel lockdown
 2018-04-11 18:09 UTC  (32+ messages)
` [PATCH 01/24] Add the ability to lock down access to the running kernel image
` [PATCH 02/24] Add a SysRq option to lift kernel lockdown
` [PATCH 03/24] ima: require secure_boot rules in lockdown mode
` [PATCH 04/24] Enforce module signatures if the kernel is locked down
` [PATCH 05/24] Restrict /dev/{mem, kmem, port} when "
` [PATCH 06/24] kexec_load: Disable at runtime if "
` [PATCH 07/24] hibernate: Disable when "
` [PATCH 08/24] uswsusp: "
` [PATCH 09/24] PCI: Lock down BAR access "
` [PATCH 10/24] x86: Lock down IO port "
` [PATCH 11/24] x86/msr: Restrict MSR "
` [PATCH 12/24] ACPI: Limit access to custom_method "
` [PATCH 13/24] acpi: Ignore acpi_rsdp kernel param when the kernel has been "
` [PATCH 14/24] acpi: Disable ACPI table override if the kernel is "
` [PATCH 15/24] acpi: Disable APEI error injection "
` [PATCH 16/24] Prohibit PCMCIA CIS storage when "
` [PATCH 17/24] Lock down TIOCSSERIAL
` [PATCH 18/24] Lock down module params that specify hardware parameters (eg. ioport)
` [PATCH 19/24] x86/mmiotrace: Lock down the testmmiotrace module
` [PATCH 20/24] Lock down /proc/kcore
` [PATCH 21/24] Lock down kprobes
` [PATCH 22/24] bpf: Restrict kernel image access functions when the kernel is locked down
` [PATCH 23/24] Lock down perf
` [PATCH 24/24] debugfs: Restrict debugfs when the kernel is locked down

[PATCH 1/2] locking/qspinlock: Add stat tracking for pending vs slowpath
 2018-04-11 18:06 UTC  (4+ messages)
` [PATCH 2/2] locking/qspinlock: Limit # of spins in _Q_PENDING_VAL wait loop

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

[PATCH v2 00/13] kernel/locking: qspinlock improvements
 2018-04-11 18:01 UTC  (14+ messages)
` [PATCH v2 01/13] barriers: Introduce smp_cond_load_relaxed and atomic_cond_read_relaxed
` [PATCH v2 02/13] locking/qspinlock: Bound spinning on pending->locked transition in slowpath
` [PATCH v2 03/13] locking/qspinlock/x86: Increase _Q_PENDING_LOOPS upper bound
` [PATCH v2 04/13] locking/qspinlock: Remove unbounded cmpxchg loop from locking slowpath
` [PATCH v2 05/13] locking/qspinlock: Kill cmpxchg loop when claiming lock from head of queue
` [PATCH v2 06/13] locking/qspinlock: Use atomic_cond_read_acquire
` [PATCH v2 07/13] locking/mcs: Use smp_cond_load_acquire() in mcs spin loop
` [PATCH v2 08/13] locking/qspinlock: Use smp_cond_load_relaxed to wait for next node
` [PATCH v2 09/13] locking/qspinlock: Merge struct __qspinlock into struct qspinlock
` [PATCH v2 10/13] locking/qspinlock: Make queued_spin_unlock use smp_store_release
` [PATCH v2 11/13] locking/qspinlock: Elide back-to-back RELEASE operations with smp_wmb()
` [PATCH v2 12/13] locking/qspinlock: Use try_cmpxchg instead of cmpxchg when locking
` [PATCH v2 13/13] locking/qspinlock: Add stat tracking for pending vs slowpath

[PATCH v2]: perf/x86: expose user space frame-pointer value on a sample
 2018-04-11 17:41 UTC 

[PATCH v3 char-misc 1/1] x86/hyperv: Add interrupt handler annotations
 2018-04-11 17:34 UTC 

[PATCH v2] blk-cgroup: remove entries in blkg_tree before queue release
 2018-04-11 17:30 UTC  (15+ messages)

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

[PATCH 4.16 00/18] 4.16.2-stable review
 2018-04-11 17:27 UTC  (3+ messages)

[PATCH 4.15 000/168] 4.15.17-stable review
 2018-04-11 17:26 UTC  (3+ messages)

[PATCH 4.14 000/138] 4.14.34-stable review
 2018-04-11 17:26 UTC  (3+ messages)

[PATCH v2 0/6] KVM: x86: hyperv: PV TLB flush for Windows guests
 2018-04-11 17:21 UTC  (7+ messages)
` [PATCH v2 1/6] x86/hyper-v: move struct hv_flush_pcpu{,ex} definitions to common header
` [PATCH v2 2/6] KVM: x86: hyperv: use defines when parsing hypercall parameters
` [PATCH v2 3/6] KVM: x86: hyperv: do rep check for each hypercall separately
` [PATCH v2 4/6] KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} implementation
` [PATCH v2 5/6] KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE}_EX implementation
` [PATCH v2 6/6] KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capability

AMD graphics performance regression in 4.15 and later
 2018-04-11 17:21 UTC  (12+ messages)

[PATCH v3 1/2] MIPS: io: prevent compiler reordering on the default writeX() implementation
 2018-04-11 17:10 UTC  (8+ messages)
` [PATCH v3 2/2] MIPS: io: add a barrier after register read in readX()

[PATCH] block: ratelimite pr_err on IO path
 2018-04-11 17:07 UTC  (2+ messages)

[PATCH] mmap.2: document new MAP_FIXED_NOREPLACE flag
 2018-04-11 17:06 UTC  (5+ messages)

[PATCH] memory-model: fix cheat sheet typo
 2018-04-11 17:06 UTC  (9+ messages)

[PATCH net-next] netns: filter uevents correctly
 2018-04-11 17:03 UTC  (13+ messages)

Subject: [PATCH] [PATCH] time: tick-sched: use bool for tick_stopped
 2018-04-11 17:00 UTC  (12+ messages)
    ` [PATCH] checkpatch: whinge about bool bitfields
      ` [PATCH] checkpatch: Add a --strict test for structs with bool member definitions

Problem with commit 31e77c93e432 "sched/fair: Update blocked load when newly idle"
 2018-04-11 17:00 UTC  (12+ messages)

[PATCH] sched/fair: schedutil: update only with all info available
 2018-04-11 16:51 UTC  (12+ messages)

[PATCH 0/4] Add Actions Semi S900 SPS support
 2018-04-11 16:40 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: power: Add Actions Semi S900 SPS
` [PATCH 2/4] arm64: dts: actions: Add S900 SPS node
` [PATCH 3/4] soc: actions: sps: Add S900 power domains
` [PATCH 4/4] soc: actions: Fix help text in Kconfig for OWL_PM_DOMAINS

bpf: handling non BPF register names in inline assembly with -target bpf
 2018-04-11 16:37 UTC 

[PATCH v5 00/10] drivers/qcom: add RPMH communication suppor
 2018-04-11 16:34 UTC  (13+ messages)
` [PATCH v5 02/10] dt-bindings: introduce RPMH RSC bindings for Qualcomm SoCs
` [PATCH v5 04/10] drivers: qcom: rpmh: add RPMH helper functions
` [PATCH v5 05/10] drivers: qcom: rpmh-rsc: write sleep/wake requests to TCS

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

[PATCH v2 0/2] crypto: removing various VLAs
 2018-04-11 16:20 UTC  (4+ messages)

[PATCH] net: dsa: b53: Replace mdelay with msleep in b53_switch_reset_gpio
 2018-04-11 16:19 UTC  (4+ messages)

[PATCH v2] dec: tulip: de4x5: Replace mdelay with usleep_range in de4x5_hw_init
 2018-04-11 16:16 UTC  (2+ messages)

[PATCH v3 0/2] iio: add unit converter
 2018-04-11 16:13 UTC  (7+ messages)
  ` [PATCH 2/2] iio: afe: unit-converter: add support for adi,lt6106

Q: Can we get rid of __copy_siginfo_to_user32?
 2018-04-11 16:11 UTC  (3+ messages)
  ` Q: Do si_time and si_utime need to be 64bit for y2038?

tty crash in Linux 4.6
 2018-04-11 16:09 UTC  (10+ messages)

[PATCH v2 00/21] kconfig: move compiler capability tests to Kconfig
 2018-04-11 16:09 UTC  (5+ messages)
` [PATCH v2 19/21] gcc-plugins: test GCC plugin support in Kconfig

[PATCH v5 0/1] can: ucan: add driver for Theobroma Systems UCAN devices
 2018-04-11 16:06 UTC  (2+ messages)
` [PATCH v5 1/1] "

[PATCH] uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name
 2018-04-11 16:01 UTC  (3+ messages)

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

[PATCH v4 1/3] dt-bindings: pinctrl: bcm2835-gpio: Add generic pinctrl support
 2018-04-11 16:02 UTC  (4+ messages)
` [PATCH v5 0/3] pinctrl: bcm2835: "
  ` [PATCH v5 1/3] dt-bindings: pinctrl: bcm2835-gpio: "

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

[PATCH] mfd: mc13xxx: Add mc34708 adc support
 2018-04-11 15:57 UTC  (2+ messages)

[PATCH] net: samsung: sxgbe: Replace mdelay with usleep_range in sxgbe_sw_reset
 2018-04-11 15:52 UTC  (3+ messages)

[PATCH v2] net: samsung: sxgbe: Replace mdelay with usleep_range in sxgbe_sw_reset
 2018-04-11 15:51 UTC 

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

[git pull] IOMMU Updates for Linux v4.17
 2018-04-11 15:49 UTC 

[PATCH v3 0/4] mm/sparse: Optimize memmap allocation during sparse_init()
 2018-04-11 15:48 UTC  (5+ messages)
` [PATCH v3 4/4] "

[RFC PATCH] vfio: Implement new Ioctl VFIO_IOMMU_GET_DIRTY_BITMAP
 2018-04-11 15:42 UTC  (3+ messages)

[GIT PULL] asm-generic fixes for v4.17-rc1
 2018-04-11 15:40 UTC 

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

[PATCH v4 0/7] phy: qcom: Updates for USB PHYs on SDM845
 2018-04-11 15:37 UTC  (8+ messages)
` [PATCH v4 2/7] phy: qcom-qmp: Enable pipe_clk before PHY initialization

[PATCH] mtd: nand: raw: atmel: add module param to avoid using dma
 2018-04-11 15:34 UTC  (16+ messages)

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

[PATCHv2] drm/amdkfd: Remove vla
 2018-04-11 15:31 UTC  (2+ messages)

WARNING: kobject bug in sysfs_warn_dup
 2018-04-11 15:28 UTC  (12+ messages)

[PATCH 00/35 v4] PTI support for x32
 2018-04-11 15:24 UTC  (2+ messages)
` [PATCH] x86/pgtable: Don't set huge pud/pmd on non-leaf entries

[PATCHv2] mtd: spi-nor: Fix Cadence QSPI page fault kernel panic
 2018-04-11 15:23 UTC  (3+ messages)

[PATCH] kobject: don't use WARN for registration failures
 2018-04-11 15:22 UTC 

[GIT PULL] ARM: SoC fixes for 4.17
 2018-04-11 15:19 UTC 

[PATCH] selftests: net: add in_netns.sh to TEST_PROGS
 2018-04-11 15:17 UTC 

WARNING: kobject bug in br_add_if
 2018-04-11 15:18 UTC  (2+ messages)

[PATCH] ARM: socfpga_defconfig: Remove QSPI Sector 4K size force
 2018-04-11 15:20 UTC  (2+ messages)

[PATCH v2 0/2] Append some fixes and improvements
 2018-04-11 15:14 UTC  (3+ messages)
` [PATCH v2 1/2] dmaengine: stm32-mdma: align TLEN and buffer length on burst

[PATCH v2 3/3] adp5061: Add support for charging voltage limit enable
 2018-04-11 15:11 UTC  (2+ messages)
` [PATCH v3 4/4] "

[PATCH v2 2/3] adp5061: Add support for battery charging enable
 2018-04-11 15:10 UTC  (2+ messages)
` [PATCH v3 3/4] "

[PATCH 1/3] adp5061: New driver for ADP5061 I2C battery charger
 2018-04-11 15:10 UTC  (3+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] dt-bindings:power:supply: Add docs for ADP5061 "

[PATCH] sparc: compat: allow including asm/compat.h for 32-bit
 2018-04-11 15:07 UTC 

KASAN: stack-out-of-bounds Read in __free_filter
 2018-04-11 15:06 UTC  (5+ messages)

[PATCH 1/3] mmc: wbsd: Replace mdelay with usleep_range in wbsd_init
 2018-04-11 15:04 UTC  (2+ messages)

[PATCHv4] gpio: Remove VLA from gpiolib
 2018-04-11 15:03 UTC  (2+ messages)

KASAN: use-after-free Read in tipc_sub_unsubscribe (2)
 2018-04-11 15:02 UTC 

[PATCH] dec: tulip: de4x5: Replace mdelay with usleep_range in de4x5_hw_init
 2018-04-11 14:58 UTC  (2+ messages)

[PATCH] lib: micro-optimization for __bitmap_complement()
 2018-04-11 14:59 UTC 

WARNING in kobject_add_internal
 2018-04-11 14:57 UTC  (2+ messages)

[PATCH v3 0/2] vhost: fix vhost_vq_access_ok() log check
 2018-04-11 14:55 UTC  (3+ messages)

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

[PATCH v3] isofs compress: Remove VLA usage
 2018-04-11 14:53 UTC  (6+ messages)

[PATCH 1/3] infiniband: i40iw: Replace GFP_ATOMIC with GFP_KERNEL in i40iw_add_mqh_4
 2018-04-11 14:53 UTC  (2+ messages)

[PATCH] mmc: sdhci-pci: Only do AMD tuning for HS200
 2018-04-11 14:52 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).