public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-24 21:17:34 to 2017-07-25 00:44:13 UTC [more...]

Support generic disabling of all XSAVE features
 2017-07-25  0:43 UTC  (2+ messages)
` [PATCH v4 2/5] x86/cpuid: Add generic table for cpuid dependencies

Is it possible to use ftrace to measure secondary CPU bootup time
 2017-07-25  0:34 UTC  (4+ messages)

[PATCH 0/2] net: ethernet: ti: cpts: fix tx timestamping timeout
 2017-07-25  0:34 UTC  (4+ messages)
` [PATCH 1/2] net: ethernet: ti: cpts: convert to use kthread_worker

[PATCH v5 0/7] drm/rockchip: add all full framework vop support
 2017-07-25  0:30 UTC  (4+ messages)
` [PATCH v5 6/7] dt-bindings: display: rockchip: fill Documents for vop series

[PATCH] mailbox: pcc: Fix crash when request PCC channel 0
 2017-07-25  0:30 UTC  (3+ messages)

[PATCH v6 RESEND] x86/boot/KASLR: Restrict kernel to be randomized in mirror regions
 2017-07-25  0:23 UTC  (5+ messages)

[PATCH] perf, tools: Make build fail on JSON parse error
 2017-07-25  0:16 UTC 

[PATCH -tip] [BUGFIX] kprobes/x86: Do not jump-optimize kprobes on irq entry code
 2017-07-25  0:15 UTC  (3+ messages)

[PATCH v7 00/12] rk808: Add RK805 support
 2017-07-25  0:07 UTC  (3+ messages)
` [PATCH v7 09/12] Input: Add power key driver for Rockchip RK805 PMIC

[PATCH] cpufreq: intel_pstate: Fix cpuinfo_cur_freq after performance governor changes
 2017-07-24 23:51 UTC  (4+ messages)

[PATCH RESEND] x86/boot: #undef memcpy etc in string.c
 2017-07-24 23:51 UTC 

[PATCH v3] powerpc/mm: Implemented default_hugepagesz verification for powerpc
 2017-07-24 23:52 UTC 

[PATCH 0/5] earlycon hang under some conditions
 2017-07-24 23:50 UTC  (2+ messages)

RCU stall warnings
 2017-07-24 23:49 UTC  (4+ messages)

[PATCH] perf report: Tag branch type/flag on "to" and tag cycles on "from"
 2017-07-24 23:45 UTC  (3+ messages)

[PATCH v2] perf report: Make --branch-history work without callgraphs(-g) option in perf record
 2017-07-24 23:44 UTC  (4+ messages)

Support standalone metrics and metric groups for perf
 2017-07-24 23:40 UTC  (16+ messages)
