linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-27 05:09:25 to 2020-05-27 08:11:52 UTC [more...]

[patch V9 38/39] x86/entry: Move paranoid irq tracing out of ASM code
 2020-05-27  8:11 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V9 36/39] x86/entry/32: Remove redundant irq disable code
 2020-05-27  8:11 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V9 35/39] x86/entry: Make enter_from_user_mode() static
 2020-05-27  8:11 UTC  (2+ messages)
` [tip: x86/entry] "

[patch V9 39/39] x86/entry: Remove the TRACE_IRQS cruft
 2020-05-27  8:11 UTC  (2+ messages)
` [tip: x86/entry] "

[PATCH net] netfilter: conntrack: Pass value of ctinfo to __nf_conntrack_update
 2020-05-27  8:10 UTC 

[PATCH 4.4 00/65] 4.4.225-rc1 review
 2020-05-27  8:09 UTC  (4+ messages)
` [PATCH 4.4 26/65] sched/fair, cpumask: Export for_each_cpu_wrap()

[PATCH 0/3] pinctrl: Adding support for Microchip serial GPIO controller
 2020-05-27  8:05 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: pinctrl: Add bindings for mscc,ocelot-sgpio

[PATCH v6 1/4] MIPS: Do not flush tlb page when updating PTE entry
 2020-05-27  7:10 UTC  (5+ messages)
` [PATCH v6 3/4] mm/memory.c: Add memory read privilege on page fault handling

[PATCH] exfat: optimize dir-cache
 2020-05-27  8:00 UTC  (3+ messages)

[PATCH] habanalabs: Fix static analysis error
 2020-05-27  8:00 UTC 

[PATCH net-next] nexthop: Fix type of event_type in call_nexthop_notifiers
 2020-05-27  8:00 UTC 

[PATCH 1/2] mmc: core: Do not export MMC_NAME= and MODALIAS=mmc:block for SDIO cards
 2020-05-27  8:00 UTC  (5+ messages)
` [PATCH 2/2] mmc: core: Export device/vendor ids from Common CIS "

[PATCH 0/9] DT: Improve validation for Marvell SoCs
 2020-05-27  7:59 UTC  (3+ messages)
` [PATCH v2 1/9] dt-bindings: mmc: Convert sdhci-pxa to json-schema

[PATCH 2/2] clk: Remove CONFIG_ARCH_HISI check for subdir hisilicon
 2020-05-27  7:56 UTC  (2+ messages)

[PATCH] usb/phy-generic: Add support for OTG VBUS supply control
 2020-05-27  7:15 UTC  (2+ messages)

[PATCH net] vsock: fix timeout in vsock_accept()
 2020-05-27  7:56 UTC 

arch/mips/bmips/setup.c:170:23: warning: array comparison always evaluates to true
 2020-05-27  7:54 UTC 

[PATCH] mac80211_hwsim: report the WIPHY_FLAG_SUPPORTS_5_10_MHZ capability
 2020-05-27  7:54 UTC  (4+ messages)

[PATCH for-5.8 0/2] dwc3: meson-g12a: two fixes for v5.8
 2020-05-27  7:53 UTC  (3+ messages)
` [PATCH for-5.8 1/2] usb: dwc3: meson-g12a: fix error path when fetching the reset line fails

[PATCH V2] arm64/cpufeature: Add get_arm64_ftr_reg_nowarn()
 2020-05-27  7:53 UTC  (5+ messages)

[PATCH 0/2] RZ/G1H enable sound support
 2020-05-27  7:52 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: ASoC: renesas,rsnd: Add r8a7742 support
` [PATCH 2/2] ARM: dts: r8a7742: Add audio support

[PATCH] net/mlx5e: Don't use err uninitialized in mlx5e_attach_decap
 2020-05-27  7:50 UTC 

[PATCH 1/2] software node: implement software_node_unregister()
 2020-05-27  7:50 UTC  (6+ messages)
` [PATCH 2/2] kobject: send KOBJ_REMOVE uevent when the object is removed from sysfs

[PATCH v5] workqueue: Remove unnecessary kfree() call in rcu_free_wq()
 2020-05-27  7:57 UTC 

[PATCH RFCv2 0/9] kvm/arm64: Support Async Page Fault
 2020-05-27  7:48 UTC  (14+ messages)
` [PATCH RFCv2 3/9] kvm/arm64: Rename kvm_vcpu_get_hsr() to kvm_vcpu_get_esr()
` [PATCH RFCv2 7/9] kvm/arm64: Support async page fault
` [PATCH RFCv2 9/9] arm64: "

