linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-26 15:12:12 to 2019-10-27 14:46:04 UTC [more...]

[PATCH v2 00/36] irqchip/gic-v4: GICv4.1 architecture support
 2019-10-27 14:42 UTC  (29+ messages)
` [PATCH v2 01/36] KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/put
` [PATCH v2 02/36] irqchip/gic-v3-its: Factor out wait_for_syncr primitive
` [PATCH v2 03/36] irqchip/gic-v3-its: Allow LPI invalidation via the DirectLPI interface
` [PATCH v2 04/36] irqchip/gic-v3-its: Make is_v4 use a TYPER copy
` [PATCH v2 05/36] irqchip/gic-v3-its: Kill its->ite_size and use TYPER copy instead
` [PATCH v2 06/36] irqchip/gic-v3-its: Kill its->device_ids "
` [PATCH v2 07/36] irqchip/gic-v3-its: Add get_vlpi_map() helper
` [PATCH v2 08/36] irqchip/gic-v3: Detect GICv4.1 supporting RVPEID
` [PATCH v2 09/36] irqchip/gic-v3: Add GICv4.1 VPEID size discovery
` [PATCH v2 10/36] irqchip/gic-v3: Workaround Cavium TX1 erratum when reading GICD_TYPER2
` [PATCH v2 11/36] irqchip/gic-v4.1: VPE table (aka GICR_VPROPBASER) allocation
` [PATCH v2 12/36] irqchip/gic-v4.1: Implement the v4.1 flavour of VMAPP
` [PATCH v2 13/36] irqchip/gic-v4.1: Don't use the VPE proxy if RVPEID is set
` [PATCH v2 14/36] irqchip/gic-v4.1: Implement the v4.1 flavour of VMOVP
` [PATCH v2 15/36] irqchip/gic-v4.1: Plumb skeletal VPE irqchip
` [PATCH v2 16/36] irqchip/gic-v4.1: Add mask/unmask doorbell callbacks
` [PATCH v2 17/36] irqchip/gic-v4.1: Add VPE residency callback
` [PATCH v2 18/36] irqchip/gic-v4.1: Add VPE eviction callback
` [PATCH v2 19/36] irqchip/gic-v4.1: Add VPE INVALL callback
` [PATCH v2 20/36] irqchip/gic-v4.1: Suppress per-VLPI doorbell
` [PATCH v2 21/36] irqchip/gic-v4.1: Allow direct invalidation of VLPIs
` [PATCH v2 22/36] irqchip/gic-v4.1: Advertise support v4.1 to KVM
` [PATCH v2 23/36] irqchip/gic-v4.1: Map the ITS SGIR register page
` [PATCH v2 24/36] irqchip/gic-v4.1: Plumb skeletal VSGI irqchip
` [PATCH v2 25/36] irqchip/gic-v4.1: Add initial SGI configuration
` [PATCH v2 26/36] irqchip/gic-v4.1: Plumb mask/unmask SGI callbacks
` [PATCH v2 27/36] irqchip/gic-v4.1: Plumb get/set_irqchip_state "
` [PATCH v2 28/36] irqchip/gic-v4.1: Plumb set_vcpu_affinity "

[PATCH net-next 00/14] vsock: add multi-transports support
 2019-10-27  8:17 UTC  (8+ messages)
` [PATCH net-next 07/14] vsock: handle buffer_size sockopts in the core
` [PATCH net-next 08/14] vsock: add vsock_create_connected() called by transports
` [PATCH net-next 12/14] vsock/vmci: register vmci_transport only when VMCI guest/host are active

[PATCH v2 0/4] KEYS: measure keys when they are created or updated
 2019-10-27 14:33 UTC  (3+ messages)
` [PATCH v2 3/4] KEYS: Added BUILTIN_TRUSTED_KEYS enum to measure keys added to builtin_trusted_keys keyring

[PATCH v2 1/3] dt-bindings: add vendor prefix for logic technologies limited
 2019-10-27 14:26 UTC  (3+ messages)
` [PATCH v2 2/3] drm/panel: simple: add display timings for logic technologies displays
` [PATCH v2 3/3] dt-bindings: display: panel: add bindings "

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

