linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-18 13:30:34 to 2018-01-18 16:13:57 UTC [more...]

[PATCH] scripts/gdb: fix get_thread_info
 2018-01-18 21:01 UTC  (4+ messages)

[PATCH v2 tip/master 0/3] kprobes/x86: retpoline: Fix kprobes for retpoline
 2018-01-18 16:13 UTC 

[RFC 0/6] Multi-thread per-cpu ksoftirqd
 2018-01-18 16:12 UTC  (6+ messages)
` [RFC 2/6] softirq: Introduce mask for __do_softirq()
` [RFC 3/6] softirq: Add reverse group-to-softirq map
` [RFC 4/6] softirq: Run per-group per-cpu ksoftirqd thread
` [RFC 5/6] softirq: Add time accounting per-softirq type
` [RFC 6/6] softirq/sched: Account si cpu time to ksoftirqd(s)

Use arm64's scheme for registering first-level IRQ handlers on RISC-V
 2018-01-18 15:45 UTC  (4+ messages)
` [PATCH 1/2] asm-generic: Add a generic set_handle_irq
` [PATCH 2/2] RISC-V: Move to the new asm-generic IRQ handler

[PATCH v6 00/99] XArray version 6
 2018-01-18 16:07 UTC  (4+ messages)
` [PATCH v6 85/99] btrfs: Remove unused spinlock

[PATCH] x86/mce: Make machine check speculation protected
 2018-01-18 15:55 UTC  (4+ messages)

[mm 4.15-rc8] Random oopses under memory pressure
 2018-01-18 15:40 UTC  (15+ messages)

[PATCH] MIPS: use generic GCC library routines from lib/
 2018-01-18 16:05 UTC  (2+ messages)

[PATCH] MIPS: use generic GCC library routines from lib/
 2018-01-18 16:05 UTC  (2+ messages)

[PATCH] pinctrl: at91-pio4: add support for drive-strength property
 2018-01-18 16:02 UTC 

[PATCH] Support tablet mode switch for Dell laptops
 2018-01-18 15:59 UTC  (5+ messages)

general protection fault in strlen
 2018-01-18 15:58 UTC 

aio poll, io_pgetevents and a new in-kernel poll API V3
 2018-01-18 15:46 UTC  (2+ messages)

[PATCH v3 0/6] Add dynamic ftrace support for RISC-V platforms
 2018-01-18 15:45 UTC  (7+ messages)
` [PATCH v3 1/6] riscv/ftrace: Add RECORD_MCOUNT support
` [PATCH v3 2/6] riscv/ftrace: Add dynamic function tracer support
` [PATCH v3 3/6] riscv/ftrace: Add dynamic function graph "
` [PATCH v3 4/6] riscv/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS support
` [PATCH v3 5/6] riscv/ftrace: Add DYNAMIC_FTRACE_WITH_REGS support
` [PATCH v3 6/6] riscv/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR support

[net-next: PATCH v3 0/7] Armada 7k/8k PP2 ACPI support
 2018-01-18 15:53 UTC  (2+ messages)

[PATCH] net: ethernet: cavium: Correct Cacivum Thunderx nicvf/nicpf modules names
 2018-01-18 15:53 UTC  (3+ messages)
` [PATCH v2] net: ethernet: cavium: Correct Cavium "

[PATCH -next] mtd: ubi: wl: Fix error return code in ubi_wl_init()
 2018-01-18 15:46 UTC  (5+ messages)

[RFC PATCH] e1000e: Remove Other from EIAC
 2018-01-18 15:51 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH 4/8] staging: lustre: Fix comment style
 2018-01-18 15:51 UTC  (4+ messages)
` staging: lustre: Cleanup of obd_class.h
  ` [PATCH 1/2] staging: lustre: Fix comment style
  ` [PATCH 2/2] staging: lustre: Align struct member identifiers

