linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-01 14:10:59 to 2019-11-01 19:02:18 UTC [more...]

[PATCH 00/18] add support for Clang's Shadow Call Stack
 2019-11-01 19:02 UTC  (12+ messages)
` [PATCH v3 00/17] "
  ` [PATCH v3 05/17] add support for Clang's Shadow Call Stack (SCS)
  ` [PATCH v3 07/17] scs: add support for stack usage debugging
  ` [PATCH v3 17/17] arm64: implement Shadow Call Stack

[PATCH] drivers/base/memory.c: memory subsys init: skip search for missing blocks
 2019-11-01 19:00 UTC  (2+ messages)

[PATCH] kernel: sysctl: make drop_caches write-only
 2019-11-01 18:59 UTC  (5+ messages)

[PATCH] drivers/staging/exfat: Replace more binary semaphores with mutexes
 2019-11-01 18:53 UTC 

[PATCH 1/4] kbuild: two minor updates for Documentation/kbuild/modules.rst
 2019-11-01 18:52 UTC  (5+ messages)
` [PATCH 4/4] modpost: do not set ->preloaded for symbols from Module.symvers

[GIT PULL] perf fixes
 2019-11-01 18:48 UTC  (2+ messages)

[PATCH 4.14 000/119] 4.14.151-stable review
 2019-11-01 18:48 UTC  (7+ messages)
` [PATCH 4.14 024/119] sctp: change sctp_prot .no_autobind with true

PROBLEM: PCIe Bus Error atleast
 2019-11-01 18:45 UTC 

[PATCH 0/4] Emulate and enable UMIP feature on AMD
 2019-11-01 18:38 UTC  (9+ messages)
` [PATCH 1/4] kvm: x86: Dont set UMIP feature bit unconditionally
` [PATCH 2/4] kvm: svm: Enable UMIP feature on AMD
` [PATCH 3/4] kvm: svm: Emulate UMIP instructions on non SEV guest
` [PATCH 4/4] x86/Kconfig: Rename UMIP config parameter

[PATCH 1/2] drm/atomic: fix self-refresh helpers crtc state dereference
 2019-11-01 18:33 UTC  (3+ messages)
` [PATCH 2/2] drm/atomic: clear new_state pointers at hw_done

[PATCH] staging: vc04_services: replace g_free_fragments_mutex with spinlock
 2019-11-01 18:29 UTC  (2+ messages)
` [PATCH resend] "

[RFC PATCH v3] f2fs: support data compression
 2019-11-01 18:26 UTC  (4+ messages)
  ` [f2fs-dev] "

[PATCH v7 00/11] Nested Shared Virtual Address (SVA) VT-d support
 2019-11-01 18:29 UTC  (4+ messages)
` [PATCH v7 04/11] iommu/vt-d: Replace Intel specific PASID allocator with IOASID

[PATCH] drm/vkms: Fix typo in function documentation
 2019-11-01 18:27 UTC  (2+ messages)

[RFC PATCH 0/1] CAP_SYS_NICE inside user namespace
 2019-11-01 18:18 UTC  (2+ messages)
` [RFC PATCH 1/1] Selectively allow CAP_SYS_NICE capability inside user namespaces

[PATCH] Revert "ext4 crypto: fix to check feature status before get policy"
 2019-11-01 18:17 UTC  (9+ messages)

[PATCH v4 1/2] dt-bindings: ptp: Add device tree binding for IDT ClockMatrix based PTP clock
 2019-11-01 18:16 UTC  (2+ messages)

[PATCH] dt-bindings: net: davinci-mdio: convert bindings to json-schema
 2019-11-01 18:15 UTC  (2+ messages)

[RFC PATCH v4 00/19] Core scheduling v4
 2019-11-01 18:07 UTC  (5+ messages)

BUG: unable to handle kernel paging request in io_wq_cancel_all
 2019-11-01 18:07 UTC  (6+ messages)

[GIT PULL] scheduler fixes
 2019-11-01 17:55 UTC 

[PATCH v4 0/2] soundwire: Add support to Qualcomm SoundWire master
 2019-11-01 17:52 UTC  (7+ messages)
` [PATCH v4 2/2] soundwire: qcom: add support for SoundWire controller
  ` [alsa-devel] "

[GIT PULL] EFI fixes
 2019-11-01 17:43 UTC 

[PATCH 0/4] ARM: dts: aspeed: add dtsi for Facebook AST2500 Network BMCs
 2019-11-01 17:42 UTC  (6+ messages)
` [PATCH 1/4] "

