linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-19 18:47:14 to 2018-07-19 23:33:10 UTC [more...]

[PATCH 26/39] x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level on x86_32
 2018-07-19 23:32 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 25/39] x86/mm/pti: Define X86_CR3_PTI_PCID_USER_BIT on x86_32
 2018-07-19 23:31 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 24/39] x86/mm/pti: Add an overflow check to pti_clone_pmds()
 2018-07-19 23:31 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 23/39] x86/mm/legacy: Populate the user page-table with user pgd's
 2018-07-19 23:30 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 22/39] x86/mm/pae: Populate the user page-table with user pgd's
 2018-07-19 23:30 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 21/39] x86/mm/pae: Populate valid user PGD entries
 2018-07-19 23:29 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 20/39] x86/pgtable: Move two more functions from pgtable_64.h to pgtable.h
 2018-07-19 23:28 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 19/39] x86/pgtable: Move pti_set_user_pgtbl() to pgtable.h
 2018-07-19 23:28 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 0/2] Fix AppArmor issues found through static analysis
 2018-07-19 23:28 UTC  (5+ messages)
` [PATCH 1/2] apparmor: Check buffer bounds when mapping permissions mask
` [PATCH 2/2] apparmor: Fully initialize aa_perms struct when answering userspace query

[PATCH 18/39] x86/pgtable: Move pgdp kernel/user conversion functions to pgtable.h
 2018-07-19 23:27 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 17/39] x86/pgtable/32: Allocate 8k page-tables when PTI is enabled
 2018-07-19 23:27 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCHv2 0/2] Stackleak for arm64
 2018-07-19 23:28 UTC  (3+ messages)
  ` [PATCHv2 1/2] arm64: Add stack information to on_accessible_stack
  ` [PATCHv2 2/2] arm64: Clear the stack

[PATCH v3 00/33] Allow dynamic allocations during NAND chip identification phase
 2018-07-19 23:27 UTC  (36+ messages)
` [PATCH v3 01/33] mtd: rawnand: brcmnand: convert driver to nand_scan()
` [PATCH v3 02/33] mtd: rawnand: cafe: "
` [PATCH v3 03/33] mtd: rawnand: davinci: "
` [PATCH v3 04/33] mtd: rawnand: denali: convert "
` [PATCH v3 05/33] mtd: rawnand: fsl_elbc: convert driver "
` [PATCH v3 06/33] mtd: rawnand: fsl_ifc: "
` [PATCH v3 07/33] mtd: rawnand: fsmc: "
` [PATCH v3 08/33] mtd: rawnand: gpmi: "
` [PATCH v3 09/33] mtd: rawnand: hisi504: "
` [PATCH v3 10/33] mtd: rawnand: jz4780: "
` [PATCH v3 11/33] mtd: rawnand: lpc32xx_mlc: "
` [PATCH v3 12/33] mtd: rawnand: lpc32xx_slc: "
` [PATCH v3 13/33] mtd: rawnand: marvell: "
` [PATCH v3 14/33] mtd: rawnand: mtk: "
` [PATCH v3 15/33] mtd: rawnand: mxc: "
` [PATCH v3 16/33] mtd: rawnand: nandsim: "
` [PATCH v3 17/33] mtd: rawnand: omap2: "
` [PATCH v3 18/33] mtd: rawnand: s3c2410: "
` [PATCH v3 19/33] mtd: rawnand: sh_flctl: move all NAND chip related setup in one function
` [PATCH v3 20/33] mtd: rawnand: sh_flctl: convert driver to nand_scan()
` [PATCH v3 21/33] mtd: rawnand: sunxi: "
` [PATCH v3 22/33] mtd: rawnand: tango: "
` [PATCH v3 23/33] mtd: rawnand: txx9ndfmc: rename nand controller internal structure
` [PATCH v3 24/33] mtd: rawnand: txx9ndfmc: convert driver to nand_scan()
` [PATCH v3 25/33] mtd: rawnand: vf610: "
` [PATCH v3 26/33] mtd: rawnand: atmel: "
` [PATCH v3 27/33] mtd: rawnand: sm_common: convert driver to nand_scan_with_ids()
` [PATCH v3 28/33] mtd: rawnand: docg4: convert driver to nand_scan()
` [PATCH v3 29/33] mtd: rawnand: qcom: "
` [PATCH v3 30/33] mtd: rawnand: jz4740: "
` [PATCH v3 31/33] mtd: rawnand: tegra: "
` [PATCH v3 32/33] mtd: rawnand: do not export nand_scan_[ident|tail]() anymore
` [PATCH v3 33/33] mtd: rawnand: allocate dynamically ONFI parameters during detection

[PATCH 16/39] x86/pgtable/pae: Unshare kernel PMDs when PTI is enabled
 2018-07-19 23:26 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 15/39] x86/pgtable: Rename pti_set_user_pgd to pti_set_user_pgtbl
 2018-07-19 23:26 UTC  (2+ messages)
` [tip:x86/pti] x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl()