[PATCH v1 tip/master 0/3] kprobes/x86: retpoline: Fix kprobes for retpoline
 2018-01-18 15:36 UTC  (6+ messages)
` [PATCH v1 tip/master 1/3] retpoline: Introduce start/end markers of indirect thunk

[PATCH V5 0/2] nvme-pci: fix the timeout case when reset is ongoing
 2018-01-18 15:34 UTC  (4+ messages)
` [PATCH V5 1/2] nvme-pci: introduce RECONNECTING state to mark initializing procedure

[PATCH 00/35] jump_label, objtool, IBRS and IBPB
 2018-01-18 15:32 UTC  (37+ messages)
` [PATCH 01/35] jump_label: Add branch hints to static_branch_{un,}likely()
` [PATCH 02/35] sched: Optimize ttwu_stat()
` [PATCH 03/35] x86: Reindent _static_cpu_has
` [PATCH 04/35] x86: Update _static_cpu_has to use all named variables
` [PATCH 05/35] x86: Add a type field to alt_instr
` [PATCH 06/35] objtool: Implement base jump_assert support
` [PATCH 07/35] x86: Annotate static_cpu_has alternative
` [PATCH 08/35] objtool: Implement jump_assert for _static_cpu_has()
` [PATCH 09/35] objtool: Introduce special_type
` [PATCH 10/35] x86/jump_label: Implement arch_static_assert()
` [PATCH 11/35] objtool: Add retpoline validation
` [PATCH 12/35] x86/paravirt: Annotate indirect calls
` [PATCH 13/35] x86,nospec: Annotate indirect calls/jumps
` [PATCH 14/35] x86: Annotate indirect jump in head_64.S
` [PATCH 15/35] objtool: More complex static jump implementation
` [PATCH 16/35] objtool: Use existing global variables for options
` [PATCH 17/35] objtool: Even more complex static block checks
` [PATCH 18/35] objtool: Another static block fail
` [PATCH 19/35] objtool: Skip static assert when KCOV/KASAN
` [PATCH 20/35] x86: Force asm-goto
` [PATCH 21/35] x86: Remove FAST_FEATURE_TESTS
` [PATCH 22/35] x86/cpufeatures: Detect Speculation control feature
` [PATCH 23/35] x86/speculation: Add basic speculation control code
` [PATCH 24/35] x86/msr: Move native_*msr macros out of microcode.h
` [PATCH 25/35] x86/speculation: Add inlines to control Indirect Branch Speculation
` [PATCH 26/35] x86/enter: Create macros to stop/restart "
` [PATCH 27/35] x86/enter: Use IBRS on syscall and interrupts
` [PATCH 28/35] x86/idle: Control Indirect Branch Speculation in idle
` [PATCH 29/35] x86/speculation: Add IPBP support
` [PATCH 30/35] x86/speculation: Use Indirect Branch Prediction Barrier in context switch
` [PATCH 31/35] x86/ibrs: Add new helper macros to save/restore MSR_IA32_SPEC_CTRL
` [PATCH 32/35] x86/vmx: Direct access to MSR_IA32_SPEC_CTRL
` [PATCH 33/35] x86/svm: "
` [PATCH 34/35] x86/kvm: Add IBPB support
` [PATCH 35/35] x86/nospec: Add static assertions

[PATCH v3 0/2] add tracepoints for nvme command submission and completion
 2018-01-18 15:32 UTC  (4+ messages)
` [PATCH v3 1/2] nvme: add tracepoint for nvme_setup_cmd

[PATCH v2 00/10] objtool validation of static branches and retpoline
 2018-01-18 15:31 UTC  (8+ messages)
` [PATCH v2 02/10] x86: Update _static_cpu_has to use all named variables
` [PATCH v2 07/10] x86/jump_label: Implement arch_static_assert()

[PATCH v5 40/44] ARM: da8xx: Remove legacy clock init
 2018-01-18 15:27 UTC  (3+ messages)
