linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-25 11:30:44 to 2018-11-25 22:04:50 UTC [more...]

[PATCH v8 0/7] mm: Merge hmm into devm_memremap_pages, mark GPL-only
 2018-11-25 22:04 UTC  (3+ messages)

[PATCH] parport: parport_pc: Mark expected switch fall-through
 2018-11-25 21:48 UTC 

[PATCH 0/5] Add new features for SC27XX fuel gauge driver
 2018-11-25 21:48 UTC  (5+ messages)
` [PATCH 3/5] power: supply: sc27xx: Add fuel gauge low voltage alarm
` [PATCH 5/5] power: supply: sc27xx: Save last battery capacity

[PATCH v2 1/3] ARM: imx_v6_v7_defconfig: Remove explicit ARM_UNWIND disable
 2018-11-25 21:47 UTC  (6+ messages)
` [PATCH v2 2/3] ARM: imx_v6_v7_defconfig: Enable BT_BNEP
` [PATCH v2 3/3] ARM: imx_v6_v7_defconfig: Enable USB_ANNOUNCE_NEW_DEVICES

[PATCH 0/5] memblock: simplify several early memory allocations
 2018-11-25 21:44 UTC  (6+ messages)
` [PATCH 1/5] powerpc: prefer memblock APIs returning virtual address
` [PATCH 2/5] microblaze: prefer memblock API "
` [PATCH 3/5] sh: prefer memblock APIs "
` [PATCH 4/5] openrisc: simplify pte_alloc_one_kernel()
` [PATCH 5/5] arch: simplify several early memory allocations

[PATCH] KVM: x86: Trace changes to active TSC offset regardless if vCPU in guest-mode
 2018-11-25 21:38 UTC  (2+ messages)

WARNING: bad usercopy in corrupted (2)
 2018-11-25 21:27 UTC  (2+ messages)

[PATCH 01/13] ARM: multi_v7_defconfig: Select PHY_ROCKCHIP_INNO_USB2
 2018-11-25 21:19 UTC  (13+ messages)
` [PATCH 02/13] ARM: multi_v7_defconfig: Add missing systemd options
` [PATCH 03/13] net: stmmac: dwmac-rk: Allow the driver to probe when phy-supply is not present
` [PATCH 04/13] net: stmmac: dwmac-rk: Do not print redundant error message
` [PATCH 05/13] net: stmmac: dwmac-rk: Do not print error when PHY regulator is not found
` [PATCH 06/13] ARM: dts: rv1108: Add GMAC support
` [PATCH 07/13] ARM: dts: rv1108: Fix the timer mask
` [PATCH 08/13] ARM: dts: rv1108: Fix the PMU interrupt number
` [PATCH 09/13] ARM: dts: rv1108: Assign the proper GPIO clocks
` [PATCH 10/13] ARM: dts: rv1108: Add UART DMA support
` [PATCH 11/13] ARM: dts: rv1108: Add internal timer support
` [PATCH 12/13] ARM: dts: rv1108: Pass the 'arm,cpu-registers-not-fw-configured' property
` [PATCH 13/13] ARM: dts: rv1108: Pass the 'clock-latency' property

[PATCH 0/2] irq/irq_sim: provide a specialized variant of irq_sim_fire()
 2018-11-25 21:18 UTC  (7+ messages)
` [PATCH 1/2] irq/irq_sim: provide irq_sim_fire_edge()

[PATCH] partitions/efi: Fix partition name parsing in GUID partition entry
 2018-11-25 21:16 UTC  (2+ messages)

[PATCH v2] ARM: dts: rv1108: enable eMMC support
 2018-11-25 21:14 UTC 

[RFC PATCH v2 0/3] realize dax_operations for dm-snapshot
 2018-11-25 20:59 UTC  (2+ messages)

[RCF PATCH,v2,2/2] pwm: imx: Configure output to GPIO in disabled state
 2018-11-25 20:56 UTC  (11+ messages)

[PATCH 1/6] char: lp: remove trailing whitespace
 2018-11-25 20:56 UTC  (7+ messages)
` [PATCH 2/6] char: lp: move trailing statement to next line
` [PATCH 3/6] char: lp: do not use return as a function
` [PATCH 4/6] char: lp: use tabs instead of spaces
` [PATCH 5/6] char: lp: fix whitespace with pointers
` [PATCH 6/6] char: lp: fix spacing style before open parenthesis

[RFC PATCH 0/3] Maintainer Handbook: Subsystem Profile
 2018-11-25 20:55 UTC  (3+ messages)

[PATCH 1/3] ARM: imx_v6_v7_defconfig: Remove CONFIG_ARM_UNWIND
 2018-11-25 20:55 UTC  (8+ messages)
` [PATCH 2/3] ARM: imx_v6_v7_defconfig: Enable BT_BNEP
` [PATCH 3/3] ARM: imx_v6_v7_defconfig: Enable USB_ANNOUNCE_NEW_DEVICES

[patch V2 00/28] x86/speculation: Remedy the STIBP/IBPB overhead
 2018-11-25 20:53 UTC  (34+ messages)
` [patch V2 01/28] x86/speculation: Update the TIF_SSBD comment
` [patch V2 02/28] x86/speculation: Clean up spectre_v2_parse_cmdline()
` [patch V2 03/28] x86/speculation: Remove unnecessary ret variable in cpu_show_common()
` [patch V2 04/28] x86/speculation: Reorganize cpu_show_common()
` [patch V2 05/28] x86/speculation: Disable STIBP when enhanced IBRS is in use
` [patch V2 06/28] x86/speculation: Rename SSBD update functions
` [patch V2 07/28] x86/speculation: Reorganize speculation control MSRs update
` [patch V2 08/28] sched/smt: Make sched_smt_present track topology
` [patch V2 09/28] x86/Kconfig: Select SCHED_SMT if SMP enabled
` [patch V2 10/28] sched/smt: Expose sched_smt_present static key
` [patch V2 11/28] x86/speculation: Rework SMT state change
` [patch V2 12/28] x86/l1tf: Show actual SMT state
` [patch V2 13/28] x86/speculation: Reorder the spec_v2 code
` [patch V2 14/28] x86/speculation: Mark string arrays const correctly
` [patch V2 15/28] x86/speculataion: Mark command line parser data __initdata
` [patch V2 16/28] x86/speculation: Unify conditional spectre v2 print functions
` [patch V2 17/28] x86/speculation: Add command line control for indirect branch speculation
` [patch V2 18/28] x86/speculation: Prepare for per task indirect branch speculation control
` [patch V2 19/28] x86/process: Consolidate and simplify switch_to_xtra() code
` [patch V2 20/28] x86/speculation: Avoid __switch_to_xtra() calls
` [patch V2 21/28] x86/speculation: Prepare for conditional IBPB in switch_mm()
` [patch V2 22/28] ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRS
` [patch V2 23/28] x86/speculation: Split out TIF update
` [patch V2 24/28] x86/speculation: Prepare arch_smt_update() for PRCTL mode
` [patch V2 25/28] x86/speculation: Add prctl() control for indirect branch speculation
` [patch V2 26/28] x86/speculation: Enable prctl mode for spectre_v2_user
` [patch V2 27/28] x86/speculation: Add seccomp Spectre v2 user space protection mode
` [patch V2 28/28] x86/speculation: Provide IBPB always command line options

[PATCH] ARM: dts: rv1108-evb: enable eMMC support
 2018-11-25 20:53 UTC  (3+ messages)

[PATCH 0/8] net: y2038-safe socket timestamps
 2018-11-25 20:50 UTC  (17+ messages)
` [PATCH 3/8] socket: Disentangle SOCK_RCVTSTAMPNS from SOCK_RCVTSTAMP
` [PATCH 6/8] socket: Add struct sock_timeval
` [PATCH 7/8] socket: Add SO_TIMESTAMP[NS]_NEW

[PATCH v3] debugobjects: scale the static pool size
 2018-11-25 20:48 UTC  (6+ messages)
` [PATCH v4] "

[BUG] Nuvoton NCPT650 TPM 2.0 mode not working
 2018-11-25 20:06 UTC  (12+ messages)

[PATCH v2 0/2] Documentation/admin-guide: introduce perf-security.rst file and extend perf_event_paranoid documentation
 2018-11-25 19:47 UTC  (3+ messages)
` [PATCH v2 1/2] Documentation/admin-guide: introduce perf-security.rst file

[PATCH] Documentation: dev-tools: Fix typos in index.rst
 2018-11-25 19:36 UTC  (3+ messages)

[PATCH 0/3] add support for Sensirion SPS30 PM sensor
 2018-11-25 19:05 UTC  (12+ messages)
` [PATCH 1/3] iio: add IIO_MASSCONCENTRATION channel type
` [PATCH 2/3] iio: chemical: add support for Sensirion SPS30 sensor

[tip:WIP.x86/pti 23/30] arch/x86/mm/tlb.c:192:51: error: 'LAST_USR_MM_IBPB' undeclared; did you mean 'LAST_USER_MM_IBPB'?
 2018-11-25 19:01 UTC 

[PATCH v17 18/23] platform/x86: Intel SGX driver
 2018-11-25 18:55 UTC  (11+ messages)

[PATCH] mm: put_and_wait_on_page_locked() while page is migrated
 2018-11-25 18:30 UTC  (2+ messages)

[PATCH][V2] net: bridge: remove redundant checks for null p->dev and p->br
 2018-11-25 18:26 UTC  (3+ messages)

[RFC -next v0 0/3] netfilter: expose flow offload tables as an ebpf map
 2018-11-25 18:09 UTC  (4+ messages)
` [RFC -next v0 1/3] bpf: modular maps
` [RFC -next v0 2/3] netfilter: nf_flow_table: support a new 'snoop' mode
` [RFC -next v0 3/3] netfilter: nf_flow_table_bpf_map: introduce new loadable bpf map

[PATCH] clk: rockchip: add clock gate of ACODEC for rk3328
 2018-11-25 17:56 UTC 

[PATCH] clk: rockchip: add clock ID of ACODEC for rk3328
 2018-11-25 17:55 UTC 

[GIT PULL] Please pull NFS client changes
 2018-11-25 17:45 UTC  (2+ messages)

[GIT PULL] dma-mapping fixes for 4.20
 2018-11-25 17:45 UTC  (2+ messages)

[GIT PULL] XArray updates
 2018-11-25 17:45 UTC  (2+ messages)

[PATCH] x86/kvm/vmx: fix old-style function declaration
 2018-11-25 17:35 UTC  (2+ messages)

[PATCH] KVM: x86: fix empty-body warnings
 2018-11-25 17:35 UTC  (2+ messages)

[PATCH] svm: Add mutex_lock to protect apic_access_page_done on AMD systems
 2018-11-25 17:34 UTC  (3+ messages)

[PATCH] KVM: X86: Fix scan ioapic use-before-initialization
 2018-11-25 17:31 UTC  (2+ messages)

[PATCH] KVM: LAPIC: Fix pv ipis use-before-initialization
 2018-11-25 17:31 UTC  (2+ messages)

Question about "regulator: core: Only count load for enabled consumers" in -next
 2018-11-25 17:20 UTC  (2+ messages)

[PATCH] dmaengine: ti: omap-dma: Configure LCH_TYPE for OMAP1
 2018-11-25 17:14 UTC  (13+ messages)

[RFC PATCH 0/3] simplify struct audit_krule reveals bug
 2018-11-25 17:11 UTC  (4+ messages)
` [RFC PATCH 1/3] audit: remove arch_f pointer from struct audit_krule