[PATCH 14/39] x86/entry: Rename update_sp0 to update_task_stack
 2018-07-19 23:25 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 13/39] x86/entry/32: Add PTI cr3 switches to NMI handler code
 2018-07-19 23:25 UTC  (2+ messages)
` [tip:x86/pti] x86/entry/32: Add PTI CR3 "

[PATCH 12/39] x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points
 2018-07-19 23:24 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 11/39] x86/entry/32: Simplify debug entry point
 2018-07-19 23:24 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 10/39] x86/entry/32: Handle Entry from Kernel-Mode on Entry-Stack
 2018-07-19 23:23 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 09/39] x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMI
 2018-07-19 23:23 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 08/39] x86/entry/32: Leave the kernel via trampoline stack
 2018-07-19 23:22 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 00/39 v8] PTI support for x86-32
 2018-07-19 23:22 UTC  (6+ messages)
` [PATCH 07/39] x86/entry/32: Enter the kernel via trampoline stack
  ` [tip:x86/pti] "

[PATCH 06/39] x86/entry/32: Split off return-to-kernel path
 2018-07-19 23:21 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 05/39] x86/entry/32: Unshare NMI return path
 2018-07-19 23:21 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 04/39] x86/entry/32: Put ESPFIX code into a macro
 2018-07-19 23:20 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 03/39] x86/entry/32: Load task stack from x86_tss.sp1 in SYSENTER handler
 2018-07-19 23:19 UTC  (2+ messages)
` [tip:x86/pti] "

linux-next: build warning after merge of the net-next tree
 2018-07-19 23:19 UTC  (7+ messages)

[PATCH 02/39] x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stack
 2018-07-19 23:19 UTC  (2+ messages)
` [tip:x86/pti] "

[PATCH 01/39] x86/asm-offsets: Move TSS_sp0 and TSS_sp1 to asm-offsets.c
 2018-07-19 23:18 UTC  (2+ messages)
` [tip:x86/pti] "

KASAN: use-after-free Read in _copy_from_iter
 2018-07-19 23:19 UTC 

[PATCH] net: wimax: stack: fixed multi line comment issue
 2018-07-19 23:11 UTC 

[PATCH 0/3] Enable smmu support on sdm845
 2018-07-19 23:08 UTC  (3+ messages)
` [PATCH 1/3] dts: arm64/sdm845: Add node for arm,mmu-500

[PATCH] platform: goldfish: Retire pdev_bus
 2018-07-19 23:06 UTC 

[PATCH v3 0/6] KVM: X86: Implement PV IPIs support
 2018-07-19 23:05 UTC  (3+ messages)
` [PATCH v3 2/6] KVM: X86: Implement PV IPIs in linux guest

[PATCH v3 0/7] Fix issues and cleanup for ERR_FATAL and ERR_NONFATAL
 2018-07-19 23:00 UTC  (3+ messages)

[PATCH] ARM64: smp: Fix cpu_up() racing with sys_reboot
 2018-07-19 22:55 UTC  (2+ messages)

[RFC PATCH ghak59 V1 0/6] audit: config_change normalizations and event record gathering
 2018-07-19 22:47 UTC  (7+ messages)
` [RFC PATCH ghak59 V1 1/6] audit: give a clue what CONFIG_CHANGE op was involved

BUG: KASAN: stack-out-of-bounds in unwind_next_frame
 2018-07-19 22:45 UTC  (5+ messages)
    ` [PATCH] perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)

[PATCH] security: export security_kernel_load_data to fix firmware_loader build
 2018-07-19 22:40 UTC  (3+ messages)

m68k allmodconfig build errors
 2018-07-19 22:39 UTC 

[ANNOUNCE] v4.16.18-rt10
 2018-07-19 22:38 UTC 

[PATCH v2] xen/spinlock: Don't use pvqspinlock if only 1 vCPU
 2018-07-19 22:35 UTC  (4+ messages)

[PATCH v15 00/26] Early boot time stamps
 2018-07-19 22:35 UTC  (54+ messages)
` [PATCH v15 01/26] x86/kvmclock: Remove memblock dependency
  ` [tip:x86/timers] "
` [PATCH v15 02/26] x86/kvmclock: Remove page size requirement from wall_clock
  ` [tip:x86/timers] "
` [PATCH v15 03/26] x86/kvmclock: Decrapify kvm_register_clock()
  ` [tip:x86/timers] "
` [PATCH v15 04/26] x86/kvmclock: Cleanup the code
  ` [tip:x86/timers] "
` [PATCH v15 05/26] x86/kvmclock: Mark variables __initdata and __ro_after_init
  ` [tip:x86/timers] "
