linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-15 02:11:28 to 2019-11-15 06:48:15 UTC [more...]

[RFC PATCH v3 0/7] Speed booting by sorting ORC unwind tables at build time
 2019-11-15  6:47 UTC  (3+ messages)
` [RFC PATCH v3 3/7] scripts/sortextable: Remove dead code
` [RFC PATCH v3 7/7] x86/unwind/orc: remove run-time ORC unwind tables sort

[PATCH] block,bfq: Skip tracing hooks if possible
 2019-11-15  6:47 UTC  (2+ messages)

[PATCH v5 1/7] scsi: ufs: Add device reset in link recovery path
 2019-11-15  6:35 UTC  (9+ messages)
` [PATCH v5 2/7] scsi: ufs-qcom: Add reset control support for host controller
` [PATCH v5 3/7] scsi: ufs: Fix up auto hibern8 enablement
` [PATCH v5 4/7] scsi: ufs: Fix register dump caused sleep in atomic context
` [PATCH v5 5/7] scsi: ufs: Fix irq return code
` [PATCH v5 6/7] scsi: ufs: Abort gating if clock on request is pending
` [PATCH v5 7/7] scsi: ufs: Fix error handing during hibern8 enter

[PATCH v3] remoteproc: stm32: fix probe error case
 2019-11-15  6:32 UTC  (2+ messages)

