public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-30 20:39:12 to 2015-07-01 03:37:13 UTC [more...]

[PATCH RFC tip/core/rcu 0/5] Expedited grace periods encouraging normal ones
 2015-07-01  3:37 UTC  (14+ messages)
` [PATCH RFC tip/core/rcu 1/5] rcu: Prepare for expedited GP driving normal GP
  ` [PATCH RFC tip/core/rcu 2/5] rcu: Short-circuit normal GPs via expedited GPs
  ` [PATCH RFC tip/core/rcu 3/5] rcutorture: Ensure that normal GPs advance without "
  ` [PATCH RFC tip/core/rcu 4/5] rcu: Wake grace-period kthread at end of expedited grace period
  ` [PATCH RFC tip/core/rcu 5/5] rcu: Limit expedited helping to every 10 ms or every 4th GP

[RFC PATCH 0/1] RFC - Implement a usbredir kernel module
 2015-07-01  3:34 UTC  (4+ messages)
` [RFC PATCH 1/1] Add a usbredir kernel module to remotely connect USB devices over IP

[PATCH v2] hwmon: (nct7802) add temperature sensor type attribute
 2015-07-01  3:28 UTC  (2+ messages)

[PATCH] lib/bitmap.c: return -EINVAL for grouping errors in __bitmap_parselist
 2015-07-01  3:17 UTC  (7+ messages)
    ` [PATCH] lib/bitmap.c: rewrite __bitmap_parse && __bitmap_parselist
      ` [PATCH V2] "
        ` [PATCH V3] "

[PATCH] lib/bitmap.c: fix some parsing issues and code style
 2015-07-01  3:14 UTC 

[PATCH 1/1] mem-hotplug: Handle node hole when initializing numa_meminfo
 2015-07-01  3:16 UTC 

[PATCH RFC v2 0/5] Multi-queue support for xen-blkfront and xen-blkback
 2015-07-01  3:02 UTC  (8+ messages)
        ` [Xen-devel] "

[PATCH net-next] test_bpf: extend tests for 32-bit endianness conversion
 2015-07-01  3:03 UTC  (2+ messages)

[RFC PATCH 0/5] Make eBPF programs output data to perf event
 2015-07-01  2:57 UTC  (6+ messages)
` [RFC PATCH 1/5] bpf: Put perf_events check ahead of bpf prog
` [RFC PATCH 2/5] perf/trace: Add perf extra percpu trace buffer
` [RFC PATCH 3/5] tracing/kprobe: Separate inc recursion count out of perf_trace_buf_prepare
` [RFC PATCH 4/5] bpf: Introduce function for outputing sample data to perf event
` [RFC PATCH 5/5] tracing/kprobe: Combine extra trace buf into perf trace buf

HMM (Heterogeneous Memory Management) v8
 2015-07-01  2:51 UTC  (7+ messages)
` [PATCH 06/36] HMM: add HMM page table v2

[PATCH] PM / Sleep: Use workqueue for user space wakeup sources garbage collector
 2015-07-01  2:48 UTC 

[PATCH v2 0/3] Correct for ACPI 5.1->6.0 spec changes in MADT GICC entries
 2015-07-01  2:30 UTC  (10+ messages)