` [PATCH v15 06/26] x86/kvmclock: Move kvmclock vsyscall param and init to kvmclock
  ` [tip:x86/timers] "
` [PATCH v15 07/26] x86/kvmclock: Switch kvmclock data to a PER_CPU variable
  ` [tip:x86/timers] "
` [PATCH v15 08/26] x86: text_poke() may access uninitialized struct pages
  ` [tip:x86/timers] x86/alternatives, jumplabel: Use text_poke_early() before mm_init()
` [PATCH v15 09/26] x86: initialize static branching early
  ` [tip:x86/timers] x86/jump_label: Initialize "
` [PATCH v15 10/26] x86/CPU: Call detect_nopl() only on the BSP
  ` [tip:x86/timers] "
` [PATCH v15 11/26] x86/tsc: redefine notsc to behave as tsc=unstable
  ` [tip:x86/timers] x86/tsc: Redefine "
` [PATCH v15 12/26] x86/xen/time: initialize pv xen time in init_hypervisor_platform
  ` [tip:x86/timers] x86/xen/time: Initialize pv xen time in init_hypervisor_platform()
` [PATCH v15 13/26] x86/xen/time: output xen sched_clock time from 0
  ` [tip:x86/timers] x86/xen/time: Output "
` [PATCH v15 14/26] s390/time: add read_persistent_wall_and_boot_offset()
  ` [tip:x86/timers] s390/time: Add read_persistent_wall_and_boot_offset()
` [PATCH v15 15/26] time: replace read_boot_clock64() with read_persistent_wall_and_boot_offset()
  ` [tip:x86/timers] timekeeping: Replace "
` [PATCH v15 16/26] time: default boot time offset to local_clock()
  ` [tip:x86/timers] timekeeping: Default "
` [PATCH v15 17/26] s390/time: remove read_boot_clock64()
  ` [tip:x86/timers] s390/time: Remove read_boot_clock64()
` [PATCH v15 18/26] ARM/time: remove read_boot_clock64()
  ` [tip:x86/timers] ARM/time: Remove read_boot_clock64()
` [PATCH v15 19/26] x86/tsc: calibrate tsc only once
  ` [tip:x86/timers] x86/tsc: Calibrate "
` [PATCH v15 20/26] x86/tsc: initialize cyc2ns when tsc freq. is determined
  ` [tip:x86/timers] x86/tsc: Initialize cyc2ns when tsc frequency "
` [PATCH v15 21/26] x86/tsc: use tsc early
  ` [tip:x86/timers] x86/tsc: Use TSC as sched clock early
` [PATCH v15 22/26] sched: move sched clock initialization and merge with generic clock
  ` [tip:x86/timers] sched/clock: Move "
` [PATCH v15 23/26] sched: early boot clock
  ` [tip:x86/timers] sched/clock: Enable sched clock early
` [PATCH v15 24/26] sched: use static key for sched_clock_running
  ` [tip:x86/timers] sched/clock: Use "
` [PATCH v15 25/26] x86/tsc: split native_calibrate_cpu() into early and late parts
  ` [tip:x86/timers] x86/tsc: Split "
` [PATCH v15 26/26] x86/tsc: use tsc_calibrate_cpu_early and pit_hpet_ptimer_calibrate_cpu
  ` [tip:x86/timers] x86/tsc: Make use of tsc_calibrate_cpu_early()

[PATCH] ARM64: smp: BUG() if smp_send_reschedule() is called for an offline cpu
 2018-07-19 22:12 UTC 

linux-next: Signed-off-by missing for commits in the amlogic tree
 2018-07-19 21:57 UTC  (3+ messages)

[PATCH v1] PCI/IOV: Tidy pci_sriov_set_totalvfs()
 2018-07-19 21:50 UTC 

[PATCH 0/5] net: extend eth_platform_get_mac_address()
 2018-07-19 21:48 UTC  (5+ messages)
` [PATCH 4/5] net: add support for nvmem to eth_platform_get_mac_address()

[PATCH v2 (v4.18 regression fix)] vfs: don't evict uninitialized inode
 2018-07-19 21:45 UTC  (4+ messages)

[PATCH] Staging: pi433: rf69: fixed a multi line comment issue
 2018-07-19 21:43 UTC 

[PATCH] MIPS: Add FP_MODE regset support
 2018-07-19 21:26 UTC  (3+ messages)

[PATCH 0/3] MIPS: DSP ASE regset support
 2018-07-19 21:25 UTC  (3+ messages)

[PATCH] firmware: Avoid caching firmware when FW_OPT_NOCACHE is set
 2018-07-19 21:25 UTC 

[PATCH] dd: Invoke one probe retry cycle after every initcall level
 2018-07-19 21:24 UTC 

[PATCH] MIPS: Change definition of cpu_relax() for Loongson-3
 2018-07-19 21:15 UTC  (3+ messages)

[PATCH] exec: don't force_sigsegv processes with a pending fatal signal
 2018-07-19 20:53 UTC 

[PATCH] tpm: add support for partial reads
 2018-07-19 21:01 UTC  (9+ messages)

[PATCH v2 0/2] Input: atmel_mxt_ts: Add support for optional regulators
 2018-07-19 20:54 UTC  (5+ messages)
` [PATCH v2 1/2] "

