linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-12 13:26:02 to 2018-09-12 15:56:28 UTC [more...]

[PATCH v4 00/16] Add utilization clamping support
 2018-09-12 15:56 UTC  (12+ messages)
` [PATCH v4 02/16] sched/core: uclamp: map TASK's clamp values into CPU's clamp groups
` [PATCH v4 08/16] sched/core: uclamp: propagate parent clamps
` [PATCH v4 09/16] sched/core: uclamp: map TG's clamp values into CPU's clamp groups

[PATCH v3 0/4] fs/dcache: Track # of negative dentries
 2018-09-12 15:55 UTC  (13+ messages)
` [PATCH v3 1/4] fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()
` [PATCH v3 3/4] fs/dcache: Track & report number of negative dentries
` [PATCH v3 4/4] fs/dcache: Eliminate branches in nr_dentry_negative accounting

[PATCH V4 00/27] C-SKY(csky) Linux Kernel Port
 2018-09-12 15:55 UTC  (14+ messages)
` [PATCH V3 05/27] csky: System Call
` [PATCH V3 08/27] csky: Process management and Signal
` [PATCH V3 09/27] csky: VDSO and rt_sigreturn
` [PATCH V3 12/27] csky: ELF and module probe
` [PATCH V3 14/27] csky: User access
` [PATCH V3 15/27] csky: Debug and Ptrace GDB
` [PATCH V3 16/27] csky: SMP support
` [PATCH V3 19/27] dt-bindings: timer: gx6605s SOC timer
` [PATCH V3 20/27] dt-bindings: timer: C-SKY Multi-processor timer
` [PATCH V3 23/27] clocksource: add gx6605s SOC system timer
  ` [PATCH V3 17/27] csky: Misc headers
  ` [PATCH V3 11/27] csky: Atomic operations

[PATCH] workqueue: combine judgments in the loop of maybe_create_worker
 2018-09-12 15:55 UTC  (2+ messages)

[PATCH 0/4] Address issues slowing persistent memory initialization
 2018-09-12 15:54 UTC  (13+ messages)
` [PATCH 1/4] mm: Provide kernel parameter to allow disabling page init poisoning
` [PATCH 2/4] mm: Create non-atomic version of SetPageReserved for init use
` [PATCH 3/4] mm: Defer ZONE_DEVICE page initialization to the point where we init pgmap
` [PATCH 4/4] nvdimm: Trigger the device probe on a cpu local to the device

[PATCH] NTB: ntb_hw_switchtec: add pre-requisites for NTB driver and misc updates
 2018-09-12 15:53 UTC  (2+ messages)

[PATCH] percpu-refcount: relax limit on percpu_ref_reinit()
 2018-09-12 15:53 UTC  (11+ messages)

BUG: spinlock bad magic in lockref_get
 2018-09-12 15:52 UTC 

[PATCH] memory_hotplug: fix the panic when memory end is not on the section boundary
 2018-09-12 15:51 UTC  (15+ messages)

[RFC PATCH] x86: load FPU registers on return to userland
 2018-09-12 15:49 UTC  (18+ messages)
` [RFC PATCH 01/10] x86/entry: remove _TIF_ALLWORK_MASK
` [RFC PATCH 02/10] kvm: x86: make kvm_{load|put}_guest_fpu() static
` [RFC PATCH 03/10] x86/fpu: add (__)make_fpregs_active helpers
` [RFC PATCH 04/10] x86/fpu: eager switch PKRU state
` [RFC PATCH 05/10] x86/pkeys: Drop the preempt-disable section
` [RFC PATCH 06/10] x86/fpu: Always store the registers in copy_fpstate_to_sigframe()
` [RFC PATCH 07/10] x86/entry: add TIF_LOAD_FPU
` [RFC PATCH 08/10] x86/fpu: prepare copy_fpstate_to_sigframe for TIF_LOAD_FPU
` [RFC PATCH 09/10] x86/fpu: copy non-resident FPU state at fork time
` [RFC PATCH 10/10] x86/fpu: defer FPU state load until return to userspace

[PATCH 0/2] fix sync to flush processor cache for ext4 DAX files
 2018-09-12 15:47 UTC  (4+ messages)
` [PATCH 1/2] ext4, dax: update dax check to skip journal inode

[RFC PATCH v2 0/3] Groundwork for AFBC YUV formats
 2018-09-12 15:40 UTC  (10+ messages)
` [RFC PATCH v2 1/3] drm/fourcc: Add 'bpp' field for formats with non-integer bytes-per-pixel

