linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-23 19:37:49 to 2019-04-23 23:29:14 UTC [more...]

[PATCH v2 0/6] mm: reparent slab memory on cgroup removal
 2019-04-23 21:31 UTC  (3+ messages)
` [PATCH v2 2/6] mm: generalize postponed non-root kmem_cache deactivation
` [PATCH v2 5/6] mm: rework non-root kmem_cache lifecycle management

[PATCH v2 00/19] Shared virtual address IOMMU and VT-d support
 2019-04-23 23:31 UTC  (8+ messages)
` [PATCH v2 03/19] iommu: introduce device fault report API
` [PATCH v2 04/19] iommu: Introduce attach/detach_pasid_table API
` [PATCH v2 11/19] iommu/vt-d: Replace Intel specific PASID allocator with IOASID
` [PATCH v2 15/19] iommu/vt-d: Add bind guest PASID support
` [PATCH v2 17/19] iommu: Add max num of cache and granu types
` [PATCH v2 18/19] iommu/vt-d: Support flushing more translation cache types
` [PATCH v2 19/19] iommu/vt-d: Add svm/sva invalidate function

[PATCH v4] arm64: sysreg: Make mrs_s and msr_s macros work with Clang and LTO
 2019-04-23 23:26 UTC 

[RFC PATCH v2 00/17] Core scheduling v2
 2019-04-23 23:25 UTC  (2+ messages)

linux-next: build failure after merge of the qcom tree
 2019-04-23 23:25 UTC 

[PATCH] RISC-V: Add an Image header that boot loader can parse
 2019-04-23 23:25 UTC 

[PATCH 1/2] seccomp: fix up grammar in comment
 2019-04-23 23:24 UTC  (6+ messages)
` [PATCH 2/2] seccomp: disallow NEW_LISTENER and TSYNC flags

[PATCH 00/25] drm: Kirin driver cleanups to prep for Kirin960 support
 2019-04-23 23:20 UTC  (26+ messages)
` [PATCH 01/25] drm: kirin: Fix for hikey620 display offset problem
` [PATCH 02/25] drm: kirin: Remove HISI_KIRIN_DW_DSI config option
` [PATCH 03/25] drm: kirin: Remove unreachable return
` [PATCH 04/25] drm: kirin: Remove uncessary parameter indirection
` [PATCH 05/25] drm: kirin: Remove out_format from ade_crtc
` [PATCH 06/25] drm: kirin: Rename ade_plane to kirin_plane
` [PATCH 07/25] drm: kirin: Rename ade_crtc to kirin_crtc
` [PATCH 08/25] drm: kirin: Dynamically allocate the hw_ctx
` [PATCH 09/25] drm: kirin: Move request irq handle in ade hw ctx alloc
` [PATCH 10/25] drm: kirin: Move workqueue to ade_hw_ctx structure
` [PATCH 11/25] drm: kirin: Move kirin_crtc, kirin_plane, kirin_format to kirin_drm_drv.h
` [PATCH 12/25] drm: kirin: Reanme dc_ops to kirin_drm_data
` [PATCH 13/25] drm: kirin: Move ade crtc/plane help functions to driver_data
` [PATCH 14/25] drm: kirin: Move channel formats to driver data
` [PATCH 15/25] drm: kirin: Move mode config function to driver_data
` [PATCH 16/25] drm: kirin: Move plane number and primay plane in driver data
` [PATCH 17/25] drm: kirin: Move config max_width and max_height to "
` [PATCH 18/25] drm: kirin: Move drm driver "
` [PATCH 19/25] drm: kirin: Add register connect helper functions in drm init
` [PATCH 20/25] drm: kirin: Rename plane_init and crtc_init
` [PATCH 21/25] drm: kirin: Fix dev->driver_data setting
` [PATCH 22/25] drm: kirin: Make driver_data variable non-global
` [PATCH 23/25] drm: kirin: Add alloc_hw_ctx/clean_hw_ctx ops in driver data
` [PATCH 24/25] drm: kirin: Pass driver data to crtc init and plane init
` [PATCH 25/25] drm: kirin: Move ade drm init to kirin drm drv

[PATCH 0/4] clk: meson: fixup g12a mpll
 2019-04-23 23:19 UTC  (11+ messages)
` [PATCH 1/4] clk: meson: mpll: add init callback and regs