[PATCH, libv4l]: Make libv4l2 usable on devices with complex pipeline
 2018-07-19 20:53 UTC  (2+ messages)

[PATCH v2 0/5] Refactor free_area_init_node/free_area_init_core
 2018-07-19 20:52 UTC  (6+ messages)
` [PATCH v2 3/5] mm/page_alloc: Optimize free_area_init_core

[PATCH v14 00/25] Early boot time stamps
 2018-07-19 20:46 UTC  (10+ messages)
` [PATCH v14 20/25] x86/tsc: calibrate tsc only once

[PATCH v2 00/10] coresight: perf: Support for tmc-etr backed buffers
 2018-07-19 20:36 UTC  (7+ messages)
` [PATCH v2 08/10] coresight: perf: Add helper to retrieve sink configuration
` [PATCH v2 09/10] coresight: perf: Remove set_buffer call back
` [PATCH v2 10/10] coresight: etm-perf: Add support for ETR backend

[PATCH 0/10] psi: pressure stall information for CPU, memory, and IO v2
 2018-07-19 20:31 UTC  (5+ messages)
` [PATCH 08/10] psi: pressure stall information for CPU, memory, and IO

[PATCH] nohz: don't kick non-idle CPUs in tick_nohz_full_kick_cpu()
 2018-07-19 20:22 UTC  (3+ messages)

[PATCH v3 0/8] swap: THP optimizing refactoring
 2018-07-19 20:21 UTC  (2+ messages)

[PATCH v3 1/2] leds: core: Introduce generic pattern interface
 2018-07-19 20:20 UTC  (11+ messages)
      `  "

[PATCH] random: add a config option to trust the CPU's hwrng
 2018-07-19 20:17 UTC  (5+ messages)
    ` [PATCH] random: addu "

[PATCH] /net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()
 2018-07-19 20:06 UTC 

[PATCH] ARM: dts: vf610-zii-ssmb-spu3: Fix W=1 level warnings
 2018-07-19 20:00 UTC 

[PATCH RFC] cpufreq: trace frequency limits change
 2018-07-19 19:59 UTC 

[PATCH] xen/spinlock: Don't use pvqspinlock if only 1 vCPU
 2018-07-19 19:59 UTC  (3+ messages)

[PATCH v2] ARM: dts: vf610: Add ZII CFU1 board
 2018-07-19 19:57 UTC 

[PATCH] PCI/AER: Do not clear AER bits if we don't own AER
 2018-07-19 19:56 UTC  (5+ messages)

[PATCH] fs: drop duplicated bit in bitmask
 2018-07-19 19:53 UTC 

[PATCH v3 0/7] kmalloc-reclaimable caches
 2018-07-19 19:53 UTC  (2+ messages)

[PATCH v5 0/6] Add Actions Semiconductor Owl S900 I2C support
 2018-07-19 19:47 UTC  (3+ messages)
` [PATCH v5 5/6] i2c: Add Actions Semiconductor Owl family S900 I2C driver

[PATCH 0/2] add SPI controller driver for UniPhier SoCs
 2018-07-19 19:45 UTC  (3+ messages)
` [PATCH 2/2] spi: add SPI controller driver for UniPhier SoC

[PATCH v7 0/4] resource: Use list_head to link sibling resource
 2018-07-19 19:44 UTC  (5+ messages)
` [PATCH v7 4/4] kexec_file: Load kernel at top of system RAM if required

Dear Beneficiary, FINAL NOTICE
 2018-07-19  5:50 UTC 

[PATCH] ARM: dts: vf610: Add ZII CFU1 board
 2018-07-19 19:38 UTC  (4+ messages)

[RFC PATCH 0/2] clk: qcom: Quad SPI (qspi) clock support for sdm845
 2018-07-19 19:37 UTC  (6+ messages)
` [RFC PATCH 2/2] clk: qcom: Add qspi (Quad SPI) clocks "

[RFC PATCH v2 00/27] Control Flow Enforcement (CET)
 2018-07-19 19:31 UTC  (13+ messages)
` [RFC PATCH v2 16/27] mm: Modify can_follow_write_pte/pmd for shadow stack

[PATCH] perf/core: fix a possible deadlock scenario
 2018-07-19 19:12 UTC  (2+ messages)
` [PATCH v2] "


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