` [PATCH v2 1/3] ACPI : introduce macros for using the ACPI specification version

[RFC PATCH v10 00/50] perf tools: filtering events using eBPF programs
 2015-07-01  2:14 UTC  (51+ messages)
` [RFC PATCH v10 01/50] bpf: Use correct #ifdef controller for trace_call_bpf()
` [RFC PATCH v10 02/50] tracing, perf: Implement BPF programs attached to uprobes
` [RFC PATCH v10 03/50] bpf tools: Introduce 'bpf' library and add bpf feature check
` [RFC PATCH v10 04/50] bpf tools: Allow caller to set printing function
` [RFC PATCH v10 05/50] bpf tools: Open eBPF object file and do basic validation
` [RFC PATCH v10 06/50] bpf tools: Read eBPF object from buffer
` [RFC PATCH v10 07/50] bpf tools: Check endianness and make libbpf fail early
` [RFC PATCH v10 08/50] bpf tools: Iterate over ELF sections to collect information
` [RFC PATCH v10 09/50] bpf tools: Collect version and license from ELF sections
` [RFC PATCH v10 10/50] bpf tools: Collect map definitions from 'maps' section
` [RFC PATCH v10 11/50] bpf tools: Collect symbol table from SHT_SYMTAB section
` [RFC PATCH v10 12/50] bpf tools: Collect eBPF programs from their own sections
` [RFC PATCH v10 13/50] bpf tools: Collect relocation sections from SHT_REL sections
` [RFC PATCH v10 14/50] bpf tools: Record map accessing instructions for each program
` [RFC PATCH v10 15/50] bpf tools: Add bpf.c/h for common bpf operations
` [RFC PATCH v10 16/50] bpf tools: Create eBPF maps defined in an object file
` [RFC PATCH v10 17/50] bpf tools: Relocate eBPF programs
` [RFC PATCH v10 18/50] bpf tools: Introduce bpf_load_program() to bpf.c
` [RFC PATCH v10 19/50] bpf tools: Load eBPF programs in object files into kernel
` [RFC PATCH v10 20/50] bpf tools: Introduce accessors for struct bpf_program
` [RFC PATCH v10 21/50] bpf tools: Introduce accessors for struct bpf_object
` [RFC PATCH v10 22/50] bpf tools: Link all bpf objects onto a list
` [RFC PATCH v10 23/50] perf tools: Make perf depend on libbpf
` [RFC PATCH v10 24/50] perf tools: Introduce llvm config options
` [RFC PATCH v10 25/50] perf tools: Call clang to compile C source to object code
` [RFC PATCH v10 26/50] perf tests: Add LLVM test for eBPF on-the-fly compiling
` [RFC PATCH v10 27/50] perf tools: Auto detecting kernel build directory
` [RFC PATCH v10 28/50] perf tools: Auto detecting kernel include options
` [RFC PATCH v10 29/50] perf record: Enable passing bpf object file to --event
` [RFC PATCH v10 30/50] perf record: Compile scriptlets if pass '.c' "
` [RFC PATCH v10 31/50] perf tools: Parse probe points of eBPF programs during preparation
` [RFC PATCH v10 32/50] perf probe: Attach trace_probe_event with perf_probe_event
` [RFC PATCH v10 33/50] perf record: Probe at kprobe points
` [RFC PATCH v10 34/50] perf record: Load all eBPF object into kernel
` [RFC PATCH v10 35/50] perf tools: Add bpf_fd field to evsel and config it
` [RFC PATCH v10 36/50] perf tools: Attach eBPF program to perf event
` [RFC PATCH v10 37/50] perf tools: Suppress probing messages when probing by BPF loading
` [RFC PATCH v10 38/50] perf record: Add clang options for compiling BPF scripts
` [RFC PATCH v10 39/50] bpf tools: Load a program with different instance using preprocessor
` [RFC PATCH v10 40/50] perf tools: Fix probe-event.h include
` [RFC PATCH v10 41/50] perf probe: Reset tev->args and tev->nargs when failure
` [RFC PATCH v10 42/50] perf tools: Move linux/filter.h to tools/include
` [RFC PATCH v10 43/50] perf tools: Add BPF_PROLOGUE config options for further patches
` [RFC PATCH v10 44/50] perf tools: Introduce arch_get_reg_info() for x86
` [RFC PATCH v10 45/50] perf tools: Add prologue for BPF programs for fetching arguments
` [RFC PATCH v10 46/50] perf tools: Generate prologue for BPF programs
` [RFC PATCH v10 47/50] perf tools: Use same BPF program if arguments are identical
` [RFC PATCH v10 48/50] perf record: Support custom vmlinux path
` [RFC PATCH v10 49/50] perf probe: Init symbol as kprobe if any event is kprobe
` [RFC PATCH v10 50/50] perf tools: Support attach BPF program on uprobe events

[PATCH v5 0/2] Add Mediatek MT8173 cpufreq driver
 2015-07-01  2:16 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: mediatek: Add MT8173 cpufreq driver binding
` [PATCH v5 2/2] cpufreq: mediatek: Add MT8173 cpufreq driver

