public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-12 18:44:49 to 2015-06-13 01:34:41 UTC [more...]

[PATCH perf/core v2 0/3] perf-probe bugfixes
 2015-06-13  1:31 UTC  (3+ messages)
` [PATCH perf/core v2 1/3] [BUGFIX] perf probe: List probes in stdout
` [PATCH perf/core v2 3/3] [BUGFIX] perf probe: Show usage even if the last event is skipped

perf,ftrace: fuzzer triggers warning in trace_events_filter code
 2015-06-13  1:29 UTC  (4+ messages)

[PATCH perf/core 0/4] perf-probe bugfixes
 2015-06-13  1:16 UTC  (10+ messages)
` [PATCH perf/core 1/4] [BUGFIX] perf probe: List probes in stdout
` [PATCH perf/core 2/4] [BUGFIX] perf probe: Cut off the postfixes from event name
` [PATCH perf/core 3/4] [BUGFIX] perf probe: Check non-probe-able symbols when using symbol map

[PATCH V4 0/4] map GHES memory region according to EFI memory map
 2015-06-13  1:01 UTC  (5+ messages)
` [PATCH V4 1/4] efi: x86: rearrange efi_mem_attributes()
` [PATCH V4 2/4] x86: acpi: add arch_apei_get_mem_attributes()
` [PATCH V4 3/4] arm64: apei: implement arch_apei_get_mem_attributes()
` [PATCH V4 4/4] acpi, apei: use appropriate pgprot_t to map GHES memory

Locking issues w/ functionfs gadget and aio?
 2015-06-13  0:51 UTC  (2+ messages)

[PATCH v2] USB SERIAL: option.c: add 2020:4000 IDs
 2015-06-13  0:41 UTC  (3+ messages)

[PATCH 1/1] PCI: X-Gene: Disable Configuration Request Retry Status for X-Gene v1 PCIe
 2015-06-13  0:35 UTC  (5+ messages)
      ` [PATCH v2 "

[PATCH V2 0/3] Add RS-485 support and fix RTS/CTS implementation
 2015-06-13  0:35 UTC  (3+ messages)

[PATCHv3 00/16] vme DMA and user space driver improvements
 2015-06-13  0:31 UTC  (8+ messages)
` [PATCHv3 08/16] staging: vme_user: provide DMA functionality
` [PATCHv3 16/16] vme: provide uapi header

[PATCH] module: add per-module param_lock
 2015-06-13  0:30 UTC 

[PATCH net-next 0/3] bpf: share helpers between tracing and networking
 2015-06-13  0:26 UTC  (16+ messages)
` [PATCH net-next 1/3] bpf: introduce current->pid, tgid, uid, gid, comm accessors
` [PATCH net-next 2/3] bpf: allow networking programs to use bpf_trace_printk() for debugging
` [PATCH net-next 3/3] bpf: let kprobe programs use bpf_get_smp_processor_id() helper

[PATCH v4 0/7] staging: fsl-mc: New functionality to the MC bus driver
 2015-06-13  0:18 UTC  (2+ messages)

[PATCH v4 0/2] staging: ion: Add generic ion-physmem driver
 2015-06-13  0:16 UTC  (3+ messages)
` [PATCH v4 1/2] "

[PATCH 1/1] usb: core: lpm: set lpm_capable for root hub device
 2015-06-13  0:12 UTC  (2+ messages)

For your amusement: slightly faster syscalls
 2015-06-13  0:09 UTC 

[PATCH] staging: comedi: cb_pcimdas: fix handlers for DI and DO subdevices
 2015-06-13  0:05 UTC  (2+ messages)

[PATCH V2 00/10] Drivers: hv: vmbus: Enable kexec and other misc cleanup
 2015-06-13  0:03 UTC  (3+ messages)
` [PATCH V2 01/10] cpu-hotplug: export cpu_hotplug_enable/cpu_hotplug_disable

[GIT] Networking
 2015-06-13  0:00 UTC 

[PATCH 00/17] x86/tsc: Clean up rdtsc helpers
 2015-06-12 23:41 UTC  (22+ messages)
` [PATCH 01/17] x86/tsc: Inline native_read_tsc and remove __native_read_tsc
` [PATCH 02/17] x86/msr/kvm: Remove vget_cycles()
` [PATCH 03/17] x86/tsc/paravirt: Remove the read_tsc and read_tscp paravirt hooks
` [PATCH 04/17] x86/tsc: Replace rdtscll with native_read_tsc
  ` [PATCH 03/17] "
  ` [PATCH 04/17] x86/tsc: Remove the rdtscp and rdtscpll macros
  ` [PATCH 05/17] x86/tsc/paravirt: Remove the read_tsc and read_tscp paravirt hooks
  ` [PATCH 16/17] x86/tsc: Use rdtsc_unordered() in check_tsc_warp()
` [PATCH 05/17] x86/tsc: Remove the rdtscp and rdtscpll macros
` [PATCH 06/17] x86/tsc: Use the full 64-bit tsc in tsc_delay
` [PATCH 07/17] x86/cpu/amd: Use the full 64-bit TSC to detect the 2.6.2 bug
` [PATCH 08/17] baycom_epp: Replace rdtscl() with native_read_tsc()
` [PATCH 09/17] staging/lirc_serial: Remove TSC-based timing
` [PATCH 10/17] input/joystick/analog: Switch from rdtscl() to native_read_tsc()
` [PATCH 11/17] drivers/input/gameport: Replace rdtscl() with native_read_tsc()
` [PATCH 12/17] x86/tsc: Remove rdtscl()
` [PATCH 13/17] x86/tsc: Rename native_read_tsc() to rdtsc_unordered()
` [PATCH 14/17] x86/tsc: Move rdtsc_barrier() and rename it to barrier_before_rdtsc()
` [PATCH 15/17] x86: Add rdtsc_ordered() and use it in trivial call sites
` [PATCH 16/17] x86/tsc: Use rdtsc_ordered() in check_tsc_warp() and drop extra barriers
` [PATCH 17/17] x86/tsc: In read_tsc, use rdtsc_ordered() instead of get_cycles()

[PATCH v2 00/17] x86/tsc: Clean up rdtsc helpers
 2015-06-12 23:44 UTC  (18+ messages)
` [PATCH v2 01/17] x86/tsc: Inline native_read_tsc and remove __native_read_tsc
` [PATCH v2 02/17] x86/msr/kvm: Remove vget_cycles()
` [PATCH v2 03/17] x86/tsc/paravirt: Remove the read_tsc and read_tscp paravirt hooks
` [PATCH v2 04/17] x86/tsc: Replace rdtscll with native_read_tsc
` [PATCH v2 05/17] x86/tsc: Remove the rdtscp and rdtscpll macros
` [PATCH v2 06/17] x86/tsc: Use the full 64-bit tsc in tsc_delay
` [PATCH v2 07/17] x86/cpu/amd: Use the full 64-bit TSC to detect the 2.6.2 bug
` [PATCH v2 08/17] baycom_epp: Replace rdtscl() with native_read_tsc()
` [PATCH v2 09/17] staging/lirc_serial: Remove TSC-based timing
` [PATCH v2 10/17] input/joystick/analog: Switch from rdtscl() to native_read_tsc()
` [PATCH v2 11/17] drivers/input/gameport: Replace rdtscl() with native_read_tsc()
` [PATCH v2 12/17] x86/tsc: Remove rdtscl()
` [PATCH v2 13/17] x86/tsc: Rename native_read_tsc() to rdtsc_unordered()
` [PATCH v2 14/17] x86/tsc: Move rdtsc_barrier() and rename it to barrier_before_rdtsc()
` [PATCH v2 15/17] x86: Add rdtsc_ordered() and use it in trivial call sites
` [PATCH v2 16/17] x86/tsc: Use rdtsc_ordered() in check_tsc_warp() and drop extra barriers
` [PATCH v2 17/17] x86/tsc: In read_tsc, use rdtsc_ordered() instead of get_cycles()

[PATCH V3 0/4] map GHES memory region with EFI memory map
 2015-06-12 23:49 UTC  (7+ messages)
` [PATCH V3 1/4] x86: acpi: define uncached page flag
` [PATCH V3 4/4] acpi, apei: use EFI memmap to map GHES memory

[PATCH] staging: comedi: replace ENOSYS by proper error codes
 2015-06-12 23:46 UTC  (5+ messages)

[RFC PATCH 00/12] x86/mm: Implement lockless pgd_alloc()/pgd_free()
 2015-06-12 23:36 UTC  (21+ messages)
` [PATCH 02/12] x86/mm/hotplug: Remove pgd_list use from the memory hotplug code
` [PATCH 04/12] x86/mm/hotplug: Simplify sync_global_pgds()
` [PATCH 05/12] mm: Introduce arch_pgd_init_late()
` [PATCH 06/12] x86/mm: Enable and use the arch_pgd_init_late() method
` [PATCH 07/12] x86/virt/guest/xen: Remove use of pgd_list from the Xen guest code

lånetilbud
 2015-06-10 10:27 UTC 

RIP MTRR - status update for upcoming v4.2
 2015-06-12 23:29 UTC  (5+ messages)
  ` [Xen-devel] "

[PATCH v4] seccomp: add ptrace options for suspend/resume
 2015-06-12 23:29 UTC  (7+ messages)

[PATCH 1/5] x86/asm/entry/32: Fix fallout from r9 trick removal in SYSCALL code
 2015-06-12 23:28 UTC  (4+ messages)
` [PATCH 3/5] x86/asm/entry/32: Shorten __audit_syscall_entry args preparation

[PATCH] x86/asm/entry/32: Slightly better handling of syscall errors in auditing
 2015-06-12 23:24 UTC  (2+ messages)

[PATCH v2 0/6] SPMI regulator driver
 2015-06-12 23:24 UTC  (5+ messages)
` [PATCH v2 6/6] regulator: qcom-spmi: Add vendor specific configuration

lånetilbud
 2015-06-10 10:32 UTC 

[PATCH v2 0/4] x86, mwaitt: introduce AMD mwaitt support
 2015-06-12 23:15 UTC  (6+ messages)
` [PATCH v2 3/4] x86, mwaitt: introduce mwaix delay with a configurable timer

[PATCH 0/2 v2] locking/qrwlock: Fix interrupt handling problem
 2015-06-12 22:58 UTC  (6+ messages)
` [PATCH v2 2/2] locking/qrwlock: Don't contend with readers when setting _QW_WAITING

[PATCH] regulator: Add docbook for soft start
 2015-06-12 22:48 UTC 

[PATCH v3] regulator: Add QCOM SPMI regulator driver
 2015-06-12 22:47 UTC 

[PATCH] x86: General protection fault after STR (32 bit systems only)
 2015-06-12 22:45 UTC  (8+ messages)

[PATCH] i2c: designware: use enable on resume instead initialization
 2015-06-12 22:45 UTC  (3+ messages)

[PATCH 1/1] perf,tools: add time out to force stop endless mmap processing
 2015-06-12 22:41 UTC  (15+ messages)

[PATCH v1 1/2] perf,x86: add Intel Memory Bandwidth Monitoring (MBM) PMU
 2015-06-12 22:38 UTC  (2+ messages)

[PATCH v2] selinux: reduce locking overhead in inode_free_security()
 2015-06-12 22:35 UTC  (4+ messages)

[RFC v1 00/25] Optimize irq flow handler
 2015-06-12 22:16 UTC  (12+ messages)
` [RFC v1 14/25] genirq: Kill the first parameter 'irq' of irq_flow_handler_t

[PATCH cgroup/for-4.2] MAINTAINERS: add a cgroup core co-maintainer
 2015-06-12 22:15 UTC 

[PATCHSET block/for-4.2/writeback] ext4: implement cgroup writeback support
 2015-06-12 22:02 UTC  (3+ messages)
` [PATCH 1/2] ext4: replace ext4_io_submit->io_op with ->io_wbc
` [PATCH 2/2] ext4: implement cgroup writeback support

[PATCHSET block/for-4.2/writeback] cgroup, writeback: misc updates for cgroup writeback support
 2015-06-12 21:57 UTC  (4+ messages)
` [PATCH 1/3] writeback: do foreign inode detection iff cgroup writeback is enabled
` [PATCH 2/3] vfs, writeback: replace FS_CGROUP_WRITEBACK with MS_CGROUPWB
` [PATCH 3/3] writeback, blkio: add documentation for cgroup writeback support

[PATCH tip/perf/core] tools lib traceevent: Fix python/perf.so compiling error
 2015-06-12 21:36 UTC  (2+ messages)

next-20150610 - repeated hangs at e1000e_phc_gettime+0x2e/0x60
 2015-06-12 21:34 UTC  (2+ messages)

[PATCH v8 0/5] Fix bugs in kona pwm driver and pwm core
 2015-06-12 21:29 UTC  (10+ messages)
` [PATCH v8 3/5] pwm: kona: Fix incorrect config, disable, and polarity procedures
` [PATCH v8 4/5] pwm: kona: Add debug info to config function
` [PATCH v8 5/5] pwm: core: Set enable state properly on failed call to enable

linux-next: build failure after merge of the tip tree
 2015-06-12 21:25 UTC  (3+ messages)

[PATCH] Doc: networking: Fix URL for wiki.wireshark.org in udplite.txt
 2015-06-12 21:21 UTC  (2+ messages)

[PATCH] netdevice: add netdev_pub helper function
 2015-06-12 21:20 UTC  (2+ messages)

[PATCH 00/20] mpt3sas: driver update
 2015-06-12 21:03 UTC  (3+ messages)
` [PATCH 17/20] [SCSI] mpt3sas: Use alloc_ordered_workqueue() API instead of create_singlethread_workqueue() API

[PATCH non-pretimeout 0/7] Watchdog: introduce ARM SBSA watchdog driver
 2015-06-12 20:54 UTC  (3+ messages)
  ` [PATCH non-pretimeout 3/7] ARM64: add SBSA Generic Watchdog device node in amd-seattle-soc.dtsi

[PATCH v7 00/10] tracing: 'hist' triggers
 2015-06-12 20:52 UTC  (4+ messages)
` [PATCH v7 06/10] trace: Add lock-free tracing_map

[PATCH V2 1/3] pci_ids: Add AMD KERNCZ device ID support
 2015-06-12 20:34 UTC  (2+ messages)

[PATCH] Documentation: filesystems: vfs.txt: updated struct file_system_type documentation
 2015-06-12 20:32 UTC 

[PATCH 0/4] More cleanups and fixes for Intel VT-d
 2015-06-12 20:29 UTC  (3+ messages)

[PATCH v2 1/1] irqchip: exynos-combiner: Save IRQ enable set on suspend
 2015-06-12 20:17 UTC  (7+ messages)

[RFC/PATCH 00/25] perf stat: Introduce --per-task option
 2015-06-12 20:13 UTC  (6+ messages)
` [PATCH 06/25] perf tools: Propagate thread maps through the evlist

[PATCH] RFC: Device overlay manager (PCI/USB + DT)
 2015-06-12 20:04 UTC 

[PATCH 0/8] of: Dynamic DT updates
 2015-06-12 19:55 UTC  (9+ messages)
` [PATCH 1/8] of: overlay: Implement indirect target support
` [PATCH 2/8] of: unittest: Add indirect overlay target test
` [PATCH 3/8] doc: dt: Document the indirect overlay method
` [PATCH 4/8] of: overlay: Introduce target root capability
` [PATCH 5/8] of: unittest: Unit-tests for target root overlays
` [PATCH 6/8] doc: dt: Document the target root overlay method
` [PATCH 7/8] of: dynamic: Add __of_node_dupv()
` [PATCH 8/8] of: changesets: Introduce changeset helper methods

[PATCH v4 0/6] mtd: nand: vf610_nfc: Freescale NFC for VF610
 2015-06-12 19:44 UTC  (7+ messages)
` [PATCH v4 1/6] mtd: nand: vf610_nfc: Freescale NFC for VF610, MPC5125 and others

[PATCH v4 0/4] of: overlay: kobject & sysfs'ation
 2015-06-12 19:38 UTC  (5+ messages)
` [PATCH v4 1/4] of: overlay: kobjectify overlay objects
` [PATCH v4 2/4] of: overlay: global sysfs enable attribute
` [PATCH v4 3/4] of: overlay: add per overlay sysfs attributes
` [PATCH v4 4/4] Documentation: ABI: /sys/firmware/devicetree/overlays

[PATCH] perf, tools: Fix crash in 'perf trace'
 2015-06-12 19:35 UTC  (2+ messages)

perf probe and structs
 2015-06-12 19:27 UTC 

[PATCH v5 00/10] x86/asm: Compile-time asm code validation
 2015-06-12 19:24 UTC  (4+ messages)
` [PATCH v5 06/10] x86/asm/efi: Fix asmvalidate warnings for efi_stub_64.S

[GIT PULL] nohz: A few improvements v4
 2015-06-12 19:12 UTC  (11+ messages)
` [PATCH 4/4] nohz: Set isolcpus when nohz_full is set

[RFC PATCH 00/12] mm: mirrored memory support for page buddy allocations
 2015-06-12 19:03 UTC  (3+ messages)

[v4 00/16] Add VT-d Posted-Interrupts support
 2015-06-12 19:03 UTC  (7+ messages)
` [v4 08/16] KVM: kvm-vfio: User API for IRQ forwarding

[PATCH 00/18] sched: balance callbacks v4
 2015-06-12 18:59 UTC  (5+ messages)
` [PATCH 11/18] seqcount: Introduce raw_write_seqcount_barrier()

[PATCH RESEND] PM / AVS: rockchip-io: depend on CONFIG_POWER_AVS
 2015-06-12 18:59 UTC 

[PATCHSET v3 0/4] pagemap: make useable for non-privilege users
 2015-06-12 18:59 UTC  (8+ messages)
` [PATCH v3 2/4] pagemap: add mmap-exclusive bit for marking pages mapped only here
` [PATCH v3 3/4] pagemap: hide physical addresses from non-privileged users
` [PATCH v3 4/4] pagemap: switch to the new format and do some cleanup

[PATCH RFC v4 0/4] crypto: Introduce Public Key Encryption API
 2015-06-12 18:59 UTC  (4+ messages)
` [PATCH RFC v4 1/4] MPILIB: add mpi_read_buf(), mpi_copy() and mpi_get_size() helpers

[PATCH 1/1 linux-next] ALSA: gus: use swap() in snd_ics_put_double()
 2015-06-12 18:51 UTC  (2+ messages)

[PATCH] ethernet/sfc: mark state UNINIT after unregister
 2015-06-12 18:51 UTC 

[PATCH] ALSA: aoa: convert bus code to use dev_groups
 2015-06-12 18:50 UTC  (5+ messages)
` [PATCH v3] "

clustered MD
 2015-06-12 18:46 UTC  (11+ messages)

[PATCH v3 0/9] Third revision of the performance improvment patch to the VMWare balloon driver
 2015-06-12 18:43 UTC  (5+ messages)
` [PATCH 6/9] VMware balloon: Do not limit the amount of frees and allocations in non-sleep mode
  ` [PATCH v3 1/9] VMware balloon: partially inline vmballoon_reserve_page
  ` [PATCH v3 4/9] VMware balloon: Update balloon target on each lock/unlock
  ` [PATCH v3 6/9] VMware balloon: Do not limit the amount of frees and allocations in non-sleep mode


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