` [PATCH v1 01/15] perf, tools, stat: Fix buffer overflow while freeing events
` [PATCH v1 02/15] perf, tools: Tighten detection of BPF events
` [PATCH v1 03/15] perf, tools, stat: Fix saved values rbtree lookup
` [PATCH v1 04/15] perf, tools: Support weak groups
` [PATCH v1 05/15] perf, tools: Add missing newline to expr parser error messages
` [PATCH v1 06/15] perf, tools: Add utility function to detect SMT status
` [PATCH v1 07/15] perf, tools: Expression parser enhancements for metrics
` [PATCH v1 08/15] perf, tools: Increase maximum number of events in expressions
` [PATCH v1 09/15] perf, tools: Dedup events in expression parsing
` [PATCH v1 10/15] perf, tools: Support metric_group and no event name in json parser
` [PATCH v1 11/15] perf, tools, stat: Factor out generic metric printing
` [PATCH v1 12/15] perf, tools, stat: Support JSON metrics in perf stat
` [PATCH v1 13/15] perf, tools, list: Add metric groups to perf list
` [PATCH v1 14/15] perf, tools, stat: Don't use ctx for saved values lookup
` [PATCH v1 15/15] perf, tools: Support duration_time

[PATCH] MIPS: PCI: Fix smp_processor_id() in preemptible
 2017-07-24 23:42 UTC  (2+ messages)

[RFC][PATCH] thunderbolt: icm: Ignore mailbox errors in icm_suspend()
 2017-07-24 23:31 UTC 

[PATCH v4 0/2] ORC unwinder
 2017-07-24 23:36 UTC  (3+ messages)
` [PATCH v4 1/2] x86/unwind: add "
` [PATCH v4 2/2] x86/kconfig: make it easier to switch to the new "

[PATCH] objtool: Fix gcov check for older versions of GCC
 2017-07-24 23:34 UTC 

[PATCH] netvsc: fix ptr_ret.cocci warnings
 2017-07-24 23:32 UTC  (4+ messages)

[PATCH net-next 0/2] rxrpc: Rearrange headers
 2017-07-24 23:17 UTC  (2+ messages)

[PATCH] PM / USB: hcd_pci: Skip secondary root hub check for HCD_DEAD()
 2017-07-24 23:04 UTC 

[PATCH v2 00/23] percpu: replace percpu area map allocator with bitmap allocator
 2017-07-24 23:02 UTC  (24+ messages)
` [PATCH v2 01/23] percpu: setup_first_chunk enforce dynamic region must exist
` [PATCH v2 02/23] percpu: introduce start_offset to pcpu_chunk
` [PATCH v2 03/23] percpu: remove has_reserved from pcpu_chunk
` [PATCH v2 04/23] percpu: setup_first_chunk remove dyn_size and consolidate logic
` [PATCH v2 05/23] percpu: unify allocation of schunk and dchunk
` [PATCH v2 06/23] percpu: end chunk area maps page aligned for the populated bitmap
` [PATCH v2 07/23] percpu: setup_first_chunk rename schunk/dchunk to chunk
` [PATCH v2 08/23] percpu: modify base_addr to be region specific
` [PATCH v2 09/23] percpu: combine percpu address checks
` [PATCH v2 10/23] percpu: change the number of pages marked in the first_chunk pop bitmap
` [PATCH v2 11/23] percpu: introduce nr_empty_pop_pages to help empty page accounting
` [PATCH v2 12/23] percpu: increase minimum percpu allocation size and align first regions
` [PATCH v2 13/23] percpu: generalize bitmap (un)populated iterators
` [PATCH v2 14/23] percpu: replace area map allocator with bitmap allocator
` [PATCH v2 15/23] percpu: introduce bitmap metadata blocks
` [PATCH v2 16/23] percpu: add first_bit to keep track of the first free in the bitmap
` [PATCH v2 17/23] percpu: skip chunks if the alloc does not fit in the contig hint
` [PATCH v2 18/23] percpu: keep track of the best offset for contig hints
` [PATCH v2 19/23] percpu: update alloc path to only scan if contig hints are broken
` [PATCH v2 20/23] percpu: update free path to take advantage of contig hints
` [PATCH v2 21/23] percpu: use metadata blocks to update the chunk contig hint
` [PATCH v2 22/23] percpu: update pcpu_find_block_fit to use an iterator
` [PATCH v2 23/23] percpu: update header to contain bitmap allocator explanation

[PATCH v2 0/4] can: Add new binding to limit bit rate used
 2017-07-24 23:05 UTC  (5+ messages)
` [PATCH v2 1/4] can: dev: Add support for limiting configured bitrate
` [PATCH v2 2/4] can: fixed-transceiver: Add documentation for CAN fixed transceiver bindings
` [PATCH v2 3/4] can: m_can: Update documentation to mention new fixed transceiver binding
` [PATCH v2 4/4] can: m_can: Add call to of_can_transceiver_fixed

[PATCH V2 net-next 00/21] Huawei HiNIC Ethernet Driver
 2017-07-24 23:03 UTC  (5+ messages)
` [PATCH V2 net-next 01/21] net-next/hinic: Initialize hw interface

[PATCH v2 0/3] can: m_can: Add PM Runtime Support
 2017-07-24 22:51 UTC  (4+ messages)
` [PATCH v2 1/3] can: m_can: Make hclk optional
` [PATCH v2 2/3] can: m_can: Update documentation to indicate that hclk may be optional
` [PATCH v2 3/3] can: m_can: Add PM Runtime

[PATCH v1 00/13] introduce the Xen PV Calls frontend
 2017-07-24 22:53 UTC  (25+ messages)