` [PATCH v5 43/44] ARM: da8xx-dt: switch to device tree clocks

[PATCH v5 30/44] ARM: da8xx: add new sata_refclk init using common clock frmework
 2018-01-18 15:26 UTC  (3+ messages)
` [PATCH v5 33/44] ARM: davinci: switch to common clock framework

[PATCH 0/2] clk: meson: probe clean-ups
 2018-01-18 15:25 UTC  (5+ messages)
` [PATCH 1/2] clk: meson: use dev pointer where possible
` [PATCH 2/2] clk: meson: use devm_of_clk_add_hw_provider

[PATCH v5 00/44] ARM: davinci: convert to common clock framework​
 2018-01-18 15:24 UTC  (5+ messages)
` [PATCH v5 24/44] ARM: da850: add new clock init using common clock framework
` [PATCH v5 29/44] ARM: da8xx: add new USB PHY "

[PATCH v4 0/8] PCI: brcmstb: Add Broadcom Settopbox PCIe support
 2018-01-18 15:23 UTC  (6+ messages)
` [PATCH v4 4/8] PCI: brcmstb: Add dma-range mapping for inbound traffic

[PATCH BUGFIX/IMPROVEMENT 0/2] block, bfq: two pending patches
 2018-01-18 15:23 UTC  (2+ messages)

[PATCH v5 0/2] printk: Console owner and waiter logic cleanup
 2018-01-18 15:22 UTC  (12+ messages)

[RESEND RFC PATCH 0/2] fixing the gpio ownership
 2018-01-18 15:22 UTC  (6+ messages)
` [RFC PATCH 2/2] gpio: provide a consumer when requesting a gpio

[PATCH v5 0/2] printk: Console owner and waiter logic cleanup
 2018-01-18 15:21 UTC  (8+ messages)
` [PATCH v5 1/2] printk: Add console owner and waiter logic to load balance console writes

[PATCH 1/2 v3] lib: debugobjects: export max loops counter
 2018-01-18 15:15 UTC  (7+ messages)
` [PATCH 2/2 v3] lib: debugobjects: touch watchdog to avoid softlockup when !CONFIG_PREEMPT

[PATCH-next] MEMCG: memcontrol: make local symbol static
 2018-01-18 15:14 UTC  (2+ messages)

[PATCH] acpi, spcr: Make SPCR available to x86
 2018-01-18 15:09 UTC 

net: r8169: a question of memory barrier in the r8169 driver
 2018-01-18 15:06 UTC  (2+ messages)

[PATCH net-next v5 0/4] net: mvpp2: 1000BaseX and 2500BaseX support
 2018-01-18 15:06 UTC  (3+ messages)

[PATCH] PCI: dwc: dra7xx: add back CONFIG_PCI dependency for endpoint
 2018-01-18 15:03 UTC  (3+ messages)

[PATCH v1 1/1] usb: xhci: do not create and register shared_hcd when USB3.0 is disabled
 2018-01-18 15:02 UTC  (5+ messages)

[PATCH] iommu/of: Only do IOMMU lookup for available ones
 2018-01-18 14:58 UTC  (4+ messages)

[PATCH v5 00/11] FUSE mounts from non-init user namespaces
 2018-01-18 14:58 UTC  (4+ messages)

[PATCH -next] of: platform: fix OF node refcount leak
 2018-01-18 14:57 UTC  (2+ messages)

[LTP] [ANNOUNCE] The Linux Test Project has been released for JANUARY 2018
 2018-01-18 14:53 UTC 

[PATCH v16 00/10] Add backlight helper functions
 2018-01-18 14:51 UTC  (5+ messages)