[PATCH v5 0/8] drm: rcar-du: Add Color Management Module (CMM)
 2020-05-27  7:44 UTC  (5+ messages)

[PATCH -tip v3 00/11] Fix KCSAN for new ONCE (require Clang 11)
 2020-05-27  7:44 UTC  (12+ messages)
` [PATCH -tip v3 09/11] data_race: Avoid nested statement expression

[RFC] power: supply: bq27xxx_battery: Fix polling interval after re-bind
 2020-05-27  7:42 UTC  (3+ messages)

[PATCH v1] regulator: Add support for sync_state() callbacks
 2020-05-27  7:40 UTC 

[PATCH 1/4] exfat: redefine PBR as boot_sector
 2020-05-27  7:39 UTC  (4+ messages)
  ` [PATCH 4/4] exfat: standardize checksum calculation

[PATCH v5 00/11] mediatek: add support for MediaTek Ethernet MAC
 2020-05-27  7:31 UTC  (3+ messages)
` [PATCH v5 06/11] net: ethernet: mtk-star-emac: new driver

[PATCH 0/5] x86/entry: simply stack switching when exception on userspace
 2020-05-27  7:31 UTC  (6+ messages)
` [PATCH 1/5] x86/entry: introduce macro idtentry_swapgs_and_switch_to_kernel_stack
` [PATCH 2/5] x86/entry: avoid calling into sync_regs() when entering from userspace
` [PATCH 3/5] x86/entry: directly switch to kernel stack when .Lerror_bad_iret
` [PATCH 4/5] x86/entry: remove unused sync_regs()
` [PATCH 5/5] x86/entry: don't copy to tmp in fixup_bad_iret

[PATCH 1/1] USB: serial: option: add Telit LE910C1-EUX compositions
 2020-05-27  7:31 UTC  (2+ messages)

[PATCH 1/2] power: supply: bq27xxx_battery: Notify about all battery changes
 2020-05-27  7:30 UTC  (4+ messages)

[PATCH v3 0/3] vmalloc kernel mapping and relocatable kernel
 2020-05-27  7:29 UTC  (6+ messages)
` [PATCH v3 1/3] riscv: Move kernel mapping to vmalloc zone

[PATCH v6 0/9] Enable ili9341 and l3gd20 on stm32f429-disco
 2020-05-27  7:27 UTC  (10+ messages)
` [PATCH v6 1/9] ARM: dts: stm32: Add dma config for spi5
` [PATCH v6 2/9] ARM: dts: stm32: Add pin map for ltdc & spi5 on stm32f429-disco board
` [PATCH v6 3/9] ARM: dts: stm32: enable ltdc binding with ili9341, gyro l3gd20 on stm32429-disco board
` [PATCH v6 4/9] dt-bindings: display: panel: Add ilitek ili9341 panel bindings
` [PATCH v6 5/9] clk: stm32: Fix stm32f429's ltdc driver hang in set clock rate
` [PATCH v6 6/9] clk: stm32: Fix ltdc's clock turn off by clk_disable_unused() after kernel startup
` [PATCH v6 7/9] drm/panel: Add ilitek ili9341 panel driver
` [PATCH v6 8/9] spi: stm32: Add 'SPI_SIMPLEX_RX', 'SPI_3WIRE_RX' support for stm32f4
` [PATCH v6 9/9] spi: flags 'SPI_CONTROLLER_MUST_RX' and 'SPI_CONTROLLER_MUST_TX' can't be coexit with 'SPI_3WIRE' mode

[PATCH v2 1/2] perf evlist: Ensure grouped events with same cpu map
 2020-05-27  7:26 UTC  (5+ messages)

drivers/gpu/drm/r128/ati_pcigart.c:188:52: sparse: sparse: incorrect type in assignment (different base types)
 2020-05-27  7:17 UTC 

[PATCH v2 1/2] clk: hisilicon: Use correct return value about hisi_reset_init()
 2020-05-27  7:15 UTC  (2+ messages)
` [PATCH v2 2/2] clk: Remove CONFIG_ARCH_HISI check for subdir hisilicon in Makefile

[PATCH 0/7] media: atomisp: Address several clang warnings
 2020-05-27  7:11 UTC  (8+ messages)
` [PATCH 1/7] media: atomisp: Clean up if block in sh_css_sp_init_stage
` [PATCH 2/7] media: atomisp: Remove second increment of count in atomisp_subdev_probe
` [PATCH 3/7] media: atomisp: Add stub for atomisp_mrfld_power
` [PATCH 4/7] media: atomisp: Remove unnecessary NULL checks in ia_css_pipe_load_extension
` [PATCH 5/7] media: atomisp: Remove unnecessary NULL check in atomisp_param
` [PATCH 6/7] media: atomisp: Avoid overflow in compute_blending
` [PATCH 7/7] media: atomisp: Remove binary_supports_input_format