[PATCH] ACPI/PPTT: Handle architecturally unknown cache types
 2018-09-12 15:39 UTC  (11+ messages)

Redoing eXclusive Page Frame Ownership (XPFO) with isolated CPUs in mind (for KVM to isolate its guests per CPU)
 2018-09-12 15:37 UTC  (5+ messages)

[PATCH 00/27] Allwinner H6 DE3 and HDMI support
 2018-09-12 15:37 UTC  (9+ messages)
` [PATCH 02/27] arm64: allwinner: h6: add system controller device tree node
    ` [linux-sunxi] "
` [PATCH 08/27] clk: sunxi-ng: Add support for H6 DE3 clocks

[PATCH] clk: mvebu: ap806: Remove superfluous of_clk_add_provider
 2018-09-12 15:35 UTC 

[PATCH] WATCHDOG: uniphier_wdt.c: Fixed error do not initialise statics to 0
 2018-09-12 15:33 UTC 

[PATCH v2 01/17] compat_ioctl: add generic_compat_ioctl_ptrarg()
 2018-09-12 15:33 UTC  (18+ messages)
` [PATCH v2 02/17] compat_ioctl: move drivers to generic_compat_ioctl_ptrarg
` [PATCH v2 03/17] compat_ioctl: use correct compat_ptr() translation in drivers
` [PATCH v2 04/17] ceph: fix compat_ioctl for ceph_dir_operations
` [PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
  ` [PATCH v2 06/17] compat_ioctl: move rtc handling into rtc-dev.c
  ` [PATCH v2 07/17] compat_ioctl: move tape handling into drivers
  ` [PATCH v2 08/17] compat_ioctl: remove keyboard ioctl translation
  ` [PATCH v2 09/17] compat_ioctl: remove HIDIO translation
` [PATCH v2 10/17] compat_ioctl: remove translation for sound ioctls
  ` [PATCH v2 11/17] compat_ioctl: remove isdn ioctl translation
  ` [PATCH v2 12/17] compat_ioctl: remove IGNORE_IOCTL()
  ` [PATCH v2 13/17] compat_ioctl: remove /dev/random commands
  ` [PATCH v2 14/17] compat_ioctl: remove joystick ioctl translation
  ` [PATCH v2 15/17] compat_ioctl: remove PCI "
  ` [PATCH v2 16/17] compat_ioctl: remove /dev/raw "
  ` [PATCH v2 17/17] compat_ioctl: remove last RAID handling code

[PATCH] proc: restrict kernel stack dumps to root
 2018-09-12 15:29 UTC  (2+ messages)

[PATCH] mm, thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
 2018-09-12 15:25 UTC  (6+ messages)

Custom PMI Handler
 2018-09-12 15:20 UTC 

[PATCH 0/6] numa-balancing patches
 2018-09-12 15:19 UTC  (7+ messages)
` [PATCH 3/6] sched/numa: Avoid task migration for small numa improvement
` [PATCH 5/6] sched/numa: Reset scan rate whenever task moves across nodes

[PATCH v2] ARM: omap: Convert to using %pOFn instead of device_node.name
 2018-09-12 15:17 UTC  (3+ messages)
` [PATCH v2] staging: "

[PATCH v2 1/5] ext2: cache NULL when both default_acl and acl are NULL
 2018-09-12 15:04 UTC  (3+ messages)
` [PATCH v2 2/5] ext4: "

[PATCH 0/5] Clean up huge vmap and ioremap code
 2018-09-12 15:09 UTC  (3+ messages)
` [PATCH 4/5] lib/ioremap: Ensure phys_addr actually corresponds to a physical address

[PATCH] ARM: omap: Convert to using %pOFn instead of device_node.name
 2018-09-12 15:10 UTC  (5+ messages)
` [PATCH] media: "

[PATCH] x86/efi: earlyprintk - Add 64bit efi fb address support
 2018-09-12 15:09 UTC  (3+ messages)

[PATCH 0/2] Use named address spaces for percpu data
 2018-09-12 15:08 UTC  (4+ messages)
` [PATCH 1/2] x86: Use named address spaces in asm/percpu.h
` [PATCH 2/2] x86: Enable named address spaces for percpu data

[PATCH v2] ethernet: hnae: drop adhoc assert() macros
 2018-09-12 15:04 UTC  (3+ messages)

defconfig fails if CROSS_COMPILE is set while cross-gcc is not avaialble
 2018-09-12 14:59 UTC  (4+ messages)

[PATCH v7 00/14] Energy Aware Scheduling
 2018-09-12 14:56 UTC  (3+ messages)
` [PATCH v7 02/14] sched/cpufreq: Prepare schedutil for "