` [PATCH v16 09/10] drm/panel: Use of_find_backlight helper

[PATCH 0/2] Add dsi clock for stm32f469 board
 2018-01-18 14:49 UTC  (3+ messages)
` [PATCH 1/2] clk: stm32: END_PRIMARY_CLK should be declare after CLK_SYSCLK
` [PATCH 2/2] clk: stm32: Add DSI clock for STM32F469 Board

[PATCH v2] r8152: disable RX aggregation on Dell TB16 dock
 2018-01-18 14:50 UTC  (4+ messages)

[PATCH] phy: brcm-sata: remove unused variable
 2018-01-18 14:46 UTC  (2+ messages)

divide error in ___bpf_prog_run
 2018-01-18 14:46 UTC  (16+ messages)
` dangers of bots on the mailing lists was "

[PATCH] ARM: dts: at91: sama5d4: fix pinctrl compatible string
 2018-01-18 14:38 UTC 

[PATCH v3 00/14] Add MMCI support for STM32F SoCs family
 2018-01-18 14:34 UTC  (15+ messages)
` [PATCH v3 01/14] mmc: mmci: Don't pretend all variants to have MMCIMASK1 register
` [PATCH v3 02/14] mmc: mmci: Don't pretend all variants to have MCI_STARBITERR flag
` [PATCH v3 03/14] mmc: mmci: Don't pretend all variants to have OPENDRAIN bit
` [PATCH v3 04/14] mmc: mmci: Add support for setting pad type via pinctrl
` [PATCH v3 05/14] mmc: mmci: Add STM32 variant
` [PATCH v3 06/14] ARM: dts: stm32: Add SDIO controller for stm32f746
` [PATCH v3 07/14] ARM: dts: stm32: Add SDIO controller for stm32f429
` [PATCH v3 08/14] ARM: dts: stm32: Add pin map for SDIO controller on stm32f4
` [PATCH v3 09/14] ARM: dts: stm32: Enable SDIO controller on stm32f469 disco board
` [PATCH v3 10/14] ARM: dts: stm32: Enable SDIO controller on stm32429i-eval board
` [PATCH v3 11/14] ARM: stm32: Add AMBA support for STM32F4 and STM32F7 SoCs
` [PATCH v3 12/14] ARM: configs: stm32: Enable MMC_ARMMMCI support
` [PATCH v3 13/14] ARM: configs: stm32: Enable EXT3_FS support
` [PATCH v3 14/14] clk: stm32: Add clk entry for SDMMC2 on stm32F769

[PATCH] [RESEND] megaraid: use ktime_get_real for firmware time
 2018-01-18 14:38 UTC  (2+ messages)

[PATCH] [net-next] net: sched: avoid uninitialized variable use
 2018-01-18 14:32 UTC  (4+ messages)

[PATCH 1/1] ARM: dts: sunxi: Add Olimex A20-SOM204-EVB board
 2018-01-18 14:28 UTC  (5+ messages)

[PATCH v2 00/10] perf tools: Add support for CoreSight trace decoding
 2018-01-18 14:27 UTC  (9+ messages)
` [PATCH v2 01/10] perf tools: Integrating the CoreSight decoding library

[PATCH v2 0/2] arm64: Run enable method for errata work arounds on late CPUs
 2018-01-18 14:25 UTC  (6+ messages)

[PATCH v4 00/13] iommu/rockchip: Use OF_IOMMU
 2018-01-18 14:25 UTC  (12+ messages)
` [PATCH v4 04/13] iommu/rockchip: Fix error handling in attach
` [PATCH v4 05/13] iommu/rockchip: Use iopoll helpers to wait for hardware
` [PATCH v4 08/13] iommu/rockchip: Control clocks needed to access the IOMMU

[PATCH net-next 0/5] add some features to hns3 driver
 2018-01-18 14:25 UTC  (3+ messages)
` [PATCH net-next 3/5] net: hns3: add ethtool -p support for phy device

[PATCH] perf report: Provide libtraceevent with a kernel symbol resolver
 2018-01-18 14:22 UTC  (5+ messages)

[PATCH] pinctrl: meson-axg: adjust uart_ao_b pin group naming
 2018-01-18 14:17 UTC 

remove pci_dma_* abuses and workarounds V2
 2018-01-18 14:11 UTC  (4+ messages)
` [PATCH 3/4] tsi108_eth: use dma API properly