[PATCH] clk: bcm2835: Constify struct debugfs_reg32
 2020-05-27  7:10 UTC  (2+ messages)

[PATCH v1] x86: Pin cr4 FSGSBASE
 2020-05-27  7:07 UTC  (6+ messages)

[PATCH v2 00/91] drm/vc4: Support BCM2711 Display Pipeline
 2020-05-27  7:06 UTC  (13+ messages)
` [PATCH v2 06/91] clk: bcm: rpi: Statically init clk_init_data
` [PATCH v2 08/91] clk: bcm: rpi: Remove global pllb_arm clock pointer
` [PATCH v2 09/91] clk: bcm: rpi: Make sure pllb_arm is removed
` [PATCH v2 15/91] clk: bcm: rpi: Pass the clocks data to the firmware function
` [PATCH v2 20/91] clk: bcm: rpi: Discover the firmware clocks
` [PATCH v2 25/91] clk: bcm: Add BCM2711 DVP driver

[PATCH 06/29] asm-generic: don't include <linux/mm.h> in cacheflush.h
 2020-05-27  7:02 UTC  (4+ messages)
` [PATCH] media: omap3isp: Shuffle cacheflush.h and include mm.h

[PATCH net-next 0/4] net: phy: mscc-miim: reduce waiting time between MDIO transactions
 2020-05-27  7:00 UTC  (3+ messages)

[PATCH v2 1/1] userfaultfd/sysctl: add vm.unprivileged_userfaultfd
 2020-05-27  6:54 UTC 

[PATCH v3 00/16] Add support for Kontron sl28cpld
 2020-05-27  6:53 UTC  (9+ messages)
` [PATCH v3 03/16] mfd: mfd-core: match device tree node against reg property

[PATCH v9] mfd: mt6360: add pmic mt6360 driver
 2020-05-27  6:48 UTC  (2+ messages)

[v3,1/1] hwmon:(nct7904) Set default timeout
 2020-05-27  6:47 UTC  (2+ messages)

[PATCH v2 00/12] clean-up the migration target allocation functions
 2020-05-27  6:45 UTC  (13+ messages)
` [PATCH v2 01/12] mm/page_isolation: prefer the node of the source page
` [PATCH v2 02/12] mm/migrate: move migration helper from .h to .c
` [PATCH v2 03/12] mm/hugetlb: introduce alloc_control structure to simplify migration target allocation APIs
` [PATCH v2 04/12] mm/hugetlb: use provided ac->gfp_mask for allocation
` [PATCH v2 05/12] mm/hugetlb: unify hugetlb migration callback function
` [PATCH v2 06/12] mm/hugetlb: make hugetlb migration target allocation APIs CMA aware
` [PATCH v2 07/12] mm/hugetlb: do not modify user provided gfp_mask
` [PATCH v2 08/12] mm/migrate: change the interface of the migration target alloc/free functions
` [PATCH v2 09/12] mm/migrate: make standard migration target allocation functions
` [PATCH v2 10/12] mm/gup: use standard migration target allocation function
` [PATCH v2 11/12] mm/mempolicy: "
` [PATCH v2 12/12] mm/page_alloc: use standard migration target allocation function directly

[PATCH 00/11] clean-up the migration target allocation functions
 2020-05-27  6:45 UTC  (5+ messages)
` [PATCH 01/11] mm/page_isolation: prefer the node of the source page

[PATCH v11 00/56] atmel_mxt_ts misc
 2020-05-27  6:43 UTC  (2+ messages)

[RESEND PATCH v2 0/4] add mipi_csi_xx gate clocks for SC9863A
 2020-05-27  6:41 UTC  (9+ messages)
` [RESEND PATCH v2 1/4] clk: sprd: check its parent status before reading gate clock
` [RESEND PATCH v2 2/4] dt-bindings: clk: sprd: add mipi_csi_xx clocks for SC9863A
` [RESEND PATCH v2 3/4] clk: sprd: add dt-bindings include for mipi_csi_xx clocks
` [RESEND PATCH v2 4/4] clk: sprd: add mipi_csi_xx gate clocks

[PATCH v1 1/1] PCI/ERR: Handle fatal error recovery for non-hotplug capable devices
 2020-05-27  6:41 UTC  (10+ messages)

[PATCH] clk: versatile: remove redundant assignment to pointer clk
 2020-05-27  6:40 UTC  (3+ messages)

[PATCH v4] workqueue: Remove unnecessary kfree(NULL)
 2020-05-27  6:40 UTC  (2+ messages)
` [PATCH v4] workqueue: Remove unnecessary kfree() call in rcu_free_wq()