[PATCH 4.4 1/2] x86/vdso: Remove direct HPET mapping into userspace
 2019-10-27 13:50 UTC  (3+ messages)

[PATCH 1/4] staging: rtl8188eu: remove exit label from rtw_alloc_stainfo
 2019-10-27 13:06 UTC  (4+ messages)
` [PATCH 2/4] staging: rtl8188eu: reduce indentation level in _rtw_free_sta_priv
` [PATCH 3/4] staging: rtl8188eu: remove return variable from rtw_init_bcmc_stainfo
` [PATCH 4/4] staging: rtl8188eu: replace tabs with spaces - style

[PATCH] ceph: Fix use-after-free in __ceph_remove_cap
 2019-10-27 12:31 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] net: usb: lan78xx: Disable interrupts before calling generic_handle_irq()
 2019-10-27 12:14 UTC  (2+ messages)

[PATCH RESEND v14 0/6] open: introduce openat2(2) syscall
 2019-10-27 12:05 UTC  (8+ messages)
` [PATCH RESEND v14 1/6] namei: O_BENEATH-style resolution restriction flags
` [PATCH RESEND v14 2/6] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH RESEND v14 3/6] namei: permit ".." resolution with LOOKUP_{IN_ROOT,BENEATH}
` [PATCH RESEND v14 4/6] open: introduce openat2(2) syscall
` [PATCH RESEND v14 5/6] selftests: add openat2(2) selftests
` [PATCH RESEND v14 6/6] Documentation: path-lookup: mention LOOKUP_MAGICLINK_JUMPED

[GIT PULL] CIFS/SMB3 Fixes
 2019-10-27 11:30 UTC  (2+ messages)

[GIT pull] irq/urgent for 5.4-rc5
 2019-10-27 11:30 UTC  (8+ messages)
` [GIT pull] x86/urgent "
` [GIT pull] perf/urgent "
` [GIT pull] timers/urgent "

[GIT PULL] RISC-V updates for v5.4-rc5
 2019-10-27 11:30 UTC  (2+ messages)

[PATCH v5 net-next 07/12] net: ethernet: ti: introduce cpsw switchdev based driver part 2 - switch
 2019-10-27 11:22 UTC  (3+ messages)
` [RFC PATCH] net: ethernet: ti: cpsw_port_offload_fwd_mark_update() can be static

[PATCH] dt-bindings: i2c: meson: convert to yaml
 2019-10-27 11:17 UTC  (4+ messages)

[PATCH v1 0/8] PEBS enabling in KVM guest
 2019-10-27 23:11 UTC  (9+ messages)
` [PATCH v1 1/8] KVM: x86: Add base address parameter for get_fixed_pmc function
` [PATCH v1 2/8] KVM: x86: PEBS output to Intel PT MSRs emulation
` [PATCH v1 3/8] KVM: x86: Allocate performance counter for PEBS event
` [PATCH v1 4/8] KVM: x86: Aviod clear the PEBS counter when PEBS enabled in guest
` [PATCH v1 5/8] KVM: X86: Expose PDCM cpuid to guest
` [PATCH v1 6/8] KVM: X86: MSR_IA32_PERF_CAPABILITIES MSR emulation
` [PATCH v1 7/8] KVM: x86: Expose PEBS feature to guest
` [PATCH v1 8/8] perf/x86: Add event owner check when PEBS output to Intel PT

[PATCH RFC] mm: add MAP_EXCLUSIVE to create exclusive user mappings
 2019-10-27 11:00 UTC  (4+ messages)

[PATCH] virtio_ring: fix stalls for packed rings
 2019-10-27 10:08 UTC 

[PATCH net-next] vringh: fix copy direction of vringh_iov_push_kern()
 2019-10-27 10:04 UTC  (2+ messages)

[PATCH v5 net-next 01/12] net: ethernet: ti: cpsw: allow untagged traffic on host port
 2019-10-27 10:02 UTC  (3+ messages)
` [RFC PATCH] net: ethernet: ti: cpsw: cpsw_ale_set_vlan_untag() can be static

[PATCH v3 0/4] crypto: add sun8i-ss driver for Allwinner Security System
 2019-10-27  9:59 UTC  (3+ messages)
` [PATCH v3 2/4] dt-bindings: crypto: Add DT bindings documentation for sun8i-ss "