[PATCH net 1/2] net: add eth_addr_inc in etherdevice.h
 2019-04-23 23:15 UTC  (2+ messages)

linux-next: manual merge of the mediatek tree with Linus' tree
 2019-04-23 23:09 UTC 

[PATCH v3] arm64: sysreg: make mrs_s and msr_s macros work with Clang and LTO
 2019-04-23 23:09 UTC  (5+ messages)

[PATCH] thermal/drivers/of: Add a get_temp_id callback function
 2019-04-23 23:08 UTC  (3+ messages)

[PATCH v2] ARM: errata: Workaround errata A12 857271 / A17 857272
 2019-04-23 22:59 UTC 

[PATCH v3 2/2] clk:mmp: clk-mix.c fix divide-by-zero
 2019-04-23 23:00 UTC  (2+ messages)

[PATCH v1 1/5] PCI/IOV: Add support to verify PF/VF spec compliance
 2019-04-23 22:57 UTC  (6+ messages)

[PATCH v3 1/2] clk:Fix divide-by-zero in divider_ro_round_rate_parent
 2019-04-23 22:51 UTC  (2+ messages)

[PATCH] thermal: core: skip update disabled thermal zones after suspend
 2019-04-23 22:50 UTC  (5+ messages)

[PATCH 00/12] mips: Post-bootmem-memblock transition fixes
 2019-04-23 22:47 UTC  (13+ messages)
` [PATCH 01/12] mips: Make sure kernel .bss exists in boot mem pool
` [PATCH 02/12] mips: Discard rudiments from bootmem_init
` [PATCH 03/12] mips: Combine memblock init and memory reservation loops
` [PATCH 04/12] mips: Reserve memory for the kernel image resources
` [PATCH 05/12] mips: Discard post-CMA-init foreach loop
` [PATCH 06/12] mips: Use memblock to reserve the __nosave memory range
` [PATCH 07/12] mips: Add reserve-nomap memory type support
` [PATCH 08/12] mips: Dump memblock regions for debugging
` [PATCH 09/12] mips: Perform early low memory test
` [PATCH 10/12] mips: Print the kernel virtual mem layout on debugging
` [PATCH 11/12] mips: Make sure dt memory regions are valid
` [PATCH 12/12] mips: Enable OF_RESERVED_MEM config

[PATCH net v2 2/2] net/ncsi: handle overflow when incrementing mac address
 2019-04-23 22:42 UTC 

[PATCH 0/2] gcc-plugins: structleak: Generalize to all variable types
 2019-04-23 22:42 UTC  (4+ messages)
` [PATCH 2/2] lib: Introduce test_stackinit module

[PATCH] PCI: Add link_change error handler and vfio-pci user
 2019-04-23 22:42 UTC 

[PATCH v4] powerpc/pseries: Remove limit in wait for dying CPU
 2019-04-23 22:39 UTC 

[PATCH V2 0/3] Introduce Thermal Pressure
 2019-04-23 22:38 UTC  (4+ messages)
` [PATCH V3 3/3] thermal/cpu-cooling: Update thermal pressure in case of a maximum frequency capping

[PATCH v3 0/2] thermal: rcar_gen3_thermal: fix IRQ issues
 2019-04-23 22:35 UTC  (4+ messages)
` [PATCH v3 1/2] thermal: rcar_gen3_thermal: fix interrupt type

[PATCH v2 0/1] userfaultfd: allow to forbid unprivileged users
 2019-04-23 22:19 UTC  (4+ messages)
` [PATCH v2 1/1] userfaultfd/sysctl: add vm.unprivileged_userfaultfd

[PATCH] ASoC: rockchip: add missing INTERLEAVED PCM attribute
 2019-04-23 22:26 UTC  (2+ messages)
` [alsa-devel] "

[PATCH] random: Move rand_initialize() earlier
 2019-04-23 22:20 UTC  (6+ messages)

[PATCH] pci: aardvark: Wait for endpoint to be ready before training link
 2019-04-23 22:29 UTC  (3+ messages)

linux-next: Fixes tag needs some work in the i2c tree
 2019-04-23 22:17 UTC  (2+ messages)

[PATCH v6 0/6] virtio pmem driver
 2019-04-23 22:10 UTC  (4+ messages)
` [PATCH v6 6/6] xfs: disable map_sync for async flush

