linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-17 22:03:41 to 2018-07-18 04:24:06 UTC [more...]

[PATCH v5 0/11] Add basic SoC support for mt6765
 2018-07-18  4:23 UTC  (4+ messages)
` [PATCH v5 05/11] clk: mediatek: add mt6765 clock IDs

Showing /sys/fs/cgroup/memory/memory.stat very slow on some machines
 2018-07-18  4:23 UTC  (2+ messages)

[PATCH] drivers: fpga: fix two trivial spelling mistakes
 2018-07-18  4:11 UTC  (2+ messages)

[PATCH v2 net-next 0/7] Make /sys/class/net per net namespace objects belong to container
 2018-07-18  4:17 UTC  (2+ messages)

[PATCH net-next V2 0/8] Packed virtqueue support for vhost
 2018-07-18  4:09 UTC  (4+ messages)

[PATCH RFC/RFT net-next 00/17] net: Convert neighbor tables to per-namespace
 2018-07-18  3:59 UTC  (4+ messages)

[PATCH -next] ipc/sem: prevent queue.status tearing in semop
 2018-07-18  3:55 UTC  (2+ messages)

[PATCH v7 00/10] Introduce the Counter subsystem
 2018-07-18  3:49 UTC  (3+ messages)
` [PATCH v7 01/10] counter: Introduce the Generic Counter interface

[PATCH] net/9p/trans_virtio.c: fix some spell mistakes in comments
 2018-07-18  3:49 UTC  (2+ messages)

[PATCH] ptp: fix missing break in switch
 2018-07-18  3:46 UTC  (2+ messages)

[PATCH v7 0/7] thermal: tsens: Refactoring for TSENSv2 IP
 2018-07-18  3:42 UTC  (14+ messages)
` [PATCH v7 2/7] thermal: tsens: Add support to split up register address space into two
` [PATCH v7 3/7] arm64: dts: msm8996: thermal: Initialise via DT and add second controller
` [PATCH v7 4/7] thermal: tsens: Rename tsens-8996 to tsens-v2 for reuse
` [PATCH v7 5/7] dt: thermal: tsens: Document the fallback DT property for v2 of TSENS IP
` [PATCH v7 7/7] arm64: dts: sdm845: Add tsens nodes

[PATCH v2 0/7] /proc/kcore improvements
 2018-07-18  3:36 UTC  (12+ messages)
` [PATCH v2 1/7] proc/kcore: don't grab lock for kclist_add()
` [PATCH v2 2/7] proc/kcore: replace kclist_lock rwlock with rwsem
` [PATCH v2 7/7] proc/kcore: add vmcoreinfo note to /proc/kcore

linux-next: manual merge of the vfs tree with the overlayfs tree
 2018-07-18  3:29 UTC  (10+ messages)
` [RFC][PATCH 01/42] drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
            ` vfs / overlayfs conflict resolution for linux-next

[PATCH net-next v2 0/2] docs: Convert alias and bridge to rst
 2018-07-18  3:27 UTC  (3+ messages)
` [PATCH net-next v2 1/2] docs: networking: Convert alias.txt "
` [PATCH net-next v2 2/2] docs: networking: Convert bridge.txt "

[PATCH v2 0/7] swap: THP optimizing refactoring
 2018-07-18  3:25 UTC  (12+ messages)
` [PATCH v2 1/7] swap: Add comments to lock_cluster_or_swap_info()
` [PATCH v2 2/7] mm/swapfile.c: Replace some #ifdef with IS_ENABLED()
` [PATCH v2 7/7] swap, put_swap_page: Share more between huge/normal code path

[PATCH net-next 0/3] docs: Convert alias and bridge to rst
 2018-07-18  3:23 UTC  (4+ messages)
` [PATCH net-next 1/3] docs: networking: Fix indices heading indentation

[PATCH 0/3] use unicode for vt mouse paste
 2018-07-18  3:10 UTC  (5+ messages)