[PATCH] sched/numa: advanced per-cgroup numa statistic
 2019-11-01 17:39 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 2/2] spi: cadence-quadpsi: Add support for the Cadence QSPI controller
 2019-11-01 17:36 UTC  (5+ messages)
` [PATCH] spi: cadence-quadpsi: fix platform_get_irq.cocci warnings
` [RFC PATCH] spi: cadence-quadpsi: cadence_qspi_init_timeout() can be static

[PATCH v5 net-next 00/12] net: ethernet: ti: introduce new cpsw switchdev based driver
 2019-11-01 17:36 UTC  (10+ messages)
` [PATCH v5 net-next 04/12] net: ethernet: ti: cpsw: move set of common functions in cpsw_priv
` [PATCH v5 net-next 05/12] dt-bindings: net: ti: add new cpsw switch driver bindings

[RFC PATCH 00/11] pipe: Notification queue preparation [ver #3]
 2019-11-01 17:35 UTC  (12+ messages)
` [RFC PATCH 01/11] pipe: Reduce #inclusion of pipe_fs_i.h "
` [RFC PATCH 02/11] Remove the nr_exclusive argument from __wake_up_sync_key() "
` [RFC PATCH 03/11] Add wake_up_interruptible_sync_poll_locked() "
` [RFC PATCH 04/11] pipe: Use head and tail pointers for the ring, not cursor and length "
` [RFC PATCH 05/11] pipe: Allow pipes to have kernel-reserved slots "
` [RFC PATCH 06/11] pipe: Advance tail pointer inside of wait spinlock in pipe_read() "
` [RFC PATCH 07/11] pipe: Conditionalise wakeup "
` [RFC PATCH 08/11] pipe: Rearrange sequence in pipe_write() to preallocate slot "
` [RFC PATCH 09/11] pipe: Remove redundant wakeup from pipe_write() "
` [RFC PATCH 10/11] pipe: Check for ring full inside of the spinlock in "
` [RFC PATCH 11/11] pipe: Increase the writer-wakeup threshold to reduce context-switch count "

[PATCHv7 0/3] QCOM smmu-500 wait-for-safe handling for sdm845
 2019-11-01 17:31 UTC  (5+ messages)

[PATCH 0/2] arm64: Introduce boot parameter to disable TLB flush instruction within the same inner shareable domain
 2019-11-01 17:28 UTC  (3+ messages)

[PATCH] net: ethernet: arc: add the missed clk_disable_unprepare
 2019-11-01 17:25 UTC  (2+ messages)

[PATCH v23 00/24] Intel SGX foundations
 2019-11-01 17:16 UTC  (8+ messages)
` [PATCH v23 12/24] x86/sgx: Linux Enclave Driver

[PATCH] staging: wfx: Fix a memory leak in 'wfx_upload_beacon'
 2019-11-01 17:21 UTC 

[PATCH 0/7] iommu: Permit modular builds of ARM SMMU[v3] drivers
 2019-11-01 17:21 UTC  (6+ messages)

[PATCH] arm64: dts: rockchip: Split rk3399-roc-pc for with and without mezzanine board
 2019-11-01 17:18 UTC  (2+ messages)

[PATCH v2] dt-bindings: iommu: Convert Arm SMMUv3 to DT schema
 2019-11-01 17:08 UTC  (2+ messages)

[PATCH] net: fix sk_page_frag() recursion from memory reclaim
 2019-11-01 17:12 UTC  (5+ messages)
` [PATCH v2] "

[GIT PULL] Please pull RDMA subsystem changes
 2019-11-01 17:10 UTC  (2+ messages)

[git pull] drm fixes for 5.4-rc6
 2019-11-01 17:10 UTC  (2+ messages)

[GIT PULL] KVM patches for Linux 5.4-rc6
 2019-11-01 17:10 UTC  (2+ messages)

[GIT PULL] arm64: Fixes for -rc6
 2019-11-01 17:10 UTC  (2+ messages)

[GIT PULL] sound fixes for 5.4-rc6
 2019-11-01 17:10 UTC  (2+ messages)

[GIT PULL] Power management fix for v5.4-rc6
 2019-11-01 17:10 UTC  (2+ messages)

[mm] 87eaceb3fa: stress-ng.madvise.ops_per_sec -19.6% regression
 2019-11-01 17:04 UTC  (3+ messages)
` [LKP] "

[PATCH 0/7] towards QE support on ARM
 2019-11-01 16:59 UTC  (11+ messages)
` [PATCH v3 00/36] QUICC Engine "
  ` [PATCH v3 26/36] soc: fsl: move cpm.h from powerpc/include/asm to include/soc/fsl
  ` [PATCH v3 28/36] serial: ucc_uart: explicitly include soc/fsl/cpm.h
  ` [PATCH v3 31/36] serial: ucc_uart: stub out soft_uart_init for !CONFIG_PPC32
  ` [PATCH v3 35/36] net/wan: make FSL_UCC_HDLC explicitly depend on PPC32

[PATCH 00/11] rcu: introduce percpu rcu_preempt_depth
 2019-11-01 16:58 UTC  (11+ messages)
` [PATCH 06/11] rcu: clear t->rcu_read_unlock_special in one go
` [PATCH 11/11] x86,rcu: use percpu rcu_preempt_depth

[PATCHSET v3 block/for-linus] IO cost model based work-conserving porportional controller
 2019-11-01 16:56 UTC  (10+ messages)
` [PATCH 08/10] blkcg: implement blk-iocost

[PATCH v3 5/5] power: supply: max17040: Send uevent in SOC and status change
 2019-11-01 16:52 UTC  (11+ messages)
` [PATCH v4 0/4] power: supply: MAX17040: Add IRQ for low level and alert SOC changes
  ` [PATCH v4 1/4] power: supply: max17040: Add IRQ handler for low SOC alert
  ` [PATCH v4 2/4] dt-bindings: power: supply: Max17040: Add low level SOC alert threshold
  ` [PATCH v4 3/4] power: supply: max17040: Config alert SOC low level threshold from FDT
  ` [PATCH v4 4/4] power: supply: max17040: Send uevent in SOC and status change

[PATCH linux-kselftest/test v6] lib/list-test: add a test for the 'list' doubly linked list
 2019-11-01 16:49 UTC  (8+ messages)

[PATCH 0/5] V3: Clarify/standardize memory barriers for ipc
 2019-11-01 16:49 UTC  (3+ messages)
` [PATCH 1/5] smp_mb__{before,after}_atomic(): Update Documentation

[PATCH v2] cpufreq: sun50i: Fix CPU speed bin detection
 2019-11-01 16:41 UTC 

[PATCH] drivers: gpu: drm: amd: amdgpu: Add @level to amdgpu_vm_bo_param documentation
 2019-11-01 16:38 UTC 

[PATCH] x86/mce: Add Xeon Icelake to list of CPUs that support PPIN
 2019-11-01 16:37 UTC  (2+ messages)
` [tip: ras/core] "

[PATCH] f2fs: avoid kernel panic on corruption test
 2019-11-01 16:36 UTC 

[PATCHv2 0/8] arm64: ftrace cleanup + FTRACE_WITH_REGS
 2019-11-01 16:28 UTC  (3+ messages)

[PATCH] iommu/arm-smmu: avoid pathological RPM behaviour for unmaps
 2019-11-01 16:28 UTC  (2+ messages)

[PATCH v3 0/2] iio: adc: Add support for AD7292
 2019-11-01 16:24 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: iio: adc: Add dt-schema "
` [PATCH v3 2/2] iio: adc: Add driver support "

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-11-01 16:22 UTC  (8+ messages)
` [PATCH ghak90 V7 20/21] audit: add capcontid to set contid outside init_user_ns

[PATCH 01/16] dyndbg: drop trim_prefix, obsoleted by __FILE__s relative path
 2019-11-01 16:20 UTC  (3+ messages)

[PATCH v3] nvme: Add hardware monitoring support
 2019-11-01 16:19 UTC  (2+ messages)

[PATCH] cpufreq: sun50i: Fix CPU speed bin detection
 2019-11-01 16:15 UTC  (7+ messages)
` [linux-sunxi] "

[PATCH v2 0/4] Add support for Thor96 board
 2019-11-01 16:09 UTC  (6+ messages)
` [PATCH v2 4/4] mtd: spi-nor: Add support for w25q256jw

[PATCH] mm/ioremap: Use WARN_ONCE instead of printk() + WARN_ON_ONCE()
 2019-11-01 16:03 UTC  (11+ messages)

[PATCH] drivers: gpu: amdgpu: Remove @dev from amdgpu_gem_prime_export documentation
 2019-11-01 16:03 UTC 

[PATCH] drm/atomic: swap_state should stall on cleanup_done
 2019-11-01 16:00 UTC  (5+ messages)

[RFC 0/2] gpio: Support for shared GPIO lines on boards
 2019-11-01 15:56 UTC  (2+ messages)

ntp audit spew
 2019-11-01 15:55 UTC  (5+ messages)
` [PATCH] audit: set context->dummy even when audit is off

[PATCH v2 0/6] AMD64 EDAC: Check for nodes without memory, etc
 2019-11-01 15:54 UTC  (4+ messages)

[PATCH] docs/arm64: cpu-feature-registers: Rewrite bitfields that don't follow [e, s]
 2019-11-01 15:53 UTC  (4+ messages)

[PATCH -next] nfsd: Drop LIST_HEAD where the variable it declares is never used
 2019-11-01 15:51 UTC  (4+ messages)

[Patch v4 0/6] Introduce Thermal Pressure
 2019-11-01 15:47 UTC  (5+ messages)
` [Patch v4 5/6] thermal/cpu-cooling: Update thermal pressure in case of a maximum frequency capping

[PATCH v2] drm/doc: Adding VKMS module description and use to "Testing and Validation"
 2019-11-01 15:43 UTC 

KASAN: invalid-free in skb_free_head
 2019-11-01 15:42 UTC 

[PATCH 3.16 47/47] KVM: x86/vPMU: refine kvm_pmu err msg when event creation failed
 2019-11-01 15:40 UTC  (6+ messages)

[PATCH v7 0/9] backlight: gpio: simplify the driver
 2019-11-01 15:41 UTC  (7+ messages)

[PATCH] iocost: don't nest spin_lock_irq in ioc_weight_write()
 2019-11-01 15:39 UTC  (2+ messages)

[PATCH] ASoC: sun4i: Use PTR_ERR_OR_ZERO to simplify the code
 2019-11-01 14:53 UTC  (4+ messages)

"oneshot" interrupt causes another interrupt to be fired erroneously in Haswell system
 2019-11-01  7:46 UTC  (3+ messages)
  `  "

[PATCH v2 0/4] perf cs-etm: Fix synthesizing instruction samples
 2019-11-01 15:30 UTC  (3+ messages)
` [PATCH v2 1/4] perf cs-etm: Continuously record last branches

[RFC v2 0/2] gpio: Support for shared GPIO lines on boards
 2019-11-01 15:21 UTC  (9+ messages)

[PATCH v2 00/36] irqchip/gic-v4: GICv4.1 architecture support
 2019-11-01 15:13 UTC  (4+ messages)
` [PATCH v2 09/36] irqchip/gic-v3: Add GICv4.1 VPEID size discovery

[PATCH] perf: Fix the aux_output group inheritance fix
 2019-11-01 15:12 UTC 

[PATCH] clone3: validate stack arguments
 2019-11-01 15:10 UTC  (7+ messages)

BUG: MAX_LOCKDEP_KEYS too low!
 2019-11-01 15:08 UTC  (2+ messages)

[RFC PATCH 0/3] net: phy: at803x device tree binding
 2019-11-01 15:03 UTC  (3+ messages)
` [RFC PATCH 2/3] dt-bindings: net: phy: Add support for AT803X

[PATCH v2 0/9] Simplify MFD Core
 2019-11-01 15:01 UTC  (7+ messages)

[RFC PATCH 04/10] pipe: Use head and tail pointers for the ring, not cursor and length [ver #2]
 2019-11-01 14:53 UTC  (7+ messages)
` [RFC PATCH 00/10] pipe: Notification queue preparation "

[PATCH] staging: rtl8192u: fix potential infinite loop because loop counter being too small
 2019-11-01 14:51 UTC  (2+ messages)

[PATCH v2 -resend 1/4] ata: Documentation, fix function names
 2019-11-01 14:51 UTC  (2+ messages)

[PATCH 00/19] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-01 14:49 UTC  (3+ messages)
` [PATCH 10/19] fs/io_uring: set FOLL_PIN via pin_user_pages()

[PATCH] blk-mq: Make blk_mq_run_hw_queue() return void
 2019-11-01 14:43 UTC  (2+ messages)

[PATCH] gpu: ipu-v3: prg: add missed clk_disable_unprepare in remove
 2019-11-01 14:38 UTC 

[PATCH] crypto: inside-secure - Add missed clk_disable_unprepare
 2019-11-01 14:37 UTC 

Linux 3.16.76
 2019-11-01 14:36 UTC 

drivers/usb/usbip/stub_rx.c:505 stub_recv_cmd_submit() error: uninitialized symbol 'nents'
 2019-11-01 14:34 UTC  (7+ messages)

[RFC-next 0/1] Odroid C2: Enable DVFS for cpu
 2019-11-01 14:31 UTC  (2+ messages)
` [RFC-next 1/1] arm64: dts: meson: odroid-c2: Enable SCPI "

[PATCH v7 00/27] Control-flow Enforcement: Shadow Stack
 2019-11-01 14:17 UTC  (4+ messages)
` [PATCH v7 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[PATCHv2] firmware: Fix incompatible function behavior for RSU driver
 2019-11-01 14:41 UTC 

[PATCH v2] pinctrl: at91: Enable slewrate by default on SAM9X60
 2019-11-01 14:26 UTC  (2+ messages)

[PATCH v7 00/19] More improvements for Tegra30 devfreq driver
 2019-11-01 14:14 UTC  (4+ messages)
  ` [PATCH v7 18/19] PM / devfreq: tegra30: Tune up MCCPU boost-down coefficient

[PATCH v11 0/7] drm/sun4i: Allwinner A64 MIPI-DSI support
 2019-11-01 14:12 UTC  (6+ messages)
` [PATCH v11 4/7] drm/sun4i: dsi: Handle bus clock explicitly

[PATCH v3 0/2]PCI: cadence: Convert drivers to core library
 2019-11-01 14:12 UTC  (3+ messages)
` [PATCH v3 2/2] PCI: cadence: Create new folder 'cadence' and move all cadence files to it

[PATCH v15 00/23] Generic page walk and ptdump
 2019-11-01 14:09 UTC  (7+ messages)
` [PATCH v15 14/23] mm: pagewalk: Add 'depth' parameter to pte_hole
` [PATCH v15 15/23] x86: mm: Point to struct seq_file from struct pg_state
` [PATCH v15 16/23] x86: mm+efi: Convert ptdump_walk_pgd_level() to take a mm_struct
` [PATCH v15 21/23] arm64: mm: Convert mm/dump.c to use walk_page_range()
` [PATCH v15 22/23] arm64: mm: Display non-present entries in ptdump
` [PATCH v15 23/23] mm: ptdump: Reduce level numbers by 1 in note_page()


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).