[PATCH RFC v2 00/10] media: hantro: H264 fixes and improvements
 2019-11-15  6:26 UTC  (4+ messages)
  ` [RFC v2 09/10] media: uapi: h264: Add DPB entry field reference flags

[PATCH] power: supply: pda_power: add missed usb_unregister_notifier
 2019-11-15  6:25 UTC 

[PATCH] net: gemini: add missed free_netdev
 2019-11-15  6:24 UTC 

[PATCH 4.4 00/20] 4.4.202-stable review
 2019-11-15  6:20 UTC  (21+ messages)
` [PATCH 4.4 01/20] kvm: mmu: Dont read PDPTEs when paging is not enabled
` [PATCH 4.4 02/20] MIPS: BCM63XX: fix switch core reset on BCM6368
` [PATCH 4.4 03/20] powerpc/Makefile: Use cflags-y/aflags-y for setting endian options
` [PATCH 4.4 04/20] powerpc: Fix compiling a BE kernel with a powerpc64le toolchain
` [PATCH 4.4 05/20] powerpc/boot: Request no dynamic linker for boot wrapper
` [PATCH 4.4 06/20] KVM: Introduce kvm_get_arch_capabilities()
` [PATCH 4.4 07/20] KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
` [PATCH 4.4 08/20] kvm: x86: IA32_ARCH_CAPABILITIES is always supported
` [PATCH 4.4 09/20] KVM: x86: use Intel speculation bugs and features as derived in generic x86 code
` [PATCH 4.4 10/20] x86/msr: Add the IA32_TSX_CTRL MSR
` [PATCH 4.4 11/20] x86/cpu: Add a helper function x86_read_arch_cap_msr()
` [PATCH 4.4 12/20] x86/cpu: Add a "tsx=" cmdline option with TSX disabled by default
` [PATCH 4.4 13/20] x86/speculation/taa: Add mitigation for TSX Async Abort
` [PATCH 4.4 14/20] x86/speculation/taa: Add sysfs reporting "
` [PATCH 4.4 15/20] kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
` [PATCH 4.4 16/20] x86/tsx: Add "auto" option to the tsx= cmdline parameter
` [PATCH 4.4 17/20] x86/speculation/taa: Add documentation for TSX Async Abort
` [PATCH 4.4 18/20] x86/tsx: Add config options to set tsx=on|off|auto
` [PATCH 4.4 19/20] x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUs
` [PATCH 4.4 20/20] x86/bugs: Add ITLB_MULTIHIT bug infrastructure

[PATCH 4.9 00/31] 4.9.202-stable review
 2019-11-15  6:21 UTC  (32+ messages)
` [PATCH 4.9 01/31] kvm: mmu: Dont read PDPTEs when paging is not enabled
` [PATCH 4.9 02/31] Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in hci_uart_set_proto()
` [PATCH 4.9 03/31] MIPS: BCM63XX: fix switch core reset on BCM6368
` [PATCH 4.9 04/31] usb: gadget: core: unmap request from DMA only if previously mapped
` [PATCH 4.9 05/31] KVM: x86: use Intel speculation bugs and features as derived in generic x86 code
` [PATCH 4.9 06/31] x86/msr: Add the IA32_TSX_CTRL MSR
` [PATCH 4.9 07/31] x86/cpu: Add a helper function x86_read_arch_cap_msr()
` [PATCH 4.9 08/31] x86/cpu: Add a "tsx=" cmdline option with TSX disabled by default
` [PATCH 4.9 09/31] x86/speculation/taa: Add mitigation for TSX Async Abort
` [PATCH 4.9 10/31] x86/speculation/taa: Add sysfs reporting "
` [PATCH 4.9 11/31] kvm/x86: Export MDS_NO=0 to guests when TSX is enabled
` [PATCH 4.9 12/31] x86/tsx: Add "auto" option to the tsx= cmdline parameter
` [PATCH 4.9 13/31] x86/speculation/taa: Add documentation for TSX Async Abort
` [PATCH 4.9 14/31] x86/tsx: Add config options to set tsx=on|off|auto
` [PATCH 4.9 15/31] x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUs
` [PATCH 4.9 16/31] KVM: x86: simplify ept_misconfig
` [PATCH 4.9 17/31] KVM: x86: extend usage of RET_MMIO_PF_* constants
` [PATCH 4.9 18/31] kvm: Convert kvm_lock to a mutex
` [PATCH 4.9 19/31] kvm: x86: Do not release the page inside mmu_set_spte()
` [PATCH 4.9 20/31] KVM: x86: make FNAME(fetch) and __direct_map more similar
` [PATCH 4.9 21/31] KVM: x86: remove now unneeded hugepage gfn adjustment
` [PATCH 4.9 22/31] KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ON
` [PATCH 4.9 23/31] KVM: x86: Add is_executable_pte()
` [PATCH 4.9 24/31] KVM: x86: add tracepoints around __direct_map and FNAME(fetch)
` [PATCH 4.9 25/31] KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is active
` [PATCH 4.9 26/31] x86/bugs: Add ITLB_MULTIHIT bug infrastructure
` [PATCH 4.9 27/31] cpu/speculation: Uninline and export CPU mitigations helpers
` [PATCH 4.9 28/31] kvm: mmu: ITLB_MULTIHIT mitigation
` [PATCH 4.9 29/31] kvm: Add helper function for creating VM worker threads
` [PATCH 4.9 30/31] kvm: x86: mmu: Recovery of shattered NX large pages
` [PATCH 4.9 31/31] Documentation: Add ITLB_MULTIHIT documentation

[PATCH] vrf: Fix possible NULL pointer oops when delete nic
 2019-11-15  6:22 UTC 

[PATCH] mm/hmm: remove hmm_range_dma_map and hmm_range_dma_unmap
 2019-11-15  6:18 UTC  (2+ messages)

[PATCH] staging: rtl*: Remove tasklet callback casts
 2019-11-15  6:16 UTC  (2+ messages)