[PATCH v2 0/3] Buggy bootloader workaround v2
 2020-05-27  6:34 UTC  (4+ messages)
` [PATCH v2 1/3] MIPS: head.S: Always jump to kernel_entry at head of text
` [PATCH v2 2/3] MIPS: Move kernel head into a standalone section
` [PATCH v2 3/3] MIPS: Loongson64: select NO_EXCEPT_FILL

[RFC PATCH v4 00/13] riscv: Add vector ISA support
 2020-05-27  6:34 UTC  (4+ messages)
` [RFC PATCH v4 01/13] ptrace: Use regset_size() for dynamic regset size

KMSAN: uninit-value in bpf_skb_load_helper_32
 2020-05-27  6:32 UTC  (2+ messages)

[PATCH v6 0/5] remoteproc: qcom: PIL info support
 2020-05-27  6:31 UTC  (8+ messages)
` [PATCH v6 1/5] dt-bindings: remoteproc: Add Qualcomm PIL info binding
` [PATCH v6 2/5] remoteproc: qcom: Introduce helper to store pil info in IMEM
` [PATCH v6 3/5] remoteproc: qcom: Update PIL relocation info on load
` [PATCH v6 4/5] arm64: dts: qcom: qcs404: Add IMEM and PIL info region
` [PATCH v6 5/5] arm64: dts: qcom: sdm845: "

[PATCH v1 0/2] pwm: intel: Add PWM driver for new SoC
 2020-05-27  6:28 UTC  (4+ messages)
` [PATCH v1 2/2] Add PWM driver for LGM

[PATCH V7 0/3] Convert QUP bindings to YAML and add ICC, pin swap doc
 2020-05-27  6:27 UTC  (4+ messages)