` [PATCH 1/3] vt: don't reinvent min()
  ` [PATCH 2/3] vt: selection: handle storing of characters above U+FFFF
  ` [PATCH 3/3] vt: selection: take screen contents from uniscr if available

[resend PATCH v4 0/5] arm/arm64: mediatek: Fix mmsys device probing
 2018-07-18  3:04 UTC  (8+ messages)
` [resend PATCH v4 1/5] drm/mediatek: Use regmap for register access
` [resend PATCH v4 2/5] clk: mediatek: mt2701-mmsys: switch to platform device probing
` [resend PATCH v4 3/5] clk: mediatek: mt8173: switch mmsys "
` [resend PATCH v4 4/5] drm/mediatek: Add support for mmsys through a pdev
` [resend PATCH v4 5/5] drm: mediatek: Omit warning on probe defers

[PATCH 0/6] vt: no blinking on console, 256/24-bit color improvements
 2018-07-18  3:03 UTC  (7+ messages)
` [PATCH 1/6] vt: drop unused struct vt_struct
  ` [PATCH 2/6] vt: add console flag "unblinking"
  ` [PATCH 3/6] vt: let \e[100m use bright background if unblinking
  ` [PATCH 4/6] vt: change 256-color palette to match all(?) modern terminals
  ` [PATCH 5/6] vt: compensate for brightening the 256-color palette
  ` [PATCH 6/6] vt: support bright backgrounds for \e[48m if unblinking

[PATCH v3 0/6] KVM: X86: Implement PV IPIs support
 2018-07-18  3:00 UTC  (2+ messages)

[PATCH net-next 0/3] tcp: improve setsockopt() TCP_USER_TIMEOUT accuracy
 2018-07-18  2:57 UTC  (5+ messages)

[PATCH 0/3] follow-up to the unicode vt console series
 2018-07-18  2:54 UTC  (6+ messages)
` [PATCH 1/3] vt: avoid a VLA in the unicode screen scroll function
` [PATCH 2/3] vt: coherence validation code for the unicode screen buffer
` [PATCH 3/3] vt: add /dev/vcsu* to devices.txt

[PATCH v7 0/4] resource: Use list_head to link sibling resource
 2018-07-18  2:49 UTC  (5+ messages)
` [PATCH v7 1/4] resource: Move reparent_resources() to kernel/resource.c and make it public
` [PATCH v7 2/4] resource: Use list_head to link sibling resource
` [PATCH v7 3/4] resource: add walk_system_ram_res_rev()
` [PATCH v7 4/4] kexec_file: Load kernel at top of system RAM if required

[PATCH] tpm: Add module parameter for hwrng quality
 2018-07-18  2:43 UTC  (8+ messages)

[PATCH v2 0/2] mm: soft-offline: fix race against page allocation
 2018-07-18  2:36 UTC  (8+ messages)
` [PATCH v2 1/2] mm: fix race on soft-offlining free huge pages

[PATCH] virtio_balloon: fix another race between migration and ballooning
 2018-07-18  2:29 UTC 

[PATCH v14 00/25] Early boot time stamps
 2018-07-18  2:22 UTC  (26+ messages)
` [PATCH v14 01/25] x86/kvmclock: Remove memblock dependency
` [PATCH v14 02/25] x86/kvmclock: Remove page size requirement from wall_clock
` [PATCH v14 03/25] x86/kvmclock: Decrapify kvm_register_clock()
` [PATCH v14 04/25] x86/kvmclock: Cleanup the code
` [PATCH v14 05/25] x86/kvmclock: Mark variables __initdata and __ro_after_init
` [PATCH v14 06/25] x86/kvmclock: Move kvmclock vsyscall param and init to kvmclock
` [PATCH v14 07/25] x86/kvmclock: Switch kvmclock data to a PER_CPU variable
` [PATCH v14 08/25] x86/kvmclock: Avoid TSC recalibration
` [PATCH v14 09/25] x86: text_poke() may access uninitialized struct pages
` [PATCH v14 10/25] x86: initialize static branching early
` [PATCH v14 11/25] x86/CPU: Call detect_nopl() only on the BSP
` [PATCH v14 12/25] x86/tsc: redefine notsc to behave as tsc=unstable
` [PATCH v14 13/25] x86/xen/time: initialize pv xen time in init_hypervisor_platform
` [PATCH v14 14/25] x86/xen/time: output xen sched_clock time from 0
` [PATCH v14 15/25] s390/time: add read_persistent_wall_and_boot_offset()
` [PATCH v14 16/25] time: replace read_boot_clock64() with read_persistent_wall_and_boot_offset()
` [PATCH v14 17/25] time: default boot time offset to local_clock()
` [PATCH v14 18/25] s390/time: remove read_boot_clock64()
` [PATCH v14 19/25] ARM/time: "
` [PATCH v14 20/25] x86/tsc: calibrate tsc only once
` [PATCH v14 21/25] x86/tsc: initialize cyc2ns when tsc freq. is determined
` [PATCH v14 22/25] x86/tsc: use tsc early
` [PATCH v14 23/25] sched: move sched clock initialization and merge with generic clock
` [PATCH v14 24/25] sched: early boot clock
` [PATCH v14 25/25] sched: use static key for sched_clock_running

[PATCH v2] net/9p/client.c: fix misuse of spin_lock_irqsave for p9_client lock
 2018-07-18  2:19 UTC  (3+ messages)

linux-next: manual merge of the ipvs-next tree with the netfilter-next tree
 2018-07-18  2:04 UTC 

[PATCH] f2fs: issue discard align to section in LFS mode
 2018-07-18  2:02 UTC  (2+ messages)
` [PATCH v2] "

[next-20180711][Oops] linux-next kernel boot is broken on powerpc
 2018-07-18  2:00 UTC  (6+ messages)

[PATCH v13 00/18] Early boot time stamps
 2018-07-18  1:59 UTC  (7+ messages)
` [PATCH v13 06/18] x86/xen/time: initialize pv xen time in init_hypervisor_platform
` [PATCH v13 07/18] x86/xen/time: output xen sched_clock time from 0

[PATCH] lib/rhashtable: consider param->min_size when setting initial table size
 2018-07-18  1:58 UTC  (4+ messages)

[PATCH] random: add a config option to trust the CPU's hwrng
 2018-07-18  1:51 UTC  (2+ messages)

linux-next: build failure after merge of the netfilter-next tree
 2018-07-18  1:50 UTC 

[PATCH v6 0/9] x86: macrofying inline asm for better compilation
 2018-07-18  1:47 UTC  (6+ messages)
` [PATCH v6 1/9] Makefile: Prepare for using macros for inline asm
  ` [kbuild ack?] Re: [PATCH v6 0/9] x86: macrofying inline asm for better compilation

[PATCH v2] PCI: Unify pci and normal dma direction definition
 2018-07-18  1:40 UTC 

[PATCH 0/2] turbostat: Improve support for AMD Zen CPUs (RAPL, CPUID)
 2018-07-18  1:36 UTC  (3+ messages)
` [PATCH 1/2] turbostat: Read extended processor family from CPUID
` [PATCH 2/2] turbostat: Add support for AMD Fam 17h (Zen) RAPL

[PATCH V3] gpio: mxc: add power management support
 2018-07-18  1:34 UTC  (2+ messages)

linux-next: manual merge of the netfilter-next tree with the net tree
 2018-07-18  1:28 UTC 

[PATCH 0/7] irqchip/gic-v3: LPI allocation refactoring
 2018-07-18  1:15 UTC  (2+ messages)

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

[PATCH] ARM: vfp: clean up arch/arm/vfp/Makefile
 2018-07-18  1:07 UTC 

[RESEND PATCH] media: helene: fix xtal frequency setting at power on
 2018-07-18  1:07 UTC 

[PATCH v5] media: helene: add I2C device probe function
 2018-07-18  1:06 UTC 

[PATCH v4] media: dvb-frontends: add Socionext SC1501A ISDB-S/T demodulator driver
 2018-07-18  1:06 UTC 

[PATCH] sched/rt: restore rt_runtime after disabling RT_RUNTIME_SHARE
 2018-07-18  0:46 UTC 

[PATCH v3 0/3] have the vt console preserve unicode characters
 2018-07-18  1:00 UTC  (3+ messages)

[V9fs-developer] [PATCH v2] net/9p: Fix a deadlock case in the virtio transport
 2018-07-18  0:58 UTC  (5+ messages)

[PATCH V2] gpio: mxc: add power management support
 2018-07-18  0:54 UTC  (3+ messages)

[PATCHv2 0/7] HOSTFLAGS and HOSTLDFLAGS from the environment
 2018-07-18  0:52 UTC  (4+ messages)

[PATCH 1/2] regulator: allow drivers in modules to register fixed regulators
 2018-07-18  0:49 UTC  (2+ messages)
` [PATCH 2/2] ASoC: AMD: Add an always on fixed 1.8V regulator for da7219 VDDIO

tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracy
 2018-07-18  0:46 UTC 

tcp: Add tcp_retransmit_time() helper routine
 2018-07-18  0:46 UTC 

tcp: convert icsk_user_timeout from jiffies to msecs
 2018-07-18  0:46 UTC 

[PATCH] PCI: Unify pci and normal dma direction definition
 2018-07-18  0:45 UTC  (3+ messages)

[PATCH net-next] net/mlx5: fix an unused-function warning
 2018-07-18  0:42 UTC  (2+ messages)

[PATCH v3] media: dvb-frontends: add Socionext SC1501A ISDB-S/T demodulator driver
 2018-07-18  0:39 UTC  (14+ messages)

[PATCH 0/3] tcp: improve setsockopt() TCP_USER_TIMEOUT accuracy
 2018-07-18  0:32 UTC 

[PATCH v10 0/3] tracing: Centralize preemptirq tracepoints and unify their usage
 2018-07-18  0:16 UTC  (4+ messages)
` [PATCH v10 2/3] tracepoint: Make rcuidle tracepoint callers use SRCU

[PATCH 1/3] tty: Address checkpatch warnings in goldfish.c
 2018-07-18  0:14 UTC  (3+ messages)
` [PATCH 2/3] tty: Make constants to be enums instead of #define "
` [PATCH 3/3] tty: Mark goldfish_tty_line_count as const

[PATCH 0/6] lib/crc32: treewide: Use existing define with polynomial
 2018-07-18  0:12 UTC  (2+ messages)

[PATCH] x86/speculation: remove SPECTRE_V2_IBRS in enum spectre_v2_mitigation
 2018-07-18  0:03 UTC 

[PATCH] random: fix rdrand mix-in
 2018-07-18  0:01 UTC  (4+ messages)

mmap with huge page
 2018-07-17 23:56 UTC 

general protection fault in process_init_reply
 2018-07-17 23:49 UTC 

[PATCH v3 1/2] x86/pti: check the return value of pti_user_pagetable_walk_p4d
 2018-07-17 23:29 UTC  (2+ messages)
` [PATCH v3 2/2] x86/pti: check the return value of pti_user_pagetable_walk_pmd

[PATCH] mm/page_alloc: Deprecate kernelcore=nn and movable_core=
 2018-07-17 23:31 UTC  (3+ messages)

[RFC PATCH v2 0/4] sysfs interface to miscellaneous BMC controls and fields
 2018-07-17 23:28 UTC  (10+ messages)
` [RFC PATCH v2 1/4] dt-bindings: misc: Add bindings for misc. BMC control fields

[PATCH] powerpc/powernv : Save/Restore SPRG3 on entry/exit from stop
 2018-07-17 23:24 UTC  (3+ messages)
` [RESEND][PATCH] "

[PATCH 1/6] ARM: OMAP1: ams-delta: add GPIO lookup tables
 2018-07-17 23:14 UTC  (5+ messages)
` [PATCH v2 0/3] ARM: OMAP1: ams-delta: Complete driver gpiod migration
  ` [PATCH v2 1/3 v2] video: fbdev: omapfb: lcd_ams_delta: use GPIO lookup table
  ` [PATCH v2 2/3 v4] mtd: rawnand: ams-delta: "
  ` [PATCH v2 3/3] ARM: OMAP1: ams-delta: make board header file local to mach-omap1

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

[PATCH v5 00/11] crypto: Remove VLA usage
 2018-07-17 23:12 UTC  (5+ messages)
` [PATCH v5 05/11] crypto: ahash: "
  ` [dm-devel] "

[PATCH] arm64: Clear the stack
 2018-07-17 22:58 UTC  (5+ messages)

[PATCH v2 bpf 1/5] bpf: bpf_prog_array_alloc() should return a generic non-rcu pointer
 2018-07-17 22:55 UTC  (6+ messages)
` [PATCH v2 bpf 3/5] bpf: bpf_prog_array_free() should take "

[PATCH 00/16] clk: at91: Rework DT bindings
 2018-07-17 22:27 UTC  (17+ messages)
` [PATCH 01/16] clk: at91: audio-pll: fix audio pmc type
` [PATCH 02/16] clk: at91: generated: SSCs don't have a gclk
` [PATCH 03/16] clk: at91: h32mx: separate registration from DT parsing
` [PATCH 04/16] clk: at91: audio-pll: "
` [PATCH 05/16] clk: at91: generated: set audio_pll_allowed in at91_clk_register_generated()
` [PATCH 06/16] clk: at91: allow clock registration from C code
` [PATCH 07/16] clk: at91: add pmc_data struct and helpers
` [PATCH 08/16] dt-bindings: clk: at91: Document new PMC binding
` [PATCH 09/16] clk: at91: add new DT lookup function
` [PATCH 10/16] clk: at91: add sama5d4 pmc driver
` [PATCH 11/16] clk: at91: add sama5d2 PMC driver
` [PATCH 12/16] clk: at91: add at91sam9x5 PMCs driver
` [PATCH 13/16] clk: at91: move DT compatibility code to its own file
` [PATCH 14/16] ARM: dts: at91: sama5d4: switch to new clock bindings
` [PATCH 15/16] ARM: dts: at91: sama5d2: switch to new binding
` [PATCH 16/16] ARM: dts: at91: at91sam9x5: switch to new clock bindings

[PATCH v6 0/7] x86,tlb,mm: make lazy TLB mode even lazier
 2018-07-17 22:27 UTC  (6+ messages)
` [PATCH 4/7] x86,tlb: make lazy TLB mode lazier

PATCH scripts/kernel-doc
 2018-07-17 22:22 UTC  (2+ messages)

dvb usb issues since kernel 4.9
 2018-07-17 22:21 UTC  (4+ messages)

linux-next: build failure after merge of the integrity tree
 2018-07-17 22:21 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: spi: Qualcomm Quad SPI(QSPI) documentation
 2018-07-17 22:19 UTC  (2+ messages)

[PATCH] pktcdvd:checkpatch:Remove assignment if condition
 2018-07-17 22:17 UTC  (3+ messages)

[PATCH 0/5] Add support for MSCC Ocelot SPI
 2018-07-17 22:13 UTC  (7+ messages)
` [PATCH 1/5] spi: dw: fix possible race condition

[PATCH] power: supply: max77693_charger: fix unintentional fall-through
 2018-07-17 21:47 UTC 


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