[PATCH 0/7] devfreq: improve devfreq statistics counting
 2019-11-15  6:21 UTC  (14+ messages)
  ` [PATCH 3/7] devfreq: add clearing transitions stats in sysfs
  ` [PATCH 7/7] devfreq: move statistics to separate struct
  ` [PATCH 5/7] devfreq: move transition statistics to devfreq profile structure

[PATCH] random: Don't freeze in add_hwgenerator_randomness() if stopping kthread
 2019-11-15  6:08 UTC  (2+ messages)

[PATCH] crypto: tcrypt: constify check alg list
 2019-11-15  6:07 UTC  (2+ messages)

[power supply]:missing definition without config
 2019-11-15  6:06 UTC 

[PATCH] MAINTAINERS: add linux-amlogic list for amlogic crypto
 2019-11-15  6:07 UTC  (2+ messages)

[PATCH] crypto: amlogic - fix two resources leak
 2019-11-15  6:07 UTC  (2+ messages)

[PATCH] crypto: hisilicon: no need to check return value of debugfs_create functions
 2019-11-15  6:06 UTC  (2+ messages)

[PATCH][next][V2] crypto: allwinner: fix some spelling mistakes
 2019-11-15  6:05 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: rng: atmel-trng: add new compatible
 2019-11-15  6:05 UTC  (2+ messages)

[PATCH] media: hantro: make update_dpb() not leave holes in DPB
 2019-11-15  6:03 UTC  (4+ messages)

[PATCH v6 0/2] pinctrl: Add new pinctrl/GPIO driver
 2019-11-15  6:01 UTC  (6+ messages)
` [PATCH v6 2/2] dt-bindings: pinctrl: intel: Add for new SoC

[PATCH] dt-bindings: Improve validation build error handling
 2019-11-15  5:58 UTC  (4+ messages)

[PATCH v5 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-15  5:53 UTC  (25+ messages)
` [PATCH v5 01/24] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v5 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v5 03/24] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v5 04/24] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v5 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v5 06/24] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v5 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v5 08/24] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v5 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v5 10/24] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v5 11/24] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v5 12/24] IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v5 13/24] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v5 14/24] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v5 15/24] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v5 16/24] net/xdp: "
` [PATCH v5 17/24] mm/gup: track FOLL_PIN pages
` [PATCH v5 18/24] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v5 19/24] vfio, mm: "
` [PATCH v5 20/24] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v5 21/24] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v5 22/24] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v5 23/24] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v5 24/24] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[PATCH 1/2] KVM: X86: Single target IPI fastpath
 2019-11-15  5:56 UTC  (6+ messages)

[PATCH] mm/debug: PageAnon() is true for PageKsm() pages
 2019-11-15  5:47 UTC  (4+ messages)

[PATCH v4 00/47] QUICC Engine support on ARM and ARM64
 2019-11-15  5:44 UTC  (10+ messages)
` [PATCH v4 07/47] soc: fsl: qe: qe.c: guard use of pvr_version_is() with CONFIG_PPC32
` [PATCH v4 32/47] serial: ucc_uart: use of_property_read_u32() in ucc_uart_probe()
` [PATCH v4 45/47] net/wan/fsl_ucc_hdlc: reject muram offsets above 64K
` [PATCH v4 46/47] net: ethernet: freescale: make UCC_GETH explicitly depend on PPC32

[PATCH] HID: i2c-hid: remove orphaned member sleep_delay
 2019-11-15  5:36 UTC 

[PATCH] Revert "platform/x86: wmi: Destroy on cleanup rather than unregister"
 2019-11-15  5:27 UTC 

[PATCH] phy: cpcap-usb: Fix error path when no host driver is loaded
 2019-11-15  5:33 UTC 

[PATCH v3 01/13] media: uvcvideo: drop error check of debugfs_create_dir()
 2019-11-15  5:33 UTC  (3+ messages)
` [PATCH v3 10/13] usb: gadget: udc: renesas_usb3: create debugfs directory under usb root

how to disable the button kernel module?
 2019-11-15  5:33 UTC  (2+ messages)

linux-next: manual merge of the pidfd tree with Linus' tree
 2019-11-15  5:32 UTC 

[PATCH v1] i2c: of: Populate fwnode in of_i2c_get_board_info()
 2019-11-15  5:32 UTC  (2+ messages)

[PATCH 0/5] bnx2x: Remove function casts
 2019-11-15  5:07 UTC  (6+ messages)
` [PATCH 1/5] bnx2x: Drop redundant callback "
` [PATCH 2/5] bnx2x: Remove read_status_t "
` [PATCH 3/5] bnx2x: Remove config_init_t "
` [PATCH 4/5] bnx2x: Remove format_fw_ver_t "
` [PATCH 5/5] bnx2x: Remove hw_reset_t "