` [PATCH V7 1/3] dt-bindings: geni-se: Convert QUP geni-se bindings to YAML
` [PATCH V7 2/3] dt-bindings: geni-se: Add interconnect binding for GENI QUP
` [PATCH V7 3/3] dt-bindings: serial: Add binding for UART pin swap

[PATCH] power: reset: vexpress: fix build issue
 2020-05-27  6:28 UTC  (6+ messages)

[PATCH 0/4] x86/boot: Remove runtime relocations from compressed kernel
 2020-05-27  6:26 UTC  (15+ messages)
` [PATCH v2 "

[PATCH v3 0/4] kdb: Improve console handling
 2020-05-27  6:25 UTC  (5+ messages)
` [PATCH v3 1/4] kdb: Re-factor kdb_printf() message write code
` [PATCH v3 2/4] kdb: Check status of console prior to invoking handlers
` [PATCH v3 3/4] kdb: Make kdb_printf robust to run in NMI context
` [PATCH v3 4/4] kdb: Switch kdb_msg_write() to use safer polling I/O

[PATCH v2] net: phy: at803x: add cable diagnostics support for ATH9331 and ATH8032
 2020-05-27  6:26 UTC  (2+ messages)

[PATCH v2] clk: mediatek: assign the initial value to clk_init_data of mtk_mux
 2020-05-27  6:25 UTC 

[PATCH] iommu/iova: Free global iova rcache on iova alloc failure
 2020-05-27  6:24 UTC 

[PATCH v4 0/7] clean up redundant 'kvm_run' parameters
 2020-05-27  6:24 UTC  (7+ messages)
` [PATCH v4 3/7] KVM: PPC: Remove redundant kvm_run from vcpu_arch
` [PATCH v4 6/7] KVM: MIPS: clean up redundant 'kvm_run' parameters

[PATCH V2] mfd: sprd: Add wakeup capability for PMIC irq
 2020-05-27  6:21 UTC 

[PATCH] HID: multitouch: Remove MT_CLS_WIN_8_DUAL
 2020-05-27  6:19 UTC  (4+ messages)

[PATCH] macvlan: Skip loopback packets in RX handler
 2020-05-27  6:18 UTC  (2+ messages)

[PATCH] HID: multitouch: enable multi-input as a quirk for some devices
 2020-05-27  6:18 UTC  (2+ messages)

[PATCH] MIPS: Fix IRQ tracing when call handle_fpe() and handle_msa_fpe()
 2020-05-27  6:11 UTC 

[PATCH 0/1] Document Ingenic SoCs binding
 2020-05-27  6:10 UTC  (4+ messages)
` [PATCH 1/1] dt-bindings: MIPS: "

[RFC PATCH v12 0/11] Enable ptp_kvm for arm64
 2020-05-27  6:06 UTC  (6+ messages)
` [RFC PATCH v12 07/11] psci: Add hypercall service for kvm ptp

[PATCH] vdpa: fix typos in the comments for __vdpa_alloc_device()
 2020-05-27  6:05 UTC 

[PATCH] ipc/msg.c: wake up senders until there is a queue empty capacity
 2020-05-27  6:03 UTC  (4+ messages)

Introduce SMP support for CI20 (based on JZ4780) v8
 2020-05-27  5:59 UTC  (4+ messages)
` [PATCH v8 4/6] dt-bindings: MIPS: Document Ingenic SoCs binding

[RFC PATCH] gpio: uapi: v2 proposal
 2020-05-27  5:58 UTC  (4+ messages)

[PATCH 0/2] Bugy bootloader woraround
 2020-05-27  5:58 UTC  (4+ messages)
` [PATCH 1/2] MIPS: head.S: Always jump to kernel_entry at head of text
` [PATCH 2/2] MIPS: Loongso64: select NO_EXCEPT_FILL

[PATCH] sparc32: register memory occupied by kernel as memblock.memory
 2020-05-27  5:58 UTC  (3+ messages)

[PATCH v1 0/5] NVIDIA Tegra devfreq drivers improvements
 2020-05-27  5:57 UTC  (4+ messages)
` [PATCH v1 2/5] clk: Introduce clk_round_rate_unboundly()

[PATCH V4 0/8] Enable ext4 support for per-file/directory DAX operations
 2020-05-27  5:54 UTC  (3+ messages)
` [PATCH V4 6/8] fs/ext4: Make DAX mount option a tri-state

general protection fault in start_creating
 2020-05-27  5:44 UTC 

[RFC] perf/core: allow ftrace for functions in kernel/event/core.c
 2020-05-27  5:40 UTC  (3+ messages)

[PATCH] perf jvmti: remove redundant jitdump line table entries
 2020-05-27  5:40 UTC  (5+ messages)

[PATCH V2] PCI: qcom: Improve exception handling in qcom_pcie_probe()
 2020-05-27  5:38 UTC  (2+ messages)

[PATCH] gpiolib: add GPIO_SET_DEBOUNCE_IOCTL
 2020-05-27  5:31 UTC  (7+ messages)

block I/O accounting improvements v2
 2020-05-27  5:24 UTC  (17+ messages)
` [PATCH 01/16] block: add disk/bio-based accounting helpers
` [PATCH 02/16] drbd: use bio_{start,end}_io_acct
` [PATCH 03/16] rsxx: "
` [PATCH 04/16] lightnvm/pblk: "
` [PATCH 05/16] bcache: "
` [PATCH 06/16] dm: "
` [PATCH 07/16] nvdimm: "
` [PATCH 08/16] zram: nvdimm: use bio_{start,end}_io_acct and disk_{start,end}_io_acct
` [PATCH 09/16] block: remove generic_{start,end}_io_acct
` [PATCH 10/16] block: move update_io_ticks to blk-core.c
` [PATCH 11/16] block: always use a percpu variable for disk stats
` [PATCH 12/16] block: account merge of two requests
` [PATCH 13/16] block: add a blk_account_io_merge_bio helper
` [PATCH 14/16] block: remove rcu_read_lock() from part_stat_lock()
` [PATCH 15/16] block: use __this_cpu_add() instead of access by smp_processor_id()
` [PATCH 16/16] block: reduce part_stat_lock() scope

block I/O accounting improvements
 2020-05-27  5:23 UTC  (4+ messages)
` [PATCH 01/16] block: add disk/bio-based accounting helpers

[PATCH 1/1] nvme-pci: avoid race between nvme_reap_pending_cqes() and nvme_poll()
 2020-05-27  5:18 UTC  (3+ messages)

KVM broken after suspend in most recent kernels
 2020-05-27  5:13 UTC  (5+ messages)

3ba75830ce ("nfsd4: drc containerization"): [ 51.013875] WARNING: possible circular locking dependency detected
 2020-05-27  5:11 UTC 

[PATCH v5 0/4] Charge loop device i/o to issuing cgroup
 2020-05-27  5:09 UTC  (5+ messages)

[PATCH bpf-next] libbpf: Export bpf_object__load_vmlinux_btf
 2020-05-27  5:09 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).