[PATCH v3] mfd: db8500-prcmu: Support U8420-sysclk firmware
 2019-10-27  9:36 UTC  (2+ messages)

[PATCH v2 1/2] iio: adc: Add driver support for AD7292
 2019-10-27  9:28 UTC  (4+ messages)

[PATCH v3 1/3] iio: light: add driver for veml6030 ambient light sensor
 2019-10-27  9:26 UTC  (5+ messages)
` [PATCH v4 "

[RFC PATCH] powerpc/32: Switch VDSO to C implementation
 2019-10-27  9:21 UTC  (11+ messages)

[PATCH 0/2] Add SC9863A emmc and sd card support in devicetree
 2019-10-27  9:09 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: Add SC9863A clock nodes
` [PATCH 2/2] arm64: dts: Add SC9863A emmc and sd card nodes

[PATCH] KVM: arm/arm64: show halt poll counters in debugfs
 2019-10-27  8:19 UTC 

[PATCH 0/6] hisi_sas: Expose multiple hw queues for v3 hw as experimental
 2019-10-27  8:19 UTC  (3+ messages)
` [PATCH 6/6] scsi: hisi_sas: Expose multiple hw queues for v3 "

[PATCH v5 net-next 06/12] net: ethernet: ti: introduce cpsw switchdev based driver part 1 - dual-emac
 2019-10-27  8:05 UTC  (2+ messages)

[PATCH] uprobes/x86: fix arch_uprobe_analyze_insn() comment
 2019-10-27  8:05 UTC  (2+ messages)
` [tip: x86/cleanups] x86/apic, x86/uprobes: Correct parameter names in kernel-doc comments

[PATCH v13 12/22] mm: pagewalk: Allow walking without vma
 2019-10-27  7:59 UTC  (2+ messages)

[PATCH] MIPS: Change KVM_ENTRYHI_ASID to cpu_asid_mask(&current_cpu_data)
 2019-10-27  7:46 UTC 

[PATCH v14 0/5] overlayfs override_creds=off & nested get xattr fix
 2019-10-27  7:24 UTC  (3+ messages)
` [PATCH v14 2/5] overlayfs: check CAP_DAC_READ_SEARCH before issuing exportfs_decode_fh

OInline tutoring Courses
 2019-10-27  6:17 UTC 

[PATCH] media: aspeed-video: Fix memory leaks in aspeed_video_probe
 2019-10-27  6:55 UTC  (2+ messages)

FREE Bestiality Social Network
 2019-10-27  6:00 UTC 

KASAN: null-ptr-deref Write in io_wq_cancel_all
 2019-10-27  6:33 UTC  (4+ messages)

[PATCH,RESEND] serial: 8250-mtk: Ask for IRQ-count before request one
 2019-10-27  6:32 UTC  (3+ messages)
` [PATCH, RESEND] "
  ` Aw: "

[PATCH] serial: 8250-mtk: Use platform_get_irq_optional() for optional irq
 2019-10-27  6:21 UTC 

[PATCH v2] tty: serial: msm_serial: Fix flow control
 2019-10-27  5:55 UTC  (2+ messages)

[PATCH] kernel: sys.c: Avoid copying possible padding bytes in copy_to_user
 2019-10-27  5:47 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sdm845-cheza: delete zap-shader
 2019-10-27  5:40 UTC  (3+ messages)

[libbpf] dd4436bb83: kernel_selftests.bpf.test_section_names.fail
 2019-10-27  5:20 UTC 

[PATCH 2/3] perf: Optimize perf_init_event()
 2019-10-27  5:18 UTC  (2+ messages)
` [perf] 06e0dbcfd3: phoronix-test-suite.mbw.0.mib_s 12.6% improvement

[PATCH v2] fs/dax: Fix pmd vs pte conflict detection
 2019-10-27  5:17 UTC  (2+ messages)