[PATCH RFC 0/5] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2019-11-15  5:30 UTC  (9+ messages)
` [PATCH RFC 3/5] blk-mq: Facilitate a shared tags per tagset

[PATCH v5 00/38] Hardened usercopy whitelisting
 2019-11-14 21:27 UTC  (5+ messages)
` [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
  ` [kernel-hardening] "

[PATCH v3] can: m_can: add support for one shot mode
 2019-11-15  5:20 UTC  (3+ messages)

drivers/acpi/processor_thermal.c:66:1: warning: the frame size of 2160 bytes is larger than 2048 bytes
 2019-11-15  5:20 UTC 

[PATCH] MAINTAINERS: Mark linux-i3c mailing list moderated
 2019-11-15  5:15 UTC  (2+ messages)

[PATCH 0/2][v2] Add task resctrl information in procfs
 2019-11-15  5:25 UTC  (3+ messages)
` [PATCH 1/2][v2] resctrl: Add CPU_RESCTRL
` [PATCH 2/2][v2] x86/resctrl: Add task resctrl information display

[PATCH] x86/numa: Fix typo
 2019-11-15  5:08 UTC 

[PATCH] x86/setup: Fix typos
 2019-11-15  5:07 UTC 

[RFC PATCH] x86/acpi: Drop duplicate BOOT table initialization
 2019-11-15  5:06 UTC 

[GIT PULL] MIPS fixes
 2019-11-15  5:04 UTC 

linux-next: manual merge of the livepatching tree with the ftrace tree
 2019-11-15  5:03 UTC 

single aio thread is migrated crazily by scheduler
 2019-11-15  4:56 UTC  (4+ messages)

linux-next: manual merge of the pwm tree with the devicetree tree
 2019-11-15  4:44 UTC 

linux-next: build warning after merge of the vhost tree
 2019-11-15  4:36 UTC 

console output duplicated when registering additional consoles
 2019-11-15  4:33 UTC  (4+ messages)

[PATCH 00/10] Add support for OpenCAPI SCM devices
 2019-11-15  4:30 UTC  (3+ messages)
` [PATCH 02/10] nvdimm: remove prototypes for nonexistent functions

[RFC 0/2] docs: ftrace: Clarify the RAM impact of buffer_size_kb
 2019-11-15  4:24 UTC  (6+ messages)
` [RFC 1/2] "

[PATCH] x86/resctrl: Add task resctrl information display
 2019-11-15  4:24 UTC  (3+ messages)

[PATCH 0/3] fix potential infinite loop in debugfs_remove_recursive
 2019-11-15  4:12 UTC  (6+ messages)
` [PATCH 1/3] dcache: add a new enum type for 'dentry_d_lock_class'
` [PATCH 2/3] fs/libfs.c: use 'spin_lock_nested' when taking 'd_lock' for dentry in simple_empty
` [PATCH 3/3] debugfs: fix potential infinite loop in debugfs_remove_recursive

linux-next: build warning after merge of the ftrace tree
 2019-11-15  3:43 UTC  (2+ messages)

[v3,net-next, 2/2] enetc: update TSN Qbv PSPEED set according to adjust link speed
 2019-11-15  3:33 UTC  (3+ messages)
` [v4,net-next, 1/2] enetc: Configure the Time-Aware Scheduler via tc-taprio offload
  ` [v4,net-next, 2/2] enetc: update TSN Qbv PSPEED set according to adjust link speed

[PATCH v4 3/7] scsi: ufs: Fix up auto hibern8 enablement
 2019-11-15  3:33 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: thermal: sprd: Add the Spreadtrum thermal documentation
 2019-11-15  3:28 UTC  (3+ messages)

[PATCH] drivers/base: Fix memory leak in error paths
 2019-11-15  3:26 UTC  (2+ messages)

[PATCH v2 01/13] media: uvcvideo: drop error check of debugfs_create_dir()
 2019-11-15  3:21 UTC  (6+ messages)
` [PATCH v2 05/13] usb: musb: create debugfs directory under usb root

[PATCH] ext4: bio_alloc never fails
 2019-11-15  3:24 UTC  (5+ messages)
` [PATCH v2] ext4: bio_alloc with __GFP_DIRECT_RECLAIM "

[PATCH 0/1] usb: gadget: add raw-gadget interface
 2019-11-15  3:20 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH] dmaengine: sf-pdma: fix kernel-doc W=1 warning
 2019-11-15  3:10 UTC 

