messages from 2018-03-05 23:15:03 to 2018-03-06 00:29:08 UTC [more...]
[PATCH v3 1/3] platform/x86: dell-smbios: Correct some style warnings
2018-03-06 0:29 UTC (7+ messages)
` [PATCH v3 3/3] platform/x86: dell-smbios: Link all dell-smbios-* modules together
[PATCH 4.1 00/65] page table isolation for stable 4.1
2018-03-06 0:25 UTC (66+ messages)
` [PATCH 4.1 01/65] x86/mm: Add INVPCID helpers
` [PATCH 4.1 02/65] x86/mm: Fix INVPCID asm constraint
` [PATCH 4.1 03/65] x86/mm: Add a 'noinvpcid' boot option to turn off INVPCID
` [PATCH 4.1 04/65] x86/mm: If INVPCID is available, use it to flush global mappings
` [PATCH 4.1 05/65] mm/mmu_context, sched/core: Fix mmu_context.h assumption
` [PATCH 4.1 06/65] sched/core: Add switch_mm_irqs_off() and use it in the scheduler
` [PATCH 4.1 07/65] x86/mm: Build arch/x86/mm/tlb.c even on !SMP
` [PATCH 4.1 08/65] x86/mm, sched/core: Uninline switch_mm()
` [PATCH 4.1 09/65] x86/mm, sched/core: Turn off IRQs in switch_mm()
` [PATCH 4.1 10/65] ARM: Hide finish_arch_post_lock_switch() from modules
` [PATCH 4.1 11/65] sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()
` [PATCH 4.1 12/65] x86/irq: Do not substract irq_tlb_count from irq_call_count
` [PATCH 4.1 13/65] x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly()
` [PATCH 4.1 14/65] x86/mm: Remove flush_tlb() and flush_tlb_current_task()
` [PATCH 4.1 15/65] x86/mm: Make flush_tlb_mm_range() more predictable
` [PATCH 4.1 16/65] x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range()
` [PATCH 4.1 17/65] x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code
` [PATCH 4.1 18/65] x86/mm: Disable PCID on 32-bit kernels
` [PATCH 4.1 19/65] x86/mm: Add the 'nopcid' boot option to turn off PCID
` [PATCH 4.1 20/65] x86/mm: Enable CR4.PCIDE on supported systems
` [PATCH 4.1 21/65] x86/mm/64: Fix reboot interaction with CR4.PCIDE
` [PATCH 4.1 22/65] x86/boot: Add early cmdline parsing for options with arguments
` [PATCH 4.1 23/65] x86/entry: Stop using PER_CPU_VAR(kernel_stack)
` [PATCH 4.1 24/65] x86/entry: Remove unused 'kernel_stack' per-cpu variable
` [PATCH 4.1 25/65] x86/entry: Define 'cpu_current_top_of_stack' for 64-bit code
` [PATCH 4.1 26/65] KAISER: Kernel Address Isolation
` [PATCH 4.1 27/65] kaiser: merged update
` [PATCH 4.1 28/65] kaiser: do not set _PAGE_NX on pgd_none
` [PATCH 4.1 29/65] kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZE
` [PATCH 4.1 30/65] kaiser: fix build and FIXME in alloc_ldt_struct()
` [PATCH 4.1 31/65] kaiser: KAISER depends on SMP
` [PATCH 4.1 32/65] kaiser: fix regs to do_nmi() ifndef CONFIG_KAISER
` [PATCH 4.1 33/65] kaiser: fix perf crashes
` [PATCH 4.1 34/65] kaiser: ENOMEM if kaiser_pagetable_walk() NULL
` [PATCH 4.1 35/65] kaiser: tidied up asm/kaiser.h somewhat
` [PATCH 4.1 36/65] kaiser: tidied up kaiser_add/remove_mapping slightly
` [PATCH 4.1 37/65] kaiser: kaiser_remove_mapping() move along the pgd
` [PATCH 4.1 38/65] kaiser: cleanups while trying for gold link
` [PATCH 4.1 39/65] kaiser: name that 0x1000 KAISER_SHADOW_PGD_OFFSET
` [PATCH 4.1 40/65] kaiser: delete KAISER_REAL_SWITCH option
` [PATCH 4.1 41/65] kaiser: vmstat show NR_KAISERTABLE as nr_overhead
` [PATCH 4.1 42/65] kaiser: enhanced by kernel and user PCIDs
` [PATCH 4.1 43/65] kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush user
` [PATCH 4.1 44/65] kaiser: PCID 0 for kernel and 128 for user
` [PATCH 4.1 45/65] kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_user
` [PATCH 4.1 46/65] kaiser: paranoid_entry pass cr3 need to paranoid_exit
` [PATCH 4.1 47/65] kaiser: _pgd_alloc() without __GFP_REPEAT to avoid stalls
` [PATCH 4.1 48/65] kaiser: fix unlikely error in alloc_ldt_struct()
` [PATCH 4.1 49/65] kaiser: add "nokaiser" boot option, using ALTERNATIVE
` [PATCH 4.1 50/65] "
` [PATCH 4.1 51/65] x86/kaiser: Rename and simplify X86_FEATURE_KAISER handling
` [PATCH 4.1 52/65] x86/kaiser: Check boottime cmdline params
` [PATCH 4.1 53/65] kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflush
` [PATCH 4.1 54/65] kaiser: drop is_atomic arg to kaiser_pagetable_walk()
` [PATCH 4.1 55/65] kaiser: asm/tlbflush.h handle noPGE at lower level
` [PATCH 4.1 56/65] kaiser: kaiser_flush_tlb_on_return_to_user() check PCID
` [PATCH 4.1 57/65] x86/paravirt: Dont patch flush_tlb_single
` [PATCH 4.1 58/65] x86/kaiser: Reenable PARAVIRT
` [PATCH 4.1 59/65] x86/kaiser: Move feature detection up
` [PATCH 4.1 60/65] KPTI: Rename to PAGE_TABLE_ISOLATION
` [PATCH 4.1 61/65] x86/ldt: fix crash in ldt freeing
` [PATCH 4.1 62/65] PTI: unbreak EFI old_memmap
` [PATCH 4.1 63/65] kpti: Disable when running under Xen PV
` [PATCH 4.1 64/65] pti: Rename X86_FEATURE_KAISER to X86_FEATURE_PTI
` [PATCH 4.1 65/65] x86/pti/efi: broken conversion from efi to kernel page table
[PATCH] btrfs: adjust return values of btrfs_inode_by_name
2018-03-06 0:24 UTC (2+ messages)
[Qemu-devel] [PATCH v3 0/5] hw/acpi-build: build SRAT memory affinity structures for DIMM devices
2018-03-06 0:24 UTC (4+ messages)
` [Qemu-devel] [PATCH v3 2/5] qmp: distinguish PC-DIMM and NVDIMM in MemoryDeviceInfoList
[PATCH v4 0/2] drivers/qcom: add Command DB support
2018-03-06 0:21 UTC (4+ messages)
` [PATCH v4 2/2] dt-bindings: introduce Command DB for QCOM SoCs
[GSoC][PATCH v3] Make options that expect object ids less chatty if id is invalid
2018-03-06 0:19 UTC (2+ messages)
[PATCH v2] selftests: futex Makefile add top level TAP header echo to RUN_TESTS
2018-03-06 0:18 UTC (4+ messages)
[PATCH v2 0/6] some fixes to the pci-hyperv driver
2018-03-06 0:17 UTC (7+ messages)
` [PATCH v2 5/6] PCI: hv: hv_pci_devices_present(): only queue a new work when necessary
[PATCH 0/5] Handling for TAP header level
2018-03-06 0:17 UTC (7+ messages)
` [PATCH 5/5] selftests: futex Makefile add top level TAP header echo to RUN_TESTS
[RFC net-next 0/6] offload linux bonding tc ingress rules
2018-03-06 0:16 UTC (7+ messages)
` [RFC net-next 4/6] nfp: add ndo_set_mac_address for representors
[PATCH] HID: hid-multitouch: Use true and false for boolean values
2018-03-06 0:10 UTC
[PATCH/RFC 1/1] gc --auto: exclude the largest giant pack in low-memory config
2018-03-06 0:10 UTC
[Qemu-devel] [RFC PATCH v2 00/22] remove i386/pc dependency: generic SuperIO
2018-03-06 0:05 UTC (5+ messages)
` [Qemu-devel] [RFC PATCH v2 03/22] hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h
` [Qemu-devel] [RFC PATCH v2 04/22] hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIO
[Qemu-devel] [PATCH 0/7] memory: address_space_to_flatview needs RCU lock
2018-03-06 0:10 UTC (3+ messages)
` [Qemu-devel] [PATCH 1/7] openpic_kvm: drop address_space_to_flatview call
[PATCH v2] PCI: Move declaration of of_irq_parse_and_map_pci under OF_IRQ
2018-03-06 0:10 UTC (2+ messages)
[igt-dev] [PATCH igt v2] igt/gen7_forcewake_mt: Make the mmio register as volatile
2018-03-06 0:09 UTC (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: warning for igt/gen7_forcewake_mt: Make the mmio register as volatile (rev5)
[PATCH 0/2] ARM: dts: amx3xx: add emif interrupt info
2018-03-06 0:08 UTC (3+ messages)
[RFC 0/4] Add Ingenic X1000 SoC Support
2018-03-06 0:08 UTC (3+ messages)
` [RFC 3/4] MIPS: Ingenic: Initial X1000 SoC support
[PATCH] mm: relax ptrace mode in process_vm_readv(2)
2018-03-06 0:07 UTC (2+ messages)
[Intel-wired-lan] [jkirsher-next-queue:1GbE] BUILD SUCCESS 41b0c4814d918186ca18dca29f19990c0c3e35e4
2018-03-06 0:07 UTC
[PATCH 0/3] MIPS: BMIPS: Add Broadcom STB device nodes
2018-03-06 0:06 UTC (2+ messages)
[PATCH 2 1/2] dax: change bdev_dax_supported() to take a block_device as input
2018-03-06 0:06 UTC (9+ messages)
` [PATCH 2 2/2] xfs: fix rt_dev usage for DAX
[PATCH] HID: hid-ntrig: use true and false for boolean values
2018-03-06 0:06 UTC
[PATCH V2 0/3] Use efi_rts_workqueue to invoke EFI Runtime Services
2018-03-06 0:05 UTC (5+ messages)
` [PATCH V2 1/3] x86/efi: Call efi_delete_dummy_variable() during efi subsystem initialization
` [PATCH V2 2/3] efi: Introduce efi_rts_workqueue and some infrastructure to invoke all efi_runtime_services()
` [PATCH V2 3/3] efi: Use efi_rts_workqueue to invoke EFI Runtime Services
[PATCH 1/1] gnome-desktop3: eliminate erroneous free()
2018-03-06 0:04 UTC
[LTP] Errored: linux-test-project/ltp#689 (master - c78dd51)
2018-03-06 0:03 UTC
[PATH 0/4] usbip: make vhci_hcd.* objects independent of vhci_hcd.0
2018-03-06 0:03 UTC (4+ messages)
[PATCH] Input: appletouch - use true and false for boolean values
2018-03-06 0:00 UTC
[U-Boot] Whitelist scripting
2018-03-06 0:00 UTC (2+ messages)
[PATCH v2] arm: dts: zynq: Add Digilent Zybo Z7 board
2018-03-06 0:00 UTC (3+ messages)
[PATCH 0/9] EEH refactoring 1
2018-03-06 0:00 UTC (10+ messages)
` [PATCH 1/9] powerpc/eeh: Remove eeh_handle_event()
` [PATCH 2/9] powerpc/eeh: Manage EEH_PE_RECOVERING inside eeh_handle_normal_event()
` [PATCH 3/9] powerpc/eeh: Fix misleading comment in __eeh_addr_cache_get_device()
` [PATCH 4/9] powerpc/eeh: Remove misleading test in eeh_handle_normal_event()
` [PATCH 5/9] powerpc/eeh: Rename frozen_bus to bus "
` [PATCH 6/9] powerpc/eeh: Clarify arguments to eeh_reset_device()
` [PATCH 7/9] powerpc/eeh: Remove always-true tests in eeh_reset_device()
` [PATCH 8/9] powerpc/eeh: Factor out common code eeh_reset_device()
` [PATCH 9/9] powerpc/eeh: Add eeh_state_active() helper
[PATCH v5 0/3] of: cache phandle nodes to reduce cost of of_find_node_by_phandle()
2018-03-06 0:00 UTC (3+ messages)
` [PATCH v5 2/3] memblock: add memblock_free() alloc when CONFIG_HAVE_MEMBLOCK is not set
[PATCH v3 0/4] Introduce GENI SE Controller Driver
2018-03-05 23:58 UTC (4+ messages)
` [PATCH v3 1/4] dt-bindings: soc: qcom: Add device tree binding for GENI SE
[PATCH] valgrind_3.13.0.bb: Mask CPUID support in HWCAP on aarch64
2018-03-05 23:58 UTC
[PATCH v2 0/2] hwrng: mxc-rnga - add driver support on boards with device tree
2018-03-05 23:58 UTC (8+ messages)
` [PATCH v2 1/2] dt-bindings: rng: Document Freescale i.MX21 and i.MX31 RNGA compatibles
` [PATCH v2 2/2] hwrng: mxc-rnga - add driver support on boards with device tree
[Qemu-devel] [PATCHv1 00/14] Translation loop conversion for sh4/sparc/mips/s390x/openrisc targets
2018-03-05 23:57 UTC (2+ messages)
[PATCH bpf-next 0/5] bpf, tracing: introduce bpf raw tracepoints
2018-03-05 23:56 UTC (3+ messages)
` [PATCH bpf-next 3/5] bpf: introduce BPF_RAW_TRACEPOINT
[PATCH] libnvdimm, {btt, blk}: do integrity setup before add_disk()
2018-03-05 23:56 UTC (2+ messages)
[LTP] [RFC PATCH v2 1/3] tst_test.sh: Add default trap to INT
2018-03-05 23:55 UTC (5+ messages)
` [LTP] [RFC PATCH v2 2/3] test_net.sh: Check for ip command
` [LTP] [RFC PATCH v2 3/3] test_net.sh: Add checks for external commands
[PATCH] spi: tegra20-slink: use true and false for boolean values
2018-03-05 23:53 UTC
[PATCH] dt-bindings: pwm: Add generic "pwm-channels" property
2018-03-05 23:53 UTC (3+ messages)
[SPDK] Reminder: Community Meeting Coming up Soon
2018-03-05 23:52 UTC
[PATCH net-next 0/3] sctp: add support for some msg_control options from RFC6458
2018-03-05 23:52 UTC (6+ messages)
` [PATCH net-next 2/3] sctp: add support for SCTP_DSTADDRV4/6 Information for sendmsg
+ zboot-fix-stack-protector-in-compressed-boot-phase.patch added to -mm tree
2018-03-05 23:51 UTC
linux-next: manual merge of the mali-dp tree with the drm-misc tree
2018-03-05 23:52 UTC
[PATCH 0/7] x86/microcode: Improve late loading
2018-03-05 23:51 UTC (3+ messages)
[ndctl PATCH] ndctl, test: add a unit test for partition rescanning
2018-03-05 23:56 UTC
[PATCH] Fixes for selftest tm-unavailable
2018-03-05 23:49 UTC (3+ messages)
` [PATCH] selftests/powerpc: Skip tm-unavailable if TM is not enabled
[PATCH] pinctrl: mediatek: mtk-common: use true and false for boolean values
2018-03-05 23:49 UTC (2+ messages)
[U-Boot] [PATCH 1/3] MIPS: Drop unreferenced CONFIG_* defines
2018-03-05 23:46 UTC (3+ messages)
` [U-Boot] [PATCH 2/3] ARM: Drop unreferenced CONFIG_* defines named after SoCs
` [U-Boot] [PATCH 3/3] ARM: Drop unreferenced CONFIG_* defines named after boards
[PATCH v9 0/8] convert: add support for different encodings
2018-03-05 23:45 UTC (4+ messages)
` [PATCH v9 6/8] convert: check for detectable errors in UTF encodings
[PATCH 4.4 000/193] 4.4.118-stable review
2018-03-05 23:45 UTC (3+ messages)
` [PATCH 4.4 031/193] ARM: OMAP2+: Fix SRAM virt to phys translation for save_secure_ram_context
[PATCH] MIPS: BMIPS: Do not mask IPIs during suspend
2018-03-05 23:43 UTC (3+ messages)
[PATCH v2] arm64/debug: Fix registers on sleeping tasks
2018-03-05 23:43 UTC (2+ messages)
[PATCH net v3] sch_netem: fix skb leak in netem_enqueue()
2018-03-05 23:43 UTC (2+ messages)
[PATCH 1/5] drm/i915: Convert intel_hpd_irq_event() into an encoder hotplug hook
2018-03-05 23:41 UTC (11+ messages)
` [PATCH v2 3/5] drm/i915: Move SST DP link retraining into the ->post_hotplug() hook
[PATCH] drm/i915: Don't initialize plane_to_crtc_mapping[] on SKL+
2018-03-05 23:38 UTC (2+ messages)
` ✗ Fi.CI.IGT: warning for "
[Bug 98974] Can't see borders/empires in Stellaris
2018-03-05 23:38 UTC (2+ messages)
[PATCH] RDMA/bnxt_re/qplib_sp: Use true and false for boolean values
2018-03-05 23:36 UTC
[PATCH 0/6] Various multipath-tools patches
2018-03-05 23:35 UTC (10+ messages)
` [PATCH 5/6] libmultipath: Fix sgio_get_vpd()
[PATCH] fsck.xfs: allow forced repairs using xfs_repair
2018-03-05 23:33 UTC (5+ messages)
[Qemu-devel] [PULL] RISC-V QEMU Port Submission
2018-03-05 23:31 UTC (8+ messages)
` [Qemu-devel] [patches] "
[PATCH] HID: Logitech K290: Add driver for the Logitech K290 USB keyboard
2018-03-05 23:31 UTC (7+ messages)
` [PATCH v2 0/1] "
` [PATCH v2 1/1] HID: "
[rocko][PATCH] README: update references to rocko
2018-03-05 23:29 UTC
[PATCH] PCI: Move declaration of of_irq_parse_and_map_pci under OF_IRQ
2018-03-05 23:29 UTC (4+ messages)
[rocko][PATCH] README: update reference to rocko
2018-03-05 23:29 UTC
[PATCH] multipathd: start marginal path checker thread lazily
2018-03-05 23:28 UTC
[PATCH 1/2] ndctl: add check for update firmware supported
2018-03-05 23:34 UTC (3+ messages)
` [PATCH 2/2] ndctl: merge firmware-update to dimm.c as one of the dimm ops
[RFC/RFT][PATCH 0/7] sched/cpuidle: Idle loop rework
2018-03-05 23:27 UTC (3+ messages)
` [RFC/RFT][PATCH 6/7] sched: idle: Predict idle duration before stopping the tick
man gittutorial: patch proposal
2018-03-05 23:25 UTC (2+ messages)
Regulator regression in next-20180305
2018-03-05 23:22 UTC (3+ messages)
[PATCH] pinctrl: bc2835: Add brcm,level property
2018-03-05 23:21 UTC (5+ messages)
` [PATCH v2 0/3] pinctrl: bcm2835: "
` [PATCH v2 2/3] pinctrl: bcm2835: Add support for generic pinctrl binding
[PULL] drm-misc-next
2018-03-05 23:20 UTC (4+ messages)
[PATCH 0/7] fujitsu-laptop: Consistent naming of constants
2018-03-05 23:16 UTC (6+ messages)
` [PATCH 1/7] platform/x86: fujitsu-laptop: Define constants for FUNC operations
[RESEND PATCH] perf sched map: re-annotate shortname if thread comm changed
2018-03-05 23:16 UTC (7+ messages)
user-manual: patch proposals and questions
2018-03-05 23:08 UTC
user-manual: patch proposals and questions
2018-03-05 23:08 UTC
git help clone: questions
2018-03-05 23:10 UTC
[PATCH v2 00/23] "Foreign" NVMe support for multipath-tools
2018-03-05 23:15 UTC (6+ messages)
` [PATCH v2 19/23] multipath: use foreign API
` [PATCH v2 20/23] multipathd: "
` [PATCH v2 21/23] libmultipath: foreign/nvme: implement path display
` [PATCH v2 22/23] multipathd: update path group prio in check_path
` [PATCH v2 23/23] multipathd: fix signal blocking logic
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.