[RFC PATCH] dma-mapping: create iommu mapping for newly allocated dma coherent mem
 2019-04-23 22:09 UTC  (3+ messages)

KASAN: use-after-free Read in seccomp_notify_release (2)
 2019-04-23 22:06 UTC  (4+ messages)

[PATCH v5 0/5] init: Do not select DEBUG_KERNEL by default
 2019-04-23 22:05 UTC  (4+ messages)

[PATCH] mips: vdso: drop unnecessary cc-ldoption
 2019-04-23 21:55 UTC  (2+ messages)

[RFC 00/19] clk: imx: Switch the imx6 and imx7 to clk_hw based API
 2019-04-23 21:49 UTC  (4+ messages)

[PATCH v2] iio: temperature: maxim_thermocouple: declare missing of table
 2019-04-23 21:42 UTC 

[PATCH v2] iio: dac: ad5758: declare missing of table
 2019-04-23 21:41 UTC 

[PATCH v2] iio: adxl372: declare missing of table
 2019-04-23 21:41 UTC 

[PATCH v2] iio: accel: kxsd9: declare missing of table
 2019-04-23 21:40 UTC 

[PATCH RESEND v1 0/3] PCI: ACPI: Implement support for _HPX Type 3 tables
 2019-04-23 21:38 UTC  (3+ messages)