Linux 3.16.77
 2019-11-15  3:06 UTC 

[PATCH v2 0/2] mm: remove the memory isolate notifier
 2019-11-15  3:06 UTC  (3+ messages)
` [PATCH v2 1/2] "

[PATCH v3 0/2] arm64: dts: Initial RTD1619 SoC and Realtek Mjolnir EVB support
 2019-11-15  3:03 UTC  (2+ messages)

[RFC v2 0/4] perf tools: Add support for some spe events and precise ip
 2019-11-15  2:59 UTC  (5+ messages)
` [RFC v2 4/4] perf tools: Support "branch-misses:pp" on arm64

[PATCH 2/3] mm: Introduce subsection_dev_map
 2019-11-15  2:57 UTC  (3+ messages)

linux-next: manual merge of the ftrace tree with the arm64 tree
 2019-11-15  2:53 UTC 

[v2,net-next, 2/2] enetc: update TSN Qbv PSPEED set according to adjust link speed
 2019-11-15  2:37 UTC  (4+ messages)
` [v3,net-next, 1/2] enetc: Configure the Time-Aware Scheduler via tc-taprio offload
    ` [EXT] "

[PATCH] net: macb: add missed tasklet_kill
 2019-11-15  2:32 UTC 

[PATCH] media: pxa_camera: add missed tasklet_kill
 2019-11-15  2:31 UTC 

[PATCH] crypto: picoxcell: add missed tasklet_kill
 2019-11-15  2:31 UTC 

[PATCH v7 0/3] PCI: Add Intel PCIe Driver and respective dt-binding yaml file
 2019-11-15  2:30 UTC  (4+ messages)
` [PATCH v7 1/3] dt-bindings: PCI: intel: Add YAML schemas for the PCIe RC controller
` [PATCH v7 2/3] dwc: PCI: intel: PCIe RC controller driver
` [PATCH v7 3/3] PCI: artpec6: Configure FTS with dwc helper function

[FYI PATCH 0/7] Mitigation for CVE-2018-12207
 2019-11-15  2:23 UTC  (10+ messages)

[PATCH 0/3] sched/numa: introduce advanced numa statistic
 2019-11-15  2:29 UTC  (3+ messages)
` [PATCH 3/3] sched/numa: documentation for per-cgroup numa stat
  ` [PATCH v2 "

mmotm 2019-11-14-17-24 uploaded
 2019-11-15  2:28 UTC  (2+ messages)
` mmotm 2019-11-14-17-24 uploaded (UML mm/vmalloc.c)

[PATCH] blk-mq: avoid repeatedly scheduling the same work to run hardware queue
 2019-11-15  2:13 UTC  (2+ messages)

[PATCH] debugfs: fix potential infinite loop in debugfs_remove_recursive
 2019-11-15  2:13 UTC  (9+ messages)

[PATCH net-next v2 00/15] vsock: add multi-transports support
 2019-11-15  2:12 UTC  (2+ messages)

[PATCH V3 1/2] ASoC: dt-bindings: fsl_asrc: add compatible string for imx8qm
 2019-11-15  2:11 UTC  (3+ messages)
  ` [alsa-devel] "


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