` [PATCH v1 01/13] xen/pvcalls: introduce the pvcalls xenbus frontend
  ` [PATCH v1 04/13] xen/pvcalls: implement connect command
  ` [PATCH v1 05/13] xen/pvcalls: implement bind command
  ` [PATCH v1 06/13] xen/pvcalls: implement listen command
  ` [PATCH v1 07/13] xen/pvcalls: implement accept command
  ` [PATCH v1 08/13] xen/pvcalls: implement sendmsg
  ` [PATCH v1 09/13] xen/pvcalls: implement recvmsg
  ` [PATCH v1 13/13] xen: introduce a Kconfig option to enable the pvcalls frontend

[ANNOUNCE] Git v2.14.0-rc1
 2017-07-24 22:44 UTC 

[PATCH] drm/amdgpu: fix spelling mistake: "suuport"-> "support"
 2017-07-24 22:45 UTC 

[PATCH v3] KVM: LAPIC: Fix reentrancy issues with preempt notifiers
 2017-07-24 22:43 UTC 

[PATCH tip/core/rcu 0/5] Related non-RCU updates
 2017-07-24 22:29 UTC  (8+ messages)
` [PATCH tip/core/rcu 1/5] module: Fix pr_fmt() bug for header use of printk
` [PATCH tip/core/rcu 2/5] init_task: Remove redundant INIT_TASK_RCU_TREE_PREEMPT() macro
` [PATCH tip/core/rcu 3/5] EXPERIMENTAL sched: Allow migrating kthreads into online but inactive CPUs
` [PATCH tip/core/rcu 4/5] sys_membarrier: Add expedited option
` [PATCH tip/core/rcu 5/5] EXP: sched/cputime: Fix using smp_processor_id() in preemptible

[PATCH 00/11] Drop unnecessary static
 2017-07-24 22:27 UTC  (6+ messages)
` [PATCH 07/11] mfd: "

[PATCH tip/core/rcu 0/13] Torture-test updates
 2017-07-24 22:23 UTC  (14+ messages)
` [PATCH tip/core/rcu 01/13] rcutorture: Move SRCU status printing to SRCU implementations
` [PATCH tip/core/rcu 02/13] rcutorture: Print SRCU lock/unlock totals
` [PATCH tip/core/rcu 03/13] rcu: Remove CONFIG_TASKS_RCU ifdef from rcuperf.c
` [PATCH tip/core/rcu 04/13] rcutorture: Select CONFIG_PROVE_LOCKING for Tiny SRCU scenario
` [PATCH tip/core/rcu 05/13] torture: Add --kconfig argument to kvm.sh
` [PATCH tip/core/rcu 06/13] rcutorture: Don't wait for kernel when all builds fail
` [PATCH tip/core/rcu 07/13] rcutorture: Enable SRCU readers from timer handler
` [PATCH tip/core/rcu 08/13] rcutorture: Place event-traced strings into trace buffer
` [PATCH tip/core/rcu 09/13] rcutorture: Use nr_cpus rather than maxcpus to limit test size
` [PATCH tip/core/rcu 10/13] rcutorture: Add task's CPU for rcutorture writer stalls
` [PATCH tip/core/rcu 11/13] rcutorture: Eliminate unused ts_rem local from rcu_trace_clock_local()
` [PATCH tip/core/rcu 12/13] rcu: Add last-CPU to GP-kthread starvation messages
` [PATCH tip/core/rcu 13/13] rcutorture: Invoke call_rcu() from timer handler

[PATCH] mwifiex: usb: fix spelling mistake: "aggreataon"-> "aggregation"
 2017-07-24 22:26 UTC 

[PATCH 0/2] cpufreq: intel_pstate: Eliminate the PID controller
 2017-07-24 22:12 UTC  (3+ messages)
` [PATCH 1/2] cpufreq: intel_pstate: Do not use PID-based P-state selection
` [PATCH 2/2] cpufreq: intel_pstate: Drop ->update_util from pstate_funcs

[PATCH] Input: rmi4 - remove the need for artificial IRQ in case of HID
 2017-07-24 22:18 UTC  (4+ messages)

[PATCH] ARM: OMAP2+: omap_device: drop broken RPM status update from suspend_noirq
 2017-07-24 22:16 UTC  (2+ messages)

[PATCH tip/core/rcu 0/4] SRCU updates
 2017-07-24 22:15 UTC  (5+ messages)
` [PATCH tip/core/rcu 1/4] srcu: Move rcu_scheduler_starting() from Tiny RCU to Tiny SRCU
` [PATCH tip/core/rcu 2/4] rcutorture: Remove obsolete SRCU-C.boot
` [PATCH tip/core/rcu 3/4] srcu: Make process_srcu() be static
` [PATCH tip/core/rcu 4/4] srcu: Provide ordering for CPU not involved in grace period

[PATCH v3 3/5] iio: adc: sun4i-gpadc-iio: add support for H3 thermal sensor
 2017-07-24 22:14 UTC  (3+ messages)

[PATCH v5 0/5] DAX common 4k zero page
 2017-07-24 22:14 UTC  (3+ messages)
` [PATCH v5 1/5] mm: add vm_insert_mixed_mkwrite()