[PATCH] drm/nouveau/bios/ramcfg: fix missing parentheses when calculating RON
 2018-11-25 17:09 UTC 

[PATCH] staging: greybus: Parenthesis alignment
 2018-11-25 16:58 UTC 

[PATCH] usb: core: quirks: add RESET_RESUME quirk for Cherry G230 Stream series
 2018-11-25 16:57 UTC 

[PATCH 2/2] libnvdimm, pfn: Pad pfn namespaces relative to other regions
 2018-11-25 16:37 UTC  (2+ messages)

[PATCH] MAINTAINERS: change Sparse's maintainer
 2018-11-25 16:34 UTC 

[PATCH v3 6/6] ARM: PWM: add allwinner sun8i R40/T3/V40 PWM support
 2018-11-25 16:23 UTC 

[PATCH v3 5/6] DEV: CLK: sunxi ccu: export clk_apb1 for sun8i-r40 soc pwm
 2018-11-25 16:22 UTC 

[PATCH v3 4/6] DEV: CLK: add function to check the using clock name of driver
 2018-11-25 16:21 UTC 

[PATCH v3 3/6] ARM: dts: add PWM for Bananapi M2 Ultrar board
 2018-11-25 16:20 UTC 

[PATCH v3 2/6] ARM: dtsi: add pwm node for sun8i R40
 2018-11-25 16:19 UTC 

[PATCH v3 1/6] Documentation: ARM: sunxi: pwm: add Allwinner sun8i
 2018-11-25 16:18 UTC 

[PATCH v3 0/6] PWM support for allwinner sun8i R40/T3/V40 SOCs
 2018-11-25 16:18 UTC 

[PATCH 01/26] Staging: fbtft: fbtft-core: Switch to the gpio descriptor interface
 2018-11-25 16:12 UTC  (2+ messages)

The "udl" driver crashes the kernel
 2018-11-25 15:58 UTC 

[PATCH] platform/x86: thinkpad_acpi: add adaptive_kbd_modes parameter
 2018-11-25 15:41 UTC  (5+ messages)

[PATCH] media: v4l: Fix MPEG-2 slice Intra DC Precision validation
 2018-11-25 15:21 UTC 

[PATCH 0/7] add platform/firmware keys support for kernel verification by IMA
 2018-11-25 15:15 UTC  (8+ messages)
` [PATCH 1/7] integrity: Define a trusted platform keyring
` [PATCH 2/7] integrity: Load certs to the "
` [PATCH 3/7] efi: Add EFI signature data types
` [PATCH 4/7] efi: Add an EFI signature blob parser
` [PATCH 5/7] efi: Import certificates from UEFI Secure Boot
` [PATCH 6/7] efi: Allow the "db" UEFI variable to be suppressed
` [PATCH 7/7] ima: Support platform keyring for kernel appraisal

[PATCH] iio: hid-sensor-hub: clean up indentation, remove extraneous tab
 2018-11-25 14:04 UTC  (2+ messages)

[PATCH v4 1/3] kernel.h: disable type-checks in container_of() for Sparse
 2018-11-25 13:56 UTC  (4+ messages)

[PATCH v4 0/2] dmaengine: add UniPhier MIO DMAC driver
 2018-11-25 13:53 UTC  (3+ messages)

KASAN: slab-out-of-bounds Write in queue_stack_map_push_elem
 2018-11-25 13:50 UTC 

[PATCH 0/2] tscadc: Couple of fixes
 2018-11-25 13:46 UTC  (3+ messages)
` [PATCH 2/2] iio: adc: ti_am335x_tscadc: Improve accuracy of measurement

[PATCH] iio: st_sensors: Fix the sleep time for sampling
 2018-11-25 13:22 UTC  (4+ messages)

[PATCH 0/3] iio: stm32-adc: add PM support
 2018-11-25 13:17 UTC  (8+ messages)