` [fs/dax] a70e8083a9: fio.read_bw_MBps 523.2% improvement

[PATCH v6 00/15] thermal: qcom: tsens: Add interrupt support
 2019-10-27  5:12 UTC  (17+ messages)
` [PATCH v6 05/15] arm: dts: msm8974: thermal: Add thermal zones for each sensor
` [PATCH v6 06/15] arm64: dts: msm8916: thermal: Fixup HW ids for cpu sensors
` [PATCH v6 08/15] arm64: dts: sdm845: thermal: Add interrupt support
` [PATCH v6 09/15] arm64: dts: msm8996: "
` [PATCH v6 10/15] arm64: dts: msm8998: "
` [PATCH v6 11/15] arm64: dts: qcs404: "
` [PATCH v6 12/15] arm: dts: msm8974: "
` [PATCH v6 13/15] arm64: dts: msm8916: "

[PATCH V3 1/3] firmware: broadcom: add OP-TEE based BNXT f/w manager
 2019-10-27  5:12 UTC  (2+ messages)

[md] 6a5cb53aaa: mdadm-selftests.enchmarks/mdadm-selftests/tests/00multipath.fail
 2019-10-27  5:04 UTC 

[selftests/bpf] 694731e8ea: stderr.progs/test_core_reloc_ints.c:#:#:note:expanded_from_macro'CORE_READ'
 2019-10-27  5:02 UTC 

[PATCH] net: ethernet: broadcom: bnxt: Fix use true/false for bool
 2019-10-27  4:36 UTC 

BUG: MAX_LOCKDEP_KEYS too low!
 2019-10-27  3:31 UTC 

[PATCH v2 1/8] dt-bindings: watchdog: realtek: Convert RTD119x to schema
 2019-10-27  2:04 UTC  (4+ messages)

4K Video Rendering Speeds with AMD Ryzen 3 3200G CPU and MSI GeForce GTX1650 4 GB GDDR5 GPU
 2019-10-27  1:02 UTC 

[PATCH v9 0/8] powerpc: Enabling IMA arch specific secure boot policies
 2019-10-27  0:13 UTC  (10+ messages)
` [PATCH v9 2/8] powerpc/ima: add support to initialize ima policy rules
` [PATCH v9 5/8] ima: make process_buffer_measurement() generic

[PATCH] staging: fieldbus: anybuss: use devm_platform_ioremap_resource helper
 2019-10-26 23:52 UTC 

[GIT PULL] MIPS fixes
 2019-10-26 23:50 UTC  (2+ messages)

[PATCH] staging: media: allegro-dvt: remove bool comparison
 2019-10-26 23:16 UTC 

[PATCH v6] hid-logitech-hidpp: read battery voltage from newer devices
 2019-10-26 22:25 UTC 

[PATCH] staging: octeon: Remove unneeded variable
 2019-10-26 22:24 UTC 

[GIT PULL] USB fixes for 5.4-rc5
 2019-10-26 20:45 UTC  (2+ messages)

[GIT PULL] Staging driver fix for 5.4-rc5
 2019-10-26 20:45 UTC  (2+ messages)

[GIT PULL] TTY/Serial fix for 5.4-rc5
 2019-10-26 20:45 UTC  (2+ messages)

[GIT PULL] Driver core fix for 5.4-rc5
 2019-10-26 20:45 UTC  (2+ messages)

[PULL REQUEST] i2c for 5.4
 2019-10-26 20:45 UTC  (2+ messages)

[GIT PULL] Char/Misc driver fix for 5.4-rc5
 2019-10-26 20:45 UTC  (2+ messages)

[PATCH v2 1/3] staging: rtl8712: Fix Alignment of open parenthesis
 2019-10-26 20:32 UTC  (4+ messages)
  ` [Outreachy kernel] "
` [PATCH v2 2/3] staging: rtl8712: Remove unnecessary parentheses
` [PATCH v2 3/3] staging: rtl8712: Remove lines before a close brace

[PATCH] ARM: dts: imx7d-pico: Add LCD support
 2019-10-26 20:29 UTC  (5+ messages)