[PATCH V4 11/27] csky: Atomic operations
 2018-09-12 14:52 UTC  (17+ messages)
` [PATCH V4 12/27] csky: ELF and module probe
` [PATCH V4 13/27] csky: Library functions
` [PATCH V4 14/27] csky: User access
` [PATCH V4 15/27] csky: Debug and Ptrace GDB
` [PATCH V4 16/27] csky: SMP support
` [PATCH V4 17/27] csky: Misc headers
` [PATCH V4 18/27] dt-bindings: csky CPU Bindings
` [PATCH V4 19/27] dt-bindings: timer: gx6605s SOC timer
` [PATCH V4 20/27] dt-bindings: timer: C-SKY Multi-processor timer
` [PATCH V4 21/27] dt-bindings: interrupt-controller: C-SKY APB intc
` [PATCH V4 22/27] dt-bindings: interrupt-controller: C-SKY SMP intc
` [PATCH V4 23/27] clocksource: add gx6605s SOC system timer
` [PATCH V4 24/27] clocksource: add C-SKY SMP timer
` [PATCH V4 25/27] clocksource: add C-SKY timers' build infrastructure
` [PATCH V4 26/27] irqchip: add C-SKY irqchip drivers
` [PATCH V4 27/27] dt-bindings: Add vendor prefix for csky

[PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer
 2018-09-12 14:54 UTC  (6+ messages)
` [PATCH v6 03/18] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW
` [PATCH v6 04/18] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW

[PATCH RESEND] drivers: soc: Allow building the sunxi driver without ARCH_SUNXI
 2018-09-12 14:53 UTC  (3+ messages)

[PATCH 0/2] sc16is7xx interrupt fixes
 2018-09-12 14:31 UTC  (3+ messages)
` [PATCH 1/2] sc16is7xx: Fix for multi-channel stall
` [PATCH 2/2] sc16is7xx: Fix for "Unexpected interrupt: 8"

[PATCH 0/5] fpga: patches for v4.19
 2018-09-12 14:43 UTC  (6+ messages)
` [PATCH 1/5] fpga: do not access region struct after fpga_region_unregister
` [PATCH 2/5] fpga: bridge: fix obvious function documentation error
` [PATCH 3/5] docs: fpga: document fpga manager flags
` [PATCH 4/5] fpga: of-fpga-region: Use platform_set_drvdata
` [PATCH 5/5] fpga: dfl-fme-region: Use platform_get_drvdata()

[RFC] memory_hotplug: Free pages as pageblock_order
 2018-09-12 14:42 UTC  (6+ messages)

[PATCH 00/25] Change tty_port(standard)_install's return type
 2018-09-12 14:41 UTC  (2+ messages)

[PATCH] RISC-V: Show CPU ID and Hart ID separately in /proc/cpuinfo
 2018-09-12 14:38 UTC 

[PATCH 0/2] arm64: remove some extra semicolon
 2018-09-12 14:38 UTC  (3+ messages)

[PATCH V6 0/2] Add efi page fault handler to recover from page
 2018-09-12 14:37 UTC  (2+ messages)

[PATCH v2] RISC-V: Show IPI stats
 2018-09-12 14:37 UTC 

[PATCH 0/4] Add specific vt input's key map
 2018-09-12 14:35 UTC  (2+ messages)

[PATCH] [v3] drm/sun4i: fix build failure with CONFIG_DRM_SUN8I_MIXER=m
 2018-09-12 14:34 UTC  (6+ messages)

[PATCH net-next v3 00/10] net: mvpp2: phylink conversion
 2018-09-12 14:34 UTC  (8+ messages)
` [PATCH net-next v3 02/10] net: mvpp2: phylink support

[PATCH] drm/i915/dp: fix shifting by a negative number of bits
 2018-09-12 14:31 UTC 

[REGRESSION] bfq probe failed on 4.19-rc3
 2018-09-12 14:31 UTC  (8+ messages)

[PATCH v3] x86/vdso: Handle clock_gettime(CLOCK_TAI) in vDSO
 2018-09-12 14:29 UTC  (7+ messages)

[PATCH 0/5][RFC] Encryption and authentication for hibernate snapshot image
 2018-09-12 14:23 UTC  (6+ messages)
` [PATCH 1/5] PM / hibernate: Create snapshot keys handler
` [PATCH 2/5] PM / hibernate: Generate and verify signature for snapshot image
` [PATCH 3/5] PM / hibernate: Encrypt "
` [PATCH 4/5] PM / hibernate: Erase the snapshot master key in snapshot pages
` [PATCH 5/5] PM / hibernate: An option to request that snapshot image must be authenticated

Question 16
 2018-09-12 12:35 UTC 

[PATCH RFC LKMM 1/7] tools/memory-model: Add extra ordering for locks and remove it for ordinary release/acquire
 2018-09-12 14:24 UTC  (2+ messages)

get_arg_page() && ptr_size accounting
 2018-09-12 14:23 UTC  (8+ messages)

[PATCH] brcm80211: remove redundant condition check before debugfs_remove_recursive
 2018-09-12 14:10 UTC 

[PATCH v2 0/4] Add 96Boards Rock960 CE board support
 2018-09-12 14:05 UTC  (4+ messages)
` [PATCH v2 1/4] arm64: dts: rockchip: Split out common nodes for Rock960 based boards

[PATCH 01/11] compat_ioctl: remove keyboard ioctl translation
 2018-09-12 14:02 UTC  (6+ messages)
` [PATCH 06/11] compat_ioctl: remove /dev/random commands

[PATCH] dt-bindings: power: Introduce suspend states supported properties
 2018-09-12 14:01 UTC  (7+ messages)

[PATCH stable] tick/nohz: Prevent bogus softirq pending warning
 2018-09-12 13:56 UTC  (2+ messages)

[PATCH 00/11] OPP: Don't create multiple OPP tables for devices sharing OPP table
 2018-09-12 13:55 UTC  (2+ messages)

[PATCH v2 00/11] dts: Update coresight device tree bindings
 2018-09-12 13:53 UTC  (12+ messages)
` [PATCH v2 01/11] coresight: dts: binding: Fix example for TPIU component
` [PATCH v2 02/11] coresight: dts: binding: Update coresight binding examples
` [PATCH v2 03/11] arm64: dts: hi6220: Update coresight bindings for hardware ports
` [PATCH v2 04/11] arm64: dts: sc9836/sc9860: "
` [PATCH v2 05/11] arm64: dts: msm8916: "
` [PATCH v2 06/11] arm: dts: hip04: "
` [PATCH v2 07/11] arm: dts: imx7: Update coresight binding "
` [PATCH v2 08/11] arm: dts: omap: Update coresight bindings "
` [PATCH v2 09/11] arm: dts: qcom: "
` [PATCH v2 10/11] arm: dts: sama5d2: "
` [PATCH v2 11/11] arm: dts: ste-dbx5x0: Update coresight bindings for hardware port

[PATCH] arm64: defconfig: enable R8A774C0 SoC
 2018-09-12 13:52 UTC 

[PATCH 4.4 00/79] 4.4.152-stable review
 2018-09-12 13:51 UTC  (4+ messages)
` [PATCH 4.4 40/79] ARM: imx_v6_v7_defconfig: Select ULPI support
      ` Fw: "

[PATCH] memcg: remove congestion wait when force empty
 2018-09-12 13:49 UTC  (2+ messages)

[PATCH] clk: mvebu: use SPDX-License-Identifier
 2018-09-12 13:40 UTC 

[PATCH 00/13] x86/KVM/Hyper-v: Add HV ept tlb range flush hypercall support in KVM
 2018-09-12 13:40 UTC  (7+ messages)
` [PATCH 1/13] KVM: Add tlb_remote_flush_with_range callback in kvm_x86_ops
` [PATCH 10/13] x86/hyper-v: Add HvFlushGuestAddressList hypercall support

[PATCH 4.19 regression fix] printk: For early boot messages check loglevel when flushing the buffer
 2018-09-12 13:33 UTC  (11+ messages)

[PATCH V2 1/3] perf/x86/intel: Factor out common code of PMI handler
 2018-09-12 13:33 UTC  (3+ messages)
` [PATCH V2 2/3] x86, perf: Add a separate Arch Perfmon v4 "

[PATCH 1/4] MAINTAINERS: rcar-du: Add co-maintainer
 2018-09-12 13:32 UTC  (3+ messages)
` [PATCH 2/4] MAINTAINERS: VSP1: "

[RFC PATCH v2 0/8] lru_lock scalability and SMP list functions
 2018-09-12 13:30 UTC  (7+ messages)
` [RFC PATCH v2 1/8] mm, memcontrol.c: make memcg lru stats thread-safe without lru_lock
` [RFC PATCH v2 2/8] mm: make zone_reclaim_stat updates thread-safe

[PATCH -next] drm/fb-helper: Remove set but not used variable 'connector_funcs'
 2018-09-12 13:29 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).