[PATCH] mtd: spi-nor: Only set Micron quad-read mode when controller in 4-lane TX mode
 2015-07-01  2:19 UTC  (2+ messages)

[PATCH v6] extcon: arizona: Simplify pdata symantics for micd_dbtime
 2015-07-01  2:05 UTC  (2+ messages)

[GIT PULL] ARC updates for 4.2-rc1
 2015-07-01  2:01 UTC 

[PATCH 0/2] Add Mediatek MT8173 cpufreq driver
 2015-07-01  2:01 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: mediatek: Add MT8173 cpufreq driver binding

[PATCH 1/4] hvc_dcc: bind driver to core0 for reads and writes
 2015-07-01  1:57 UTC  (6+ messages)
` [PATCH 2/4] hvc_dcc: don't ignore errors during initialization
` [PATCH 3/4] [v3] ARM64: TTY: hvc_dcc: Add support for ARM64 dcc
` [PATCH 4/4] hvc_dcc: disable user-space access to DCC

[PATCH 2/2] f2fs: move extent cache codes to extent_cache.c
 2015-07-01  1:33 UTC  (2+ messages)

[RFC PATCH v9 49/50] perf probe: Init symbol as kprobe if any event is kprobe
 2015-07-01  1:31 UTC  (6+ messages)
` [RFC PATCH v9 49/50 -fix] "

[GIT PULL] Fixup code that is fragile wrt init.h code moving to module.h
 2015-07-01  1:30 UTC 

[PATCH 01/12] f2fs: avoid freed stat information
 2015-07-01  1:28 UTC  (7+ messages)
` [PATCH 04/12] f2fs: remove wrong f2fs_bug_on when merging extents
  ` [f2fs-dev] "
` [PATCH 08/12] f2fs: introduce a shrinker for mounted fs
  ` [f2fs-dev] "

[PATCH 1/2] f2fs: check the largest extent at look-up time
 2015-07-01  1:25 UTC  (2+ messages)
` [PATCH 2/2] f2fs: shrink unreferenced extent_caches first

[PATCH 1/2] f2fs: refactor shrink flow for extent cache
 2015-07-01  1:25 UTC  (2+ messages)

[RFC PATCH v9 00/50] perf tools: filtering events using eBPF programs
 2015-07-01  1:23 UTC  (7+ messages)
` [RFC PATCH v9 02/50] tools build: Add feature check for eBPF API

[GIT PULL] Introduce builtin_platform_driver for non modules
 2015-07-01  1:24 UTC  (2+ messages)

Singapore Government Hackers Have Hacked Into Teo En Ming's Computer Again
 2015-07-01  1:20 UTC  (2+ messages)

[PATCH] arm: perf: Set affinity for PPI based PMUs
 2015-07-01  1:19 UTC  (3+ messages)

[GIT PULL] Replace module_init with an alternate initcall in non modules
 2015-07-01  1:10 UTC 

[PATCH] f2fs:Make the function check_dnode have a return type of bool
 2015-07-01  1:08 UTC  (2+ messages)

[PATCH] scripts: checkpatch: ignore stable commit annotation
 2015-07-01  0:53 UTC  (5+ messages)

[PATCH] perf: Fix multi-segment problem of perf_event_intel_uncore
 2015-07-01 20:01 UTC 

[PATCH net] igb: Fix oops caused by missing queue pairing
 2015-07-01  0:25 UTC 

[PATCH 0/2] 2 somewhat related input fixes
 2015-07-01  0:26 UTC  (7+ messages)
` [PATCH 2/2] Input - synaptics: pin 3 touches when the firmware reports 3 fingers

kdbus: to merge or not to merge?
 2015-07-01  0:03 UTC 

[patch 1/3] mm, oom: organize oom context into struct
 2015-07-01  0:11 UTC  (7+ messages)
` [patch 2/3] mm, oom: pass an oom order of -1 when triggered by sysrq

[PATCH] un-improve strrchr()
 2015-06-30 23:52 UTC  (2+ messages)

[PATCH v6 0/8] Watchdog: introduce ARM SBSA watchdog driver
 2015-06-30 23:47 UTC  (4+ messages)

[PATCH 00/11] mm: debug: formatting memory management structs
 2015-06-30 23:35 UTC  (3+ messages)
` [PATCH 05/11] mm: debug: dump page into a string rather than directly on screen

[RFC][PATCH] fs: do not prefault sys_write() user buffer pages
 2015-06-30 23:34 UTC 

[PATCH] x86, perf, uncore: Don't make MSR uncore depend on PCI uncore
 2015-06-30 23:34 UTC 

Updated Skylake Frontend profiling patchkit
 2015-06-30 23:33 UTC  (4+ messages)
` [PATCH 1/3] x86, perf: Make merge_attr global to use from perf_event_intel
` [PATCH 2/3] x86, perf: Use 0x11 as extra reg test value
` [PATCH 3/3] x86, perf: Add PEBS frontend profiling for Skylake

[PATCH] firmware: qcom: scm: Peripheral Authentication Service
 2015-06-30 23:22 UTC  (2+ messages)

[PATCH v5 0/6] pmem api, generic ioremap_cache, and memremap
 2015-06-30 22:57 UTC  (4+ messages)
` [PATCH v5 2/6] arch: unify ioremap prototypes and macro aliases

[PATCH 4/4] mremap: simplify the "overlap" check in mremap_to()
 2015-06-30 22:45 UTC  (2+ messages)

[PATCH 3/4] mremap: don't do uneccesary checks if new_len == old_len
 2015-06-30 22:36 UTC  (2+ messages)

[PATCH 2/4] mremap: don't do mm_populate(new_addr) on failure
 2015-06-30 22:34 UTC  (2+ messages)

[PATCH 1/1] igb: Use ARRAY_SIZE instead fo sizeof(a)/sizeof(a[0])
 2015-06-30 22:32 UTC  (7+ messages)
` [Intel-wired-lan] "

[PATCH 1/4] mremap: don't leak new_vma if f_op->mremap() fails
 2015-06-30 22:31 UTC  (2+ messages)

[PATCH RFC tip/core/rcu 0/14] Rework expedited grace periods
 2015-06-30 22:25 UTC  (15+ messages)
` [PATCH RFC tip/core/rcu 01/14] rcu: Switch synchronize_sched_expedited() to stop_one_cpu()
  ` [PATCH RFC tip/core/rcu 02/14] rcu: Rework synchronize_rcu_expedited() counter handling
  ` [PATCH RFC tip/core/rcu 03/14] rcu: Get rid of synchronize_sched_expedited()'s polling loop
  ` [PATCH RFC tip/core/rcu 04/14] rcu: Make expedited GP CPU stoppage asynchronous
  ` [PATCH RFC tip/core/rcu 05/14] rcu: Abstract sequence counting from synchronize_sched_expedited()
  ` [PATCH RFC tip/core/rcu 06/14] rcu: Make synchronize_rcu_expedited() use sequence-counter scheme
  ` [PATCH RFC tip/core/rcu 07/14] rcu: Abstract funnel locking from synchronize_sched_expedited()
  ` [PATCH RFC tip/core/rcu 08/14] rcu: Fix synchronize_sched_expedited() type error for "s"
  ` [PATCH RFC tip/core/rcu 09/14] rcu: Use funnel locking for synchronize_rcu_expedited()'s polling loop
  ` [PATCH RFC tip/core/rcu 10/14] rcu: Apply rcu_seq operations to _rcu_barrier()
  ` [PATCH RFC tip/core/rcu 11/14] rcu: Consolidate last open-coded expedited memory barrier
  ` [PATCH RFC tip/core/rcu 12/14] rcu: Extend expedited funnel locking to rcu_data structure
  ` [PATCH RFC tip/core/rcu 13/14] rcu: Add stall warnings to synchronize_sched_expedited()
  ` [PATCH RFC tip/core/rcu 14/14] documentation: Describe new expedited stall warnings

[PATCH/RFC v2 1/5] leds: Use set_brightness_work for brightness_set ops that can sleep
 2015-06-30 22:24 UTC  (2+ messages)

[PATCH] Update kernel math-emu code from current glibc soft-fp
 2015-06-30 22:18 UTC  (5+ messages)
` [PATCH RESEND] "

[PATCH] hugetlb:Make the function vma_shareable bool
 2015-06-30 22:12 UTC 

[PATCH 1/3] fs: optimize inotify/fsnotify code for unwatched files
 2015-06-30 22:04 UTC  (3+ messages)
` [PATCH 2/3] fs: use RCU for free_super() vs. __sb_start_write()
` [PATCH 3/3] fs: replace memory barrier in __sb_end_write() with RCU

gcc feature request / RFC: extra clobbered regs
 2015-06-30 22:02 UTC  (8+ messages)

TILCDC driver - Array to keep register values during PM suspend is too small
 2015-06-30 21:49 UTC 

[PATCH v3 0/4] tty/serial: at91: add support to FIFOs
 2015-06-30 21:53 UTC  (4+ messages)
` [PATCH v3 2/4] tty/serial: at91: fix some macro definitions to fit coding style

isdn: pcbit: another off-by-one issue?
 2015-06-30 21:46 UTC  (5+ messages)

[PATCH] Staging: unisys: virtpci: fixed a brace coding style issue
 2015-06-30 21:35 UTC 

[PATCH v5.1 0/2] staging: ion: Add generic ion-physmem driver
 2015-06-30 21:33 UTC  (7+ messages)
` [PATCH v5.1 1/2] "
` [PATCH v5.1 2/2] staging: ion: Add ion-physmem documentation

[RFC][PATCH 12/13] stop_machine: Remove lglock
 2015-06-30 21:32 UTC  (11+ messages)

[PATCH v5] arm DMA: Fix allocation from CMA for coherent DMA
 2015-06-30 21:29 UTC 

Wiring up direct socket calls on x86_32 Linux?
 2015-06-30 21:29 UTC  (2+ messages)

[PATCH 00/12] Use !x to check for kzalloc failure
 2015-06-30 21:26 UTC  (5+ messages)
` [PATCH 01/12] staging: lustre: fid: "
    ` LIBCFS_ALLOC
      ` [lustre-devel] LIBCFS_ALLOC

[RESEND v2][GIT PULL] platform-drivers-x86 for 4.2-1
 2015-06-30 21:24 UTC 

[PATCH v5] arm DMA: Fix allocation from CMA for coherent DMA
 2015-06-30 21:21 UTC 

[PATCH v2 0/5] [New SoC] Add support for RC Module's K1879XB1YA
 2015-06-30 21:20 UTC  (8+ messages)
` [PATCH v2 1/5] ARM: rcm-k1879xb1: Add support for K1879XB1 SoC
  ` arnRe: "
` [PATCH v2 3/5] ARM: dts: rcm-k1879xb1: Add dts files for K1879XB1YA
` [PATCH v2 5/5] cpuidle: ARM: Add cpuidle driver "

[PATCH 0/2] Drivers: hv: vmbus: Change memory-mapped I/O management for Hyper-V paravirt
 2015-06-30 22:35 UTC  (3+ messages)
` [PATCH 1/2] drivers:hv: Modify hv_vmbus to search for all MMIO ranges available
  ` [PATCH 2/2] drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbus

[PATCH v2 0/9] [New BSP] Add initial support for Freescale Kinetis TWR-K70F120M development kit
 2015-06-30 20:49 UTC  (5+ messages)
` [PATCH v2 4/9] arm: twr-k70f120m: timer driver for Kinetis SoC
` [PATCH v2 7/9] arm: twr-k70f120m: use Freescale eDMA driver with "

[PATCH v2] ARM: tegra: paz00: use con_id's to refer GPIO's in gpiod_lookup table
 2015-06-30 20:44 UTC  (2+ messages)

[HELP/RFC] Moving ppc8xx microcode patch from micropatch.c to firmware
 2015-06-30 20:38 UTC 


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