[PATCH tip/core/rcu 0/9] Remove spin_unlock_wait()
 2017-07-24 22:13 UTC  (10+ messages)
` [PATCH tip/core/rcu 1/9] net/netfilter/nf_conntrack_core: Fix net_conntrack_lock()
` [PATCH tip/core/rcu 2/9] task_work: Replace spin_unlock_wait() with lock/unlock pair
` [PATCH tip/core/rcu 3/9] sched: "
` [PATCH tip/core/rcu 4/9] completion: "
` [PATCH tip/core/rcu 5/9] exit: "
` [PATCH tip/core/rcu 6/9] ipc: "
` [PATCH tip/core/rcu 7/9] drivers/ata: "
` [PATCH tip/core/rcu 8/9] locking: Remove spin_unlock_wait() generic definitions
` [PATCH tip/core/rcu 9/9] arch: Remove spin_unlock_wait() arch-specific definitions

commit 16ecba59 breaks 82574L under heavy load
 2017-07-24 21:56 UTC  (7+ messages)

[PATCH] alarmtimer: don't rate limit one-shot timers
 2017-07-24 21:55 UTC  (4+ messages)

[PATCH 00/37] fine-grained locking in binder driver
 2017-07-24 21:53 UTC  (5+ messages)
` [PATCH 02/37] binder: use group leader instead of open thread

[PATCH tip/core/rcu 0/12] CPU-hotplug updates
 2017-07-24 21:51 UTC  (13+ messages)
` [PATCH tip/core/rcu 01/12] rcu: Make expedited GPs correctly handle hardware CPU insertion
` [PATCH tip/core/rcu 02/12] rcu: Migrate callbacks earlier in the CPU-offline timeline
` [PATCH tip/core/rcu 03/12] torture: Fix typo suppressing CPU-hotplug statistics
` [PATCH tip/core/rcu 04/12] rcu: Remove orphan/adopt event-tracing fields
` [PATCH tip/core/rcu 05/12] rcu: Check for NOCB CPUs and empty lists earlier in CB migration
` [PATCH tip/core/rcu 06/12] rcu: Make NOCB CPUs migrate CBs directly from outgoing CPU
` [PATCH tip/core/rcu 07/12] rcu: Advance outgoing CPU's callbacks before migrating them
` [PATCH tip/core/rcu 08/12] rcu: Eliminate rcu_state ->orphan_lock
` [PATCH tip/core/rcu 09/12] rcu: Advance callbacks after migration
` [PATCH tip/core/rcu 10/12] rcu: Localize rcu_state ->orphan_pend and ->orphan_done
` [PATCH tip/core/rcu 11/12] rcu: Remove unused RCU list functions
` [PATCH tip/core/rcu 12/12] rcu: Move callback-list warning to irq-disable region

[PATCH] staging: rtl8192u: fix spelling mistake: "Senondary" -> "Secondary"
 2017-07-24 21:48 UTC 

[PATCH tip/core/rcu 0/15] General fixes
 2017-07-24 21:44 UTC  (16+ messages)