` [PATCH 1/3] iio: adc: stm32-adc: move self-calibration to prepare routine
` [PATCH 2/3] iio: adc: stm32-adc: add power management support
` [PATCH 3/3] iio: adc: stm32-adc: switch off running adc when going to low power

WARNING in sysfs_remove_group (2)
 2018-11-25 13:06 UTC  (3+ messages)

[PR] Treat yourself with this awesome 🌟Cyber Monday offer🌟
 2018-11-25 12:44 UTC 

[RFC PATCH v4 00/17] initial support for "suniv" Allwinner new ARM9 SoC
 2018-11-25 12:49 UTC  (5+ messages)
` [RFC PATCH v4 10/17] dt-bindings: pinctrl: Add Allwinner suniv F1C100s pinctrl
` [RFC PATCH v4 11/17] pinctrl: sunxi: add support for suniv F1C100s (newer F-series SoCs)

[RFC PATCH v2 00/15] Introduced new Cadence USBSS DRD Driver
 2018-11-25 12:35 UTC  (4+ messages)
` [RFC PATCH v2 04/15] usb:cdns3: Driver initialization code

[PATCH v2 5/5] Staging: iio: adt7316: Use device tree data to assign irq_type
 2018-11-25 11:53 UTC  (4+ messages)

[PATCH v2 4/5] Staging: iio: adt7316: Change the name from irq_flags to irq_type
 2018-11-25 11:52 UTC  (2+ messages)

[PATCH v2 3/5] Staging: iio: adt7316: Switch irq_flags to a local variable
 2018-11-25 11:49 UTC  (2+ messages)

[PATCH v2 2/5] Staging: iio: adt7316: Use device tree data to set ldac_pin
 2018-11-25 11:49 UTC  (2+ messages)

[PATCH v2 1/5] Staging: iio: adt7316: Add of_device_id table
 2018-11-25 11:46 UTC  (2+ messages)

[PATCH 00/26] Staging: fbtft: Switch to the gpio descriptor interface
 2018-11-25 11:44 UTC  (19+ messages)
` [PATCH 09/26] Staging: fbtft: fb_s6d1211: "
` [PATCH 10/26] Staging: fbtft: fb_ili9320: "
` [PATCH 11/26] Staging: fbtft: fb_ili9340: "
` [PATCH 12/26] Staging: fbtft: fb_ssd1325: "
` [PATCH 13/26] Staging: fbtft: fb_ili9325: "
` [PATCH 14/26] Staging: fbtft: fb_ssd1289: "
` [PATCH 15/26] Staging: fbtft: fb_ssd1351: "
` [PATCH 16/26] Staging: fbtft: fb_uc1701: "
` [PATCH 17/26] Staging: fbtft: fb_ssd1306: "
` [PATCH 18/26] Staging: fbtft: fb_bd663474: "
` [PATCH 19/26] Staging: fbtft: fb_ssd1331: "
` [PATCH 20/26] Staging: fbtft: fb_ili9163: "
` [PATCH 21/26] Staging: fbtft: fb_agm1264k-fl: "
` [PATCH 22/26] Staging: fbtft: fb_pcd8544: "
` [PATCH 23/26] Staging: fbtft: fb_ssd1305: "
` [PATCH 24/26] Staging: fbtft: fb_tls8204: "
` [PATCH 25/26] Staging: fbtft: fb_watterott: "
` [PATCH 26/26] Staging: fbtft: fb_ra8875: "

[PATCH v2 2/2] dt-bindings: iio: adc: Add docs for AD7606 ADC
 2018-11-25 11:42 UTC  (2+ messages)

[PATCH v2 1/2] staging: iio: ad7606: Move out of staging
 2018-11-25 11:41 UTC  (2+ messages)

[PATCH] ALSA: pcm: Fix starvation on down_write_nonblock()
 2018-11-25 11:30 UTC  (2+ 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).