[PATCH] net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()
 2019-10-26 20:17 UTC  (6+ messages)
  ` [Cocci] "

[PATCH] mfd: db8500-prcmu: Support U8420-sysclk firmware
 2019-10-26 20:10 UTC  (3+ messages)

[PATCH v2] mfd: db8500-prcmu: Support U8420-sysclk firmware
 2019-10-26 20:13 UTC 

[PATCH v4 0/3] dts: ARM: add Kobo Clara HD eBook reader
 2019-10-26 19:57 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: arm: fsl: add compatible string for Kobo Clara HD
` [PATCH v4 2/3] ARM: dts: add Netronix E60K02 board common file
` [PATCH v4 3/3] ARM: dts: imx: add devicetree for Kobo Clara HD

[PATCH] Documentation/scheduler: fix links in sched-stats
 2019-10-26 19:55 UTC 

[PATCH] clk: pxa: fix one of the pxa RTC clocks
 2019-10-26 19:44 UTC 

your mail
 2019-10-26 19:30 UTC 

[PATCH v3] staging: gasket: Fix lines ending with a '('
 2019-10-26 19:11 UTC 

[RFCv1 0/5] Odroid N2 failes to boot using upstream kernel & u-boot
 2019-10-26 18:56 UTC  (14+ messages)
` [RFCv1 5/5] arm64/ARM: configs: Change CONFIG_PWM_MESON from m to y

[PATCH 1/4] arm64: dts: zii-ultra: Fix regulator-vsd-3v3's vin-supply
 2019-10-26 18:54 UTC  (4+ messages)
` [PATCH 3/4] arm64: dts: zii-ultra: Add node for accelerometer

[PATCH v2 0/5] Remove typedef declarations in staging: octeon
 2019-10-26 18:47 UTC  (4+ messages)
` [Outreachy kernel] "

[PATCH v3 6/7] thermal/drivers/cpu_cooling: Introduce the cpu idle cooling driver
 2019-10-26 18:23 UTC  (4+ messages)

[PATCH] net: hisilicon: Fix ping latency when deal with high throughput
 2019-10-26 18:22 UTC  (3+ messages)

[PATCH] wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggle
 2019-10-26 18:08 UTC  (2+ messages)

[RESEND PATCH 0/2] Cleanup in rtl8712
 2019-10-26 18:05 UTC  (5+ messages)
` [RESEND PATCH 1/2] staging: rtl8712: Fix Alignment of open parenthesis
` [RESEND PATCH 2/2] staging: rtl8712: Remove lines before a close brace

[RESEND PATCH] staging: gasket: Fix line ending with a '('
 2019-10-26 18:02 UTC  (2+ messages)

[PATCH 3.16 00/47] 3.16.76-rc1 review
 2019-10-26 18:00 UTC  (3+ messages)

[PATCH 0/4] media: cedrus: hevc: Add support for scaling matrix and multi-slice frames
 2019-10-26 17:47 UTC  (5+ messages)
` [PATCH 1/4] media: uapi: hevc: Add scaling matrix control
` [PATCH 2/4] media: cedrus: hevc: Add support for scaling matrix
` [PATCH 3/4] media: uapi: hevc: Add segment address field
` [PATCH 4/4] media: cedrus: hevc: Add support for multiple slices

[PATCH 0/3] ARM: dts: rockchip: Use hci_bcm driver for bcm43540 on Veyron devices
 2019-10-26 17:39 UTC  (4+ messages)
` [PATCH 3/3] ARM: dts: rockchip: Add brcm bluetooth module on uart0

[PATCH] drm: Add support for integrated privacy screens
 2019-10-26 17:18 UTC  (6+ messages)
      ` [Intel-gfx] "

[PATCH 1/7] staging: rtl8188eu: cleanup comments in rtw_sta_mgt.c
 2019-10-26 17:18 UTC  (3+ messages)
` [PATCH 7/7] staging: rtl8188eu: reduce indentation level in rtw_alloc_stainfo

[PATCH 00/18] add support for Clang's Shadow Call Stack
 2019-10-26 15:57 UTC  (4+ messages)
` [PATCH v2 00/17] "
  ` [PATCH v2 05/17] add support for Clang's Shadow Call Stack (SCS)

Please pick ("LSM: SafeSetID: Stop releasing uninitialized ruleset") to 5.3 stable
 2019-10-26 15:29 UTC  (2+ messages)

[PATCH v7 0/5] Add initial support for S32V234-EVB
 2019-10-26 15:12 UTC  (5+ 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).