` [PATCH tip/core/rcu 01/15] sched,rcu: Make cond_resched() provide RCU quiescent state
` [PATCH tip/core/rcu 02/15] rcu: Use timer as backstop for NOCB deferred wakeups
` [PATCH tip/core/rcu 03/15] rcu: Drive TASKS_RCU directly off of PREEMPT
` [PATCH tip/core/rcu 04/15] rcu: Create reasonable API for do_exit() TASKS_RCU processing
` [PATCH tip/core/rcu 05/15] rcu: Add TPS() to event-traced strings
` [PATCH tip/core/rcu 06/15] rcu: Move rcu.h to new trivial-function style
` [PATCH tip/core/rcu 07/15] rcu: Add event tracing to ->gp_tasks update at GP start
` [PATCH tip/core/rcu 08/15] swait: add idle variants which don't contribute to load average
` [PATCH tip/core/rcu 09/15] rcu: use idle versions of swait to make idle-hack clear
` [PATCH tip/core/rcu 10/15] rcu: Add TPS() protection for _rcu_barrier_trace strings
` [PATCH tip/core/rcu 11/15] rcu/tracing: Set disable_rcu_irq_enter on rcu_eqs_exit()
` [PATCH tip/core/rcu 12/15] rcu: Add assertions verifying blocked-tasks list
` [PATCH tip/core/rcu 13/15] rcu: Make rcu_idle_enter() rely on callers disabling irqs
` [PATCH tip/core/rcu 14/15] rcu: Add warning to rcu_idle_enter() for irqs enabled
` [PATCH tip/core/rcu 15/15] rcu: Remove exports from rcu_idle_exit() and rcu_idle_enter()

[PATCH] spi: pic32: fix spelling mistakes on macro names
 2017-07-24 21:44 UTC 

[PATCH net-next V2 0/5] Refine virtio-net XDP
 2017-07-24 21:41 UTC  (6+ messages)
` [PATCH net-next V2 5/5] virtio-net: switch off offloads on demand if possible on XDP set

[PATCH tip/core/rcu 0/6] Documentation updates
 2017-07-24 21:36 UTC  (7+ messages)
` [PATCH tip/core/rcu 1/6] documentation: Fix relation between nohz_full and rcu_nocbs
` [PATCH tip/core/rcu 2/6] doc: RCU documentation update
` [PATCH tip/core/rcu 3/6] doc: Update memory-barriers.txt for read-to-write dependencies
` [PATCH tip/core/rcu 4/6] doc: Add RCU files to docbook-generation files
` [PATCH tip/core/rcu 5/6] doc: No longer allowed to use rcu_dereference on non-pointers
` [PATCH tip/core/rcu 6/6] doc: Set down RCU's scheduling-clock-interrupt needs

[PATCH 00/10] percpu: replace percpu area map allocator with bitmap allocator
 2017-07-24 21:37 UTC  (4+ messages)
` [PATCH 09/10] percpu: replace "

[PATCH net-next 0/5] refine virtio-net XDP
 2017-07-24 21:36 UTC  (5+ messages)
` [PATCH net-next 5/5] virtio-net: switch off offloads on demand if possible on XDP set

[PATCH] kmod: fix spelling mistake: "EMTPY" -> "EMPTY"
 2017-07-24 21:34 UTC 

[PATCH] x86/nmi: Use raw lock
 2017-07-24 21:32 UTC 

[PATCH] kthread: Fix documentation build warning
 2017-07-24 21:31 UTC  (3+ messages)

[PATCH v3 3/9] perf annotate: Fix wrong --show-total-period option showing number of samples
 2017-07-24 21:28 UTC  (7+ messages)

[PATCH v3 0/2] memory: Introduce ti-emif-sram driver
 2017-07-24 21:24 UTC  (3+ messages)
` [PATCH v3 1/2] Documentation: dt: Update ti,emif bindings
` [PATCH v3 2/2] memory: ti-emif-sram: introduce relocatable suspend/resume handlers

[PATCH 0/2] HID: multitouch: Support Asus T304UA media keys
 2017-07-24 21:22 UTC  (3+ messages)
` [PATCH 1/2] HID: multitouch: Support HID_GD_WIRELESS_RADIO_CTLS
` [PATCH 2/2] HID: multitouch: Support Asus T304UA media keys

[PATCH v3] mm: Add SLUB free list pointer obfuscation
 2017-07-24 21:17 UTC  (2+ messages)
` [v3] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox