linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-10 20:35:57 to 2020-05-11 05:03:23 UTC [more...]

[PATCH v10 00/18] Enable FSGSBASE instructions
 2020-05-11  5:03 UTC  (6+ messages)

linux-next: manual merge of the keys tree with Linus' tree
 2020-05-11  4:59 UTC 

[PATCH v12 00/18] Enable FSGSBASE instructions
 2020-05-11  4:53 UTC  (19+ messages)
` [PATCH v12 01/18] x86/ptrace: Prevent ptrace from clearing the FS/GS selector
` [PATCH v12 02/18] selftests/x86/fsgsbase: Test GS selector on ptracer-induced GS base write
` [PATCH v12 03/18] x86/cpu: Add 'unsafe_fsgsbase' to enable CR4.FSGSBASE
` [PATCH v12 04/18] x86/entry/64: Clean up paranoid exit
` [PATCH v12 05/18] x86/entry/64: Switch CR3 before SWAPGS in paranoid entry
` [PATCH v12 06/18] x86/entry/64: Introduce the FIND_PERCPU_BASE macro
` [PATCH v12 07/18] x86/entry/64: Handle FSGSBASE enabled paranoid entry/exit
` [PATCH v12 08/18] x86/entry/64: Document GSBASE handling in the paranoid path
` [PATCH v12 09/18] x86/fsgsbase/64: Add intrinsics for FSGSBASE instructions
` [PATCH v12 10/18] x86/fsgsbase/64: Enable FSGSBASE instructions in helper functions
` [PATCH v12 11/18] x86/fsgsbase/64: Use FSGSBASE in switch_to() if available
` [PATCH v12 12/18] x86/fsgsbase/64: move save_fsgs to header file
` [PATCH v12 13/18] x86/fsgsbase/64: Use FSGSBASE instructions on thread copy and ptrace
` [PATCH v12 14/18] x86/speculation/swapgs: Check FSGSBASE in enabling SWAPGS mitigation
` [PATCH v12 15/18] selftests/x86/fsgsbase: Test ptracer-induced GS base write with FSGSBASE
` [PATCH v12 16/18] x86/fsgsbase/64: Enable FSGSBASE on 64bit by default and add a chicken bit
` [PATCH v12 17/18] x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2
` [PATCH v12 18/18] Documentation/x86/64: Add documentation for GS/FS addressing mode

[PATCH v2] spi: sun6i: Add support for GPIO chip select lines
 2020-05-11  4:53 UTC 

[PATCH] spi: sun6i: Add support for GPIO chip select lines
 2020-05-11  4:52 UTC  (3+ messages)

[RFC][PATCHES] uaccess-related stuff in net/*
 2020-05-11  4:45 UTC  (20+ messages)
` [PATCH 01/19] lift compat definitions of mcast [sg]etsockopt requests into net/compat.h
  ` [PATCH 02/19] compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitly
  ` [PATCH 03/19] ip*_mc_gsfget(): lift copyout of struct group_filter into callers
  ` [PATCH 04/19] get rid of compat_mc_getsockopt()
  ` [PATCH 05/19] set_mcast_msfilter(): take the guts of setsockopt(MCAST_MSFILTER) into a helper
  ` [PATCH 06/19] ipv4: do compat setsockopt for MCAST_MSFILTER directly
  ` [PATCH 07/19] ip6_mc_msfilter(): pass the address list separately
  ` [PATCH 08/19] ipv6: do compat setsockopt for MCAST_MSFILTER directly
  ` [PATCH 09/19] ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directly
  ` [PATCH 10/19] ipv4: take handling of group_source_req options into a helper
  ` [PATCH 11/19] ipv6: "
  ` [PATCH 12/19] handle the group_source_req options directly
  ` [PATCH 13/19] get rid of compat_mc_setsockopt()
  ` [PATCH 14/19] batadv_socket_read(): get rid of pointless access_ok()
  ` [PATCH 15/19] atm: separate ATM_GETNAMES handling from the rest of atm_dev_ioctl()
  ` [PATCH 16/19] atm: move copyin from atm_getnames() into the caller
  ` [PATCH 17/19] atm: switch do_atm_iobuf() to direct use of atm_getnames()
  ` [PATCH 18/19] atm: lift copyin from atm_dev_ioctl()
  ` [PATCH 19/19] atm: switch do_atmif_sioc() to direct use of atm_dev_ioctl()

[PATCH] selftests:mptcp: fix empty optstring
 2020-05-11  4:47 UTC  (2+ messages)

[PATCH v11 00/18] Enable FSGSBASE instructions
 2020-05-11  4:47 UTC  (5+ messages)

[PATCH] vfio/pci: fix memory leaks of eventfd ctx
 2020-05-11  4:34 UTC 

[patch V4 part 3 00/29] x86/entry: Entry/exception code rework, simple exceptions
 2020-05-11  4:34 UTC  (9+ messages)
` [patch V4 part 3 08/29] x86/entry/64: Provide sane error entry/exit
` [patch V4 part 3 09/29] x86/entry/32: Provide macro to emit IDT entry stubs
` [patch V4 part 3 10/29] x86/idtentry: Provide macros to define/declare IDT entry points
` [patch V4 part 3 12/29] x86/entry/common: Provide idtentry_enter/exit()

linux-next: build failure after merge of the block tree
 2020-05-11  4:27 UTC 

[PATCH] kbuild: make module name conflict fatal error
 2020-05-11  4:21 UTC 

[pipe] f2af7d90e2: xfstests.btrfs.052.fail
 2020-05-11  4:06 UTC  (4+ messages)
  ` [LKP] "

linux-next: build warning after merge of the drm tree
 2020-05-11  4:04 UTC  (2+ messages)

[PATCH V3 0/3] mm/hugetlb: Add some new generic fallbacks
 2020-05-11  4:02 UTC  (7+ messages)
` [PATCH V3 1/3] arm64/mm: Drop __HAVE_ARCH_HUGE_PTEP_GET
` [PATCH V3 2/3] mm/hugetlb: Define a generic fallback for is_hugepage_only_range()

[PATCH 1/2] kbuild: add this-makefile as a shorthand for $(lastword $(MAKEFILE_LIST))
 2020-05-11  3:50 UTC  (2+ messages)
` [PATCH 2/2] kbuild: error out if targets prefixed with '__' are directly run

[PATCH] driver/hwmon/nct6775: Use kobj_to_dev() API
 2020-05-11  3:43 UTC 

[PATCH v6 1/9] w1_therm: adding code comments and code reordering
 2020-05-11  3:33 UTC  (2+ messages)

[PATCH v6 5/9] w1_therm: adding resolution sysfs entry
 2020-05-11  3:25 UTC  (2+ messages)

[PATCH v2 0/5] mtd: spi-nor: Add support for Octal 8D-8D-8D mode
 2020-05-11  3:23 UTC  (8+ messages)

linux-next: manual merge of the crypto tree with Linus' tree
 2020-05-11  3:23 UTC 

[PATCH V2 0/8] Tegra XUSB charger detect support
 2020-05-11  3:19 UTC  (6+ messages)
` [PATCH V2 6/8] phy: tegra: xusb: Add support for charger detect

exec: Promised cleanups after introducing exec_update_mutex
 2020-05-11  3:15 UTC  (5+ messages)
` [PATCH 0/6] exec: Trivial cleanups for exec
  ` [PATCH 0/5] exec: Control flow simplifications
    ` [PATCH 2/5] exec: Directly call security_bprm_set_creds from __do_execve_file

[PATCH 0/5] dmaengine: dw: Take Baikal-T1 SoC DW DMAC peculiarities into account
 2020-05-11  3:13 UTC  (8+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 4/6] dmaengine: dw: Print warning if multi-block is unsupported

[PATCH v8 00/10] exynos-ufs: Add support for UFS HCI
 2020-05-11  3:13 UTC  (12+ messages)
    ` [PATCH v8 01/10] scsi: ufs: add quirk to fix mishandling utrlclr/utmrlclr
    ` [PATCH v8 02/10] scsi: ufs: add quirk to disallow reset of interrupt aggregation
    ` [PATCH v8 03/10] scsi: ufs: add quirk to enable host controller without hce
    ` [PATCH v8 04/10] scsi: ufs: introduce UFSHCD_QUIRK_PRDT_BYTE_GRAN quirk
    ` [PATCH v8 05/10] scsi: ufs: add quirk to fix abnormal ocs fatal error
    ` [PATCH v8 06/10] dt-bindings: phy: Document Samsung UFS PHY bindings
    ` [PATCH v8 07/10] phy: samsung-ufs: add UFS PHY driver for samsung SoC
    ` [PATCH v8 08/10] dt-bindings: ufs: Add DT binding documentation for ufs
    ` [PATCH v8 09/10] scsi: ufs-exynos: add UFS host support for Exynos SoCs
    ` [PATCH v8 10/10] arm64: dts: Add node for ufs exynos7

[PATCH v2 00/91] drm/vc4: Support BCM2711 Display Pipeline
 2020-05-11  3:12 UTC  (7+ messages)
` [PATCH v2 00/91] drm/vc4: Support BCM2711 Display Pipelin

[PATCH net v3] hinic: fix a bug of ndo_stop
 2020-05-11  3:07 UTC  (2+ messages)

linux-next: build warning after merge of the ipsec-next tree
 2020-05-11  3:03 UTC 

[PATCH v5 00/16] powerpc/watchpoint: Preparation for more than one watchpoint
 2020-05-11  2:59 UTC  (17+ messages)
` [PATCH v5 01/16] powerpc/watchpoint: Rename current DAWR macros
` [PATCH v5 02/16] powerpc/watchpoint: Add SPRN macros for second DAWR
` [PATCH v5 03/16] powerpc/watchpoint: Introduce function to get nr watchpoints dynamically
` [PATCH v5 04/16] powerpc/watchpoint/ptrace: Return actual num of available watchpoints
` [PATCH v5 05/16] powerpc/watchpoint: Provide DAWR number to set_dawr
` [PATCH v5 06/16] powerpc/watchpoint: Provide DAWR number to __set_breakpoint
` [PATCH v5 07/16] powerpc/watchpoint: Get watchpoint count dynamically while disabling them
` [PATCH v5 08/16] powerpc/watchpoint: Disable all available watchpoints when !dawr_force_enable
` [PATCH v5 09/16] powerpc/watchpoint: Convert thread_struct->hw_brk to an array
` [PATCH v5 10/16] powerpc/watchpoint: Use loop for thread_struct->ptrace_bps
` [PATCH v5 11/16] powerpc/watchpoint: Introduce is_ptrace_bp() function
` [PATCH v5 12/16] powerpc/watchpoint: Use builtin ALIGN*() macros
` [PATCH v5 13/16] powerpc/watchpoint: Prepare handler to handle more than one watcnhpoint
` [PATCH v5 14/16] powerpc/watchpoint: Don't allow concurrent perf and ptrace events
` [PATCH v5 15/16] powerpc/watchpoint/xmon: Don't allow breakpoint overwriting
` [PATCH v5 16/16] powerpc/watchpoint/xmon: Support 2nd DAWR

linux-next: manual merge of the ipsec-next tree with Linus' tree
 2020-05-11  3:00 UTC 

[PATCH] drm: vmwgfx: include linux/highmem.h
 2020-05-11  2:53 UTC  (2+ messages)

[PATCH][V3] arm64: perf: Get the wrong PC value in REGS_ABI_32 mode
 2020-05-11  2:52 UTC 

[PATCH net-next 0/5] net: hns3: misc updates for -next
 2020-05-11  2:47 UTC  (6+ messages)
` [PATCH net-next 3/5] net: hns3: provide .get_cmdq_stat interface for the client

[PATCH v2 3/3] iio: cros_ec_light: Add support for RGB sensor
 2020-05-11  2:34 UTC  (2+ messages)

[PATCH RFC tip/core/rcu 0/16] Prototype RCU usable from idle, exception, offline
 2020-05-11  2:44 UTC  (13+ messages)
` [PATCH RFC tip/core/rcu 09/16] rcu-tasks: Add an RCU-tasks rude variant

[PATCH 3/3] power: supply: max17040: Set rcomp value
 2020-05-11  2:41 UTC  (3+ messages)

[PATCH v2 3/3] kasan: update documentation for generic kasan
 2020-05-11  2:32 UTC 

[PATCH v2 2/3] kasan: record and print the free track
 2020-05-11  2:31 UTC 

[PATCH v2 1/3] rcu/kasan: record and print call_rcu() call stack
 2020-05-11  2:31 UTC 

[PATCH v2 0/3] kasan: memorize and print call_rcu stack
 2020-05-11  2:23 UTC 

[PATCH 00/10] riscv: make riscv build happier
 2020-05-11  2:20 UTC  (11+ messages)
` [PATCH 01/10] riscv: Fix unmet direct dependencies built based on SOC_VIRT
` [PATCH 02/10] riscv: stacktrace: Fix undefined reference to `walk_stackframe'
` [PATCH 03/10] riscv: Add pgprot_writecombine/device and PAGE_SHARED defination if NOMMU
` [PATCH 04/10] riscv: Fix print_vm_layout build error "
` [PATCH 05/10] riscv: Disable ARCH_HAS_DEBUG_WX "
` [PATCH 06/10] riscv: Disable ARCH_HAS_DEBUG_VIRTUAL "
` [PATCH 07/10] riscv: Make SYS_SUPPORTS_HUGETLBFS depends on MMU
` [PATCH 08/10] riscv: pgtable: Fix __kernel_map_pages build error if NOMMU
` [PATCH 09/10] timer-riscv: Fix undefined riscv_time_val
` [PATCH 10/10] riscv: mmiowb: Fix implicit declaration of function 'smp_processor_id'

[PATCH] kdb: Make the internal env 'KDBFLAGS' undefinable
 2020-05-11  2:16 UTC 

[PATCH V2] arm64/cpufeature: Validate hypervisor capabilities during CPU hotplug
 2020-05-11  2:13 UTC  (3+ messages)

[PATCH net v2] hinic: fix a bug of ndo_stop
 2020-05-11  2:09 UTC  (3+ messages)

[PATCH v11 00/56] atmel_mxt_ts misc
 2020-05-11  2:05 UTC  (4+ messages)
` [PATCH v11 33/56] Input: atmel_mxt_ts - delay enabling IRQ when not using regulators

[PATCH v4] tools/perf/metricgroup: Fix printing event names of metric group with multiple events incase of overlapping events
 2020-05-11  2:05 UTC  (11+ messages)
          ` [RFC] Issue in final aggregate value, in case of multiple events present in metric expression

[PATCH 00/18] mm: memcontrol: charge swapin pages on instantiation
 2020-05-11  1:57 UTC  (7+ messages)
` [PATCH 05/18] mm: memcontrol: convert page cache to a new mem_cgroup_charge() API

[PATCH] sched/debug: Fix requested task uclamp values shown in procfs
 2020-05-11  1:55 UTC  (3+ messages)

linux-next: manual merge of the vfs tree with the parisc-hd tree
 2020-05-11  1:55 UTC  (2+ messages)

[PATCH v2] sched/debug: Fix requested task uclamp values shown in procfs
 2020-05-11  1:53 UTC 

[PATCH] V2: platform/x86: dell-laptop: don't register platform::micmute if the related tokens don't exist
 2020-05-11  1:44 UTC 

Regression with *bootconfig: Fix to remove bootconfig data from initrd while boot*
 2020-05-11  1:39 UTC  (3+ messages)
  ` [PATCH] bootconfig: Fix to prevent warning message if no bootconfig option

[PATCH] extcon: adc-jack: Fix an error handling path in 'adc_jack_probe()'
 2020-05-11  1:47 UTC  (2+ messages)

[PATCH -next 0/2] sparc: use snprintf() in show() methods
 2020-05-11  1:32 UTC  (4+ messages)

[PATCH -next] riscv: perf_event: Make some funciton static
 2020-05-11  1:30 UTC  (2+ messages)

[PATCH] ASoC: rsnd: add interrupt support for SSI BUSIF buffer
 2020-05-11  1:30 UTC  (2+ messages)

[RFC PATCH v2 0/7] Add MMC packed request support
 2020-05-11  1:29 UTC  (11+ messages)
` [RFC PATCH v2 1/7] block: Extand commit_rqs() to do batch processing

[PATCH V4] f2fs: Avoid double lock for cp_rwsem during checkpoint
 2020-05-11  1:28 UTC  (5+ messages)

[PATCH] mm, compaction: Indicate when compaction is manually triggered by sysctl
 2020-05-11  1:24 UTC  (6+ messages)

compaction: VM_BUG_ON_PAGE(!zone_spans_pfn(page_zone(page), pfn))
 2020-05-11  1:21 UTC  (6+ messages)

[PATCH] platform/x86: dell-laptop: don't register platform::micmute if the related tokens don't exist
 2020-05-11  1:16 UTC 

linux-next: manual merge of the vfs tree with the mips tree
 2020-05-11  1:14 UTC 

[PATCH v2] KVM: nVMX: Tweak handling of failure code for nested VM-Enter failure
 2020-05-11  1:09 UTC  (2+ messages)
` [KVM] 6b6a864bd7: kernel-selftests.kvm.vmx_tsc_adjust_test.fail

[PATCH -next] f2fs: Fix wrong stub helper update_sit_info
 2020-05-11  1:12 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v3] kernel: add panic_on_taint
 2020-05-11  1:11 UTC  (4+ messages)

[PATCH v9 0/8] KVM: Add virtualization support of split lock detection
 2020-05-11  1:11 UTC  (4+ messages)
` [PATCH v9 8/8] x86/split_lock: Enable split lock detection initialization when running as an guest on KVM

[PATCH] net/mlx5: Replace zero-length array with flexible-array
 2020-05-11  1:06 UTC  (2+ messages)

[PATCH 1/1] firmware: arm_scmi/mailbox: ignore notification for tx done using irq
 2020-05-11  0:52 UTC  (3+ messages)
  ` 答复: "

linux-next: build failure after merge of the clk tree
 2020-05-11  0:55 UTC 

[PATCH 00/22] mips: Prepare MIPS-arch code for Baikal-T1 SoC support
 2020-05-11  0:34 UTC  (22+ messages)
` [PATCH v2 00/20] "
  ` [PATCH v2 06/20] mips: Add MIPS32 Release 5 support
  ` [PATCH v2 07/20] mips: Add MIPS Warrior P5600 support
  ` [PATCH v2 08/20] mips: Fix cpu_has_mips64r1/2 activation for MIPS32 CPUs
  ` [PATCH v2 11/20] mips: MAAR: Use more precise address mask
  ` [PATCH v2 19/20] mips: cevt-r4k: Update the r4k-clockevent frequency in sync with CPU

[PATCH] net/sonic: Fix some resource leaks in error handling paths
 2020-05-11  0:28 UTC  (6+ messages)
      `  "

[RFC PATCH 00/13] Core scheduling v5
 2020-05-10 23:46 UTC  (2+ messages)
` [PATCH RFC] Add support for core-wide protection of IRQ and softirq

linux-next: manual merge of the parisc-hd tree with the kbuild tree
 2020-05-10 23:34 UTC 

linux-next: manual merge of the mips tree with the clk tree
 2020-05-10 23:24 UTC 

[PATCH v4 0/3] Replace private domain with per-group default domain
 2020-05-10 23:16 UTC  (2+ messages)

linux-next: build failure after merge of the tegra tree
 2020-05-10 22:51 UTC 

Linux 5.7-rc5
 2020-05-10 22:35 UTC 

[PATCH RFC v2 00/11] dwmac-meson8b Ethernet RX delay configuration
 2020-05-10 22:34 UTC  (5+ messages)
` [PATCH RFC v2 02/11] dt-bindings: net: dwmac-meson: Document the "timing-adjustment" clock

[PATCH -next v2] livepatch: Make klp_apply_object_relocs static
 2020-05-10 22:32 UTC  (2+ messages)

[git pull] IOMMU Fixes for Linux v5.7-rc4
 2020-05-10 22:25 UTC  (3+ messages)

[PATCH 0/2] spi: Add Baikal-T1 System Boot SPI Controller driver
 2020-05-10 22:17 UTC  (5+ messages)
` [PATCH 2/2] "

[PATCH fixes] powerpc/vdso32: Fallback on getres syscall when clock is unknown
 2020-05-10 22:15 UTC  (2+ messages)

[PATCH] MAINTAINERS: adjust to livepatch .klp.arch removal
 2020-05-10 21:51 UTC  (2+ messages)

[PATCH 00/15] gcc-10 warning fixes
 2020-05-10 21:48 UTC  (3+ messages)
` [PATCH 06/15] netfilter: conntrack: avoid gcc-10 zero-length-bounds warning

[PATCH v2] usb: typec: mux: intel: Fix DP_HPD_LVL bit field
 2020-05-10 21:39 UTC 

Kmemleak infrastructure improvement for task_struct leaks and call_rcu()
 2020-05-10 21:27 UTC  (4+ messages)

[PATCH v2 1/2] MAINTAINERS: Remove Piotr Sroka and mark Cadence NFC as orphaned
 2020-05-10 21:18 UTC  (2+ messages)
` [PATCH v2 2/2] MAINTAINERS: Remove Xiaolei Li and mark MTK "

[PATCH] usb: typec: mux: intel: Fix DP_HPD_LVL bit field
 2020-05-10 21:16 UTC  (2+ messages)

linux-next: new contact(s) for the ceph tree?
 2020-05-10 21:08 UTC  (5+ messages)

linux-next: Signed-off-by missing for commit in the gfs2 tree
 2020-05-10 20:53 UTC 

[PATCH 0/3] k10temp and EDAC support for AMD Renoir
 2020-05-10 20:48 UTC  (4+ messages)
` [PATCH 1/3] x86/amd_nb: add AMD family 17h model 60h PCI IDs
` [PATCH 2/3] hwmon: (k10temp) Add AMD family 17h model 60h PCI match
` [PATCH 3/3] EDAC/amd64: Add AMD family 17h model 60h PCI IDs

[PATCH v6 0/2] Amlogic 32-bit Meson SoC SDHC MMC controller driver
 2020-05-10 20:52 UTC  (8+ messages)
` [PATCH v6 2/2] mmc: host: meson-mx-sdhc: new driver for the Amlogic Meson SDHC host

linux-next: Fixes tag needs some work in the xfs tree
 2020-05-10 20:49 UTC 

[PATCH 0/5] cachefiles, nfs: Fixes
 2020-05-10 20:35 UTC  (3+ 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).