` [PATCH v1 4/4] PCI/ACPI: Advertise HPX type 3 support via _OSC

[PATCH] i2c: iproc: Change driver to use 'BIT' macro
 2019-04-23 21:36 UTC  (2+ messages)

[PATCH] MAINTAINERS: LEDs: Add designated reviewer for LED subsystem
 2019-04-23 21:34 UTC  (2+ messages)

[PATCH v2] fs: Fix ovl_i_mutex_dir_key/p->lock/cred cred_guard_mutex deadlock
 2019-04-23 21:32 UTC 

linux-next: Fixes tag needs some work in the rockchip tree
 2019-04-23 21:32 UTC  (2+ messages)

[PATCH] fs: Fix ovl_i_mutex_dir_key/p->lock/cred cred_guard_mutex deadlock
 2019-04-23 21:31 UTC  (3+ messages)

[PATCH v2 00/79] Convert files to ReST
 2019-04-23 21:30 UTC  (10+ messages)
  ` [PATCH v2 15/79] docs: gpio: convert docs to ReST and rename to *.rst
  ` [PATCH v2 31/79] docs: s390: "
          ` [PATCH v2 56/79] docs: Documentation/*.txt: rename all ReST files "

[PATCH] kbuild: drop support for cc-ldoption
 2019-04-23 21:27 UTC 

linux-next: Signed-off-by missing for commit in the clk tree
 2019-04-23 21:27 UTC 

[PATCH] riscv: vdso: drop unnecessary cc-ldoption
 2019-04-23 21:22 UTC 

[PATCH] i2c: imx: correct the method of getting private data in notifier_call
 2019-04-23 21:22 UTC  (5+ messages)

[PATCH v6 00/12] mm: Sub-section memory hotplug support
 2019-04-23 21:21 UTC  (3+ messages)
` [PATCH v6 06/12] mm/hotplug: Add mem-hotplug restrictions for remove_memory()

[PATCH v4 00/63] Include linux ACPI/PCI/X86 docs into Sphinx TOC tree
 2019-04-23 21:21 UTC  (33+ messages)
` [PATCH v4 01/63] Documentation: add Linux ACPI to "
` [PATCH v4 02/63] Documentation: ACPI: move namespace.txt to firmware-guide/acpi and convert to reST
` [PATCH v4 03/63] Documentation: ACPI: move enumeration.txt "
` [PATCH v4 04/63] Documentation: ACPI: move osi.txt "
` [PATCH v4 05/63] Documentation: ACPI: move linuxized-acpica.txt to driver-api/acpi "
` [PATCH v4 06/63] Documentation: ACPI: move scan_handlers.txt "
` [PATCH v4 07/63] Documentation: ACPI: move DSD-properties-rules.txt to firmware-guide/acpi and covert "
` [PATCH v4 08/63] Documentation: ACPI: move gpio-properties.txt to firmware-guide/acpi and convert "
` [PATCH v4 09/63] Documentation: ACPI: move method-customizing.txt "
` [PATCH v4 10/63] Documentation: ACPI: move initrd_table_override.txt to admin-guide/acpi "
` [PATCH v4 11/63] Documentation: ACPI: move dsdt-override.txt "
` [PATCH v4 12/63] Documentation: ACPI: move i2c-muxes.txt to firmware-guide/acpi "
` [PATCH v4 13/63] Documentation: ACPI: move acpi-lid.txt "
` [PATCH v4 14/63] Documentation: ACPI: move dsd/graph.txt "
` [PATCH v4 15/63] Documentation: ACPI: move dsd/data-node-references.txt "
` [PATCH v4 16/63] Documentation: ACPI: move debug.txt "

[PATCH] nds32: vdso: drop unnecessary cc-ldoption
 2019-04-23 21:19 UTC 

[rcu:dev.2019.04.23a 71/75] ERROR: "sched_setaffinity" [kernel/rcu/rcutorture.ko] undefined!
 2019-04-23 21:13 UTC 

[PATCH] x86: um: vdso: drop unnecessary cc-ldoption
 2019-04-23 21:15 UTC 

[PATCH v20 00/28] Intel SGX1 support
 2019-04-23 21:15 UTC  (27+ messages)
` [RFC PATCH v1 0/3] An alternative __vdso_sgx_enter_enclave() to allow enclave/host parameter passing using untrusted stack
  ` [RFC PATCH v1 2/3] x86/vdso: Modify __vdso_sgx_enter_enclave() to allow parameter passing on "
  ` [RFC PATCH v1 3/3] selftests/x86: Augment SGX selftest to test new __vdso_sgx_enter_enclave() and its callback interface

[PATCH] ext4: add cond_resched() to ext4_mb_init_backend()
 2019-04-23 21:13 UTC  (2+ messages)
` [PATCH v2] ext4: cond_resched in work-heavy group loops

[PATCH] powerpc: vdso: drop unnecessary cc-ldoption
 2019-04-23 21:11 UTC 

[PATCH 0/6] objtool: Add support for Arm64
 2019-04-23 21:09 UTC  (10+ messages)
` [RFC 1/6] objtool: Refactor code to make it more suitable for multiple architecture support
` [RFC 2/6] objtool: arm64: Add required implementation for supporting the aarch64 architecture in objtool
` [RFC 3/6] objtool: arm64: Adapt the stack frame checks and the section analysis for the arm architecture
` [RFC 5/6] arm64: sleep: Add stack frame setup for __cpu_supsend_enter

[PATCH] s390: vdso: drop unnecessary cc-ldoption
 2019-04-23 21:00 UTC 

[PATCH 1/2] f2fs: allow unfixed f2fs_checkpoint.checksum_offset
 2019-04-23 20:56 UTC  (3+ messages)
  ` [f2fs-dev] "

[PATCH v7 00/21] x86/split_lock: Enable split lock detection
 2019-04-23 20:48 UTC  (6+ messages)
` [PATCH v7 15/21] x86/split_lock: Add a sysfs interface to enable/disable split lock detection during run time

[PATCH v4] tpm: fix an invalid condition in tpm_common_poll
 2019-04-23 20:54 UTC  (6+ messages)

[GIT PULL] arch: add pidfd and io_uring syscalls everywhere
 2019-04-23 20:55 UTC  (2+ messages)

[GIT PULL] nfsd bugfixes for 5.1
 2019-04-23 20:55 UTC  (2+ messages)

[PATCH] ia64: require -Wl,--hash-style=sysv
 2019-04-23 20:48 UTC 

mmotm 2019-04-23-13-44 uploaded
 2019-04-23 20:45 UTC 

[PATCH v4 14/16] locking/rwsem: Guard against making count negative
 2019-04-23 20:45 UTC  (17+ messages)
                      ` [PATCH] bpf: Fix preempt_enable_no_resched() abuse
                        ` [PATCH] trace: "

[PATCH] kexec: quiet down kexec reboot
 2019-04-23 20:41 UTC 

[PATCH] arm64: configurable sparsemem section size
 2019-04-23 20:38 UTC 

Kconfig dependency issue on function-graph tracer and frame pointer on arm
 2019-04-23 20:37 UTC  (4+ messages)

[PATCH v3 0/9] klp-convert livepatch build tooling
 2019-04-23 20:35 UTC  (3+ messages)
` [PATCH v3 3/9] livepatch: Add klp-convert tool

[PATCH] KEYS: Make use of platform keyring for module signature verify
 2019-04-23 20:35 UTC  (2+ messages)

[PATCH V4 00/16] Add Tegra194 PCIe support
 2019-04-23 20:35 UTC  (5+ messages)
` [PATCH V4 05/16] PCI: dwc: Move config space capability search API
` [PATCH V4 06/16] PCI: dwc: Add ext "

[PATCH] sh: require --Wl,--hash-style=sysv
 2019-04-23 20:29 UTC 

[PATCH] Documentation: atomic_t.txt: Explain ordering provided by smp_mb__{before,after}_atomic()
 2019-04-23 20:28 UTC  (14+ messages)

[REGRESSION 5.0.x] Windows XP broken on KVM
 2019-04-23 20:28 UTC  (6+ messages)

[PATCH RESEND v5 0/5] namei: vfs flags to restrict path resolution
 2019-04-23 20:24 UTC  (5+ messages)

[PATCH] crypto: ecrdsa - select ASN1 and OID_REGISTRY for EC-RDSA
 2019-04-23 20:20 UTC  (2+ messages)

[PATCH v3 1/4] ARM: use arch_extension directive instead of arch argument
 2019-04-23 20:19 UTC  (2+ messages)

kernel BUG at kernel/cred.c:434!
 2019-04-23 20:18 UTC  (20+ messages)

Regression causes a hang on boot with a Comtrol PCI card
 2019-04-23 20:18 UTC  (3+ messages)

KASAN: use-after-free Read in crypto_gcm_init_common
 2019-04-23 20:04 UTC  (3+ messages)

[RFC] Bluetooth: Retry configure request if result is L2CAP_CONF_UNKNOWN
 2019-04-23 20:08 UTC  (2+ messages)

[PATCH] Remove old no iommu direct mapping code
 2019-04-23 20:03 UTC 

[PATCH v2] iio: adc: ad7766: Change alignment to match paranthesis
 2019-04-23 20:03 UTC 

[PATCH] ACPI / LPSS: Don't skip late system PM ops for hibernate on BYT/CHT
 2019-04-23 20:03 UTC  (9+ messages)

[PATCH] platform: uv: fix missing checks for kcalloc
 2019-04-23 20:02 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Wqiio: adc: ad7766: Change alignment to match paranthesis
 2019-04-23 20:00 UTC 

[PATCH] fs/proc/proc_sysctl.c: Fix a NULL pointer dereference
 2019-04-23 19:58 UTC  (3+ messages)

[PATCH v3 0/3] Refactor memory initialization hardening
 2019-04-23 19:49 UTC  (4+ messages)
` [PATCH v3 1/3] security: Create "kernel hardening" config area
` [PATCH v3 2/3] security: Move stackleak config to Kconfig.hardening
` [PATCH v3 3/3] security: Implement Clang's stack initialization

[PATCH] binfmt_elf: Update READ_IMPLIES_EXEC logic for modern CPUs
 2019-04-23 19:25 UTC  (3+ messages)
  ` [musl] "

[PATCH] drivers: hv: Add a module description line
 2019-04-23 19:45 UTC  (3+ messages)
` [PATCH][v2] drivers: hv: Add a module description line to the hv_vmbus driver

[PATCH] drivers: input: serio: Add a module desription
 2019-04-23 19:45 UTC  (3+ messages)
` [PATCH][v2] drivers: input: serio: Add a module desription to the hyperv_keyboard driver

[PATCH] drivers: hid: Add a module description line
 2019-04-23 19:44 UTC  (3+ messages)
` [PATCH][v2] drivers: hid: Add a module description line to the hid_hyperv driver

[PATCH v2 0/3] Refactor memory initialization hardening
 2019-04-23 19:36 UTC  (4+ messages)
` [PATCH v2 1/3] security: Create "kernel hardening" config area

[PATCH] Bluetooth: hci_qca: Fix crash with non-serdev devices
 2019-04-23 19:38 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).