[PATCH 1/2] kconfig: use default 'yy' prefix for lexer and parser
 2018-01-18 14:05 UTC  (2+ messages)

[PATCH 1/5] dt-bindings: pinctrl: Add st,stm32f769-pinctrl compatible to stm32-pinctrl
 2018-01-18 14:05 UTC  (3+ messages)
` [PATCH 2/5] pinctrl: stm32: add STM32F769 MCU support

[RESEND PATCH V2 0/4] bug fix mmap read and rdpmc read in large PEBS
 2018-01-18 14:05 UTC  (11+ messages)
` [RESEND PATCH V2 3/4] perf/x86/intel: drain PEBS buffer in event read

[PATCH -next] ipmi/powernv: Fix error return code in ipmi_powernv_probe()
 2018-01-18 14:05 UTC  (3+ messages)

[GIT PULL] isolation: 1Hz residual tick offloading v3
 2018-01-18 14:02 UTC  (8+ messages)

[PATCH 1/3] kconfig: make input_mode static
 2018-01-18 13:56 UTC  (2+ messages)

[PATCH 0/2] kconfig: 'if' and automatic submenu creation documentation
 2018-01-18 13:54 UTC  (4+ messages)
` [PATCH 1/2] kconfig: Document 'if' flattening logic
  ` [PATCH 2/2] kconfig: Improve auto. menu documentation accuracy

[PATCH 0/2] pinctrl: meson: use one uniform 'function' name
 2018-01-18 13:54 UTC  (7+ messages)

[PATCH 2/2] arm64: Branch predictor hardening for Cavium ThunderX2
 2018-01-18 13:53 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] kconfig: Document SYMBOL_OPTIONAL logic
 2018-01-18 13:50 UTC  (2+ messages)

[PATCH] ARC: Enable fatal signals on boot for dev platforms
 2018-01-18 13:48 UTC 

[PATCH] ARC: Add a knob to control usage of dual-issue
 2018-01-18 13:48 UTC 

[PATCH] ARC: Allow disabling of prefetch operations for debugging purposes
 2018-01-18 13:48 UTC 

[PATCH] drm/vc4: Flush the caches before the bin jobs, as well
 2018-01-18 13:45 UTC  (2+ messages)

[PATCH v5 0/5] misc serdev: new serdev based driver for Wi2Wi w2sg00x4 GPS module
 2018-01-18 13:43 UTC  (9+ messages)
` [PATCH v5 3/5] misc serdev: Add w2sg0004 (gps receiver) power control driver
      ` [Letux-kernel] "

[PATCH] [RESEND] scsi: ips: fix firmware timestamps for 32-bit
 2018-01-18 13:40 UTC  (3+ messages)

[PATCH v7 0/5] x86/KASLR: Add parameter kaslr_mem=nn[KMG]@ss[KMG]
 2018-01-18 13:39 UTC  (4+ messages)

[PATCH v3 00/10] perf tools: Add support for CoreSight trace decoding
 2018-01-18 13:36 UTC  (3+ messages)

[PATCH v2 00/15] Add MMCI support for STM32F SoCs family
 2018-01-18 13:35 UTC  (4+ messages)
` [PATCH v2 04/15] mmc: mmci: Add support for setting pad type via pinctrl

[PATCH v2] drm/bridge/synopsys: dsi: add optional pixel clock
 2018-01-18 13:35 UTC  (5+ messages)

[PATCH V5 1/8] perf/x86/intel/uncore: customized event_read for client IMC uncore
 2018-01-18 13:32 UTC  (3+ messages)
` [PATCH V5 4/8] perf/x86/intel/uncore: add new data structures for free running counters

[PATCH v22 0/3] Virtio-balloon: support free page reporting
 2018-01-18 13:30 UTC  (4+ messages)
` [PATCH v22 2/3] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ


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