messages from 2015-03-03 02:06:07 to 2015-03-03 03:36:04 UTC [more...]
[PATCH] cgroup: Use kvfree in pidlist_free()
2015-03-03 3:36 UTC (2+ messages)
[PATCH v4 00/30] Refine PCI scan interfaces and make generic pci host bridge
2015-03-03 3:33 UTC (73+ messages)
` [PATCH v4 02/30] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [PATCH v4 03/30] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v4 05/30] PCI: Rename pci_scan_bus() to pci_scan_bus_legacy()
` [PATCH v4 09/30] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v4 12/30] PCI: Introduce pci_host_bridge_ops to support host specific operations
` [PATCH v4 13/30] PCI: Introduce new scan function pci_scan_root_bridge()
` [PATCH v4 16/30] PCI/IA64: Fix the build warning about pci_domain_nr()
` [PATCH v4 20/30] PCI/sparc: Use pci_scan_root_bridge() for simplicity
` [PATCH v4 22/30] PCI/Parisc: Use pci_scan_root_bus() "
` [PATCH v4 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code
"Driver 'mmcblk' needs updating - please use bus_type methods"
2015-03-03 3:25 UTC (2+ messages)
[GIT PULL 00/20] perf/core improvements and fixes
2015-03-03 3:26 UTC (21+ messages)
` [PATCH 01/20] perf tools: Only include tsc file for x86
` [PATCH 02/20] perf tools: Compare JOBS to 0 after grep
` [PATCH 03/20] perf stat: Report unsupported events properly
` [PATCH 04/20] perf tools: Fix FORK after COMM when synthesizing records for pre-existing threads
` [PATCH 05/20] perf tools: Fix build error on ARCH=i386/x86_64/sparc64
` [PATCH 06/20] perf record: Get rid of -l option from Documentation
` [PATCH 07/20] perf record: Document --group option
` [PATCH 08/20] perf tools: Add PERF-FEATURES to the .gitignore file
` [PATCH 09/20] perf tools: Remove annoying extra message from the features build
` [PATCH 10/20] perf tools: Improve Python feature detection messages
` [PATCH 11/20] perf tools: Improve libperl detection message
` [PATCH 12/20] perf tools: Improve libbfd "
` [PATCH 13/20] perf tools: Improve feature test debuggability
` [PATCH 14/20] perf tools: Improve 'libbabel' feature check failure message
` [PATCH 15/20] perf probe: Warn if given uprobe event accesses memory on older kernel
` [PATCH 16/20] perf probe: Remove bias offset to find probe point by address
` [PATCH 17/20] perf tools: Initialize cpu set in pthread_attr_setaffinity_np feature test
` [PATCH 18/20] Revert "perf: Remove the extra validity check on nr_pages"
` [PATCH 19/20] perf tools: Reference count struct thread
` [PATCH 20/20] perf sched: No need to keep the session around
node-hotplug: is memset 0 safe in try_offline_node()?
2015-03-03 3:30 UTC (2+ messages)
[PATCH] KVM: vmx: Set msr bitmap correctly if vcpu is in guest mode
2015-03-03 3:30 UTC
[PATCH] ARM: dts: warp: Add initial WaRP Board support
2015-03-03 3:29 UTC (3+ messages)
patchwork not picking up acks
2015-03-03 3:29 UTC
[PATCH] kdb: Fix handling of kallsyms_symbol_next() return value
2015-03-03 3:25 UTC (2+ messages)
[RFC V3] mm: change mm_advise_free to clear page dirty
2015-03-03 3:25 UTC (2+ messages)
[PATCH] ARM: at91: pm: fix SRAM allocation
2015-03-03 3:25 UTC (5+ messages)
[RFC/PATCHSET 00/38] perf tools: Speed-up perf report by using multi thread (v3)
2015-03-03 3:07 UTC (39+ messages)
` [PATCH 01/38] perf tools: Use a software dummy event to track task/mmap events
` [PATCH 02/38] perf tools: Add rm_rf() utility function
` [PATCH 03/38] perf tools: Introduce copyfile_offset() function
` [PATCH 04/38] perf tools: Create separate mmap for dummy tracking event
` [PATCH 05/38] perf tools: Introduce perf_evlist__mmap_track()
` [PATCH 06/38] perf tools: Add HEADER_DATA_INDEX feature
` [PATCH 07/38] perf tools: Handle indexed data file properly
` [PATCH 08/38] perf record: Add --index option for building index table
` [PATCH 09/38] perf report: Skip dummy tracking event
` [PATCH 10/38] perf tools: Pass session arg to perf_event__preprocess_sample()
` [PATCH 11/38] perf script: Pass session arg to ->process_event callback
` [PATCH 12/38] perf tools: Introduce thread__comm_time() helpers
` [PATCH 13/38] perf tools: Add a test case for thread comm handling
` [PATCH 14/38] perf tools: Use thread__comm_time() when adding hist entries
` [PATCH 15/38] perf tools: Convert dead thread list into rbtree
` [PATCH 16/38] perf tools: Introduce machine__find*_thread_time()
` [PATCH 17/38] perf tools: Add a test case for timed thread handling
` [PATCH 18/38] perf tools: Reducing arguments of hist_entry_iter__add()
` [PATCH 19/38] perf tools: Pass session to hist_entry_iter struct
` [PATCH 20/38] perf tools: Maintain map groups list in a leader thread
` [PATCH 21/38] perf tools: Introduce session__find_addr_location() and friends
` [PATCH 22/38] perf callchain: Use "
` [PATCH 23/38] perf tools: Add a test case for timed map groups handling
` [PATCH 24/38] perf tools: Protect dso symbol loading using a mutex
` [PATCH 25/38] perf tools: Protect dso cache tree using dso->lock
` [PATCH 26/38] perf tools: Protect dso cache fd with a mutex
` [PATCH 27/38] perf callchain: Maintain libunwind's address space in map_groups
` [PATCH 28/38] perf tools: Add dso__data_get/put_fd()
` [PATCH 29/38] perf session: Pass struct events stats to event processing functions
` [PATCH 30/38] perf hists: Pass hists struct to hist_entry_iter struct
` [PATCH 31/38] perf tools: Move BUILD_ID_SIZE definition to perf.h
` [PATCH 32/38] perf report: Parallelize perf report using multi-thread
` [PATCH 33/38] perf tools: Add missing_threads rb tree
` [PATCH 34/38] perf record: Synthesize COMM event for a command line workload
` [PATCH 35/38] perf tools: Fix progress ui to support multi thread
` [PATCH 36/38] perf report: Add --multi-thread option and config item
` [PATCH 37/38] perf session: Handle index files generally
` [PATCH 38/38] perf data: Implement 'index' subcommand
[PATCH net] udp: only allow UFO for packets from SOCK_DGRAM sockets
2015-03-03 3:19 UTC (2+ messages)
[PATCH] kernel: Unlock after locking
2015-03-03 3:19 UTC
[PATCH net-next] ebpf: move CONFIG_BPF_SYSCALL-only function declarations
2015-03-03 3:15 UTC (3+ messages)
` "
[PATCH v2] drivers: media: i2c : s5c73m3: Fix null dereference
2015-03-03 3:16 UTC
[PATCH] bcm63xx_enet: fix poll callback
2015-03-03 3:15 UTC (2+ messages)
[PATCH v2] sched: credit2: respect per-vcpu hard affinity
2015-03-03 3:15 UTC (2+ messages)
[PATCH] net: bridge: add compile-time assert for cb struct size
2015-03-03 3:00 UTC (2+ messages)
[PATCH 0/2] Credit2: introduce per-vcpu hard and soft affinity
2015-03-03 3:13 UTC (5+ messages)
` [PATCH 1/2] sched: credit2: respect per-vcpu hard affinity
[PATCH] vfs: delete vfs_readdir function declaration
2015-03-03 3:05 UTC
[PATCH] ARM64: gic: Do not allow bypass FIQ signals to reach to processor
2015-03-03 3:12 UTC (3+ messages)
[Xenomai] gdbserver hangs on rt_task_create()
2015-03-03 3:07 UTC (4+ messages)
[PATCH perf/core 0/4] perf-probe: improve glibc support
2015-03-03 3:05 UTC (6+ messages)
` [PATCH perf/core 2/4] perf-probe: Fix to handle aliased symbols in glibc
[PATCH v5 00/29] Xen/ARM guest support
2015-03-03 3:00 UTC (2+ messages)
[PATCH] spi: spi-pxa2xx: Fix potential NULL handler data in pump_transfers
2015-03-03 2:59 UTC
[PATCH] arch: x86: platform: efi: Disabling interrupt around kmalloc
2015-03-03 2:58 UTC
[PATCH] ARM: i.MX6Q: Add fixup for RTL8211E Gigabit Ethernet PHY
2015-03-03 2:57 UTC (2+ messages)
[PATCH 0/3] Add ktd2692 Flash LED driver
2015-03-03 2:55 UTC (7+ messages)
How to handle TIF_MEMDIE stalls?
2015-03-03 2:50 UTC (12+ messages)
[PATCH net-next] openvswitch: Fix serialization of non-masked set actions
2015-03-03 2:49 UTC
Compro S900 DVB-S2 USB
2015-03-03 2:40 UTC (2+ messages)
[PATCH v5] ARM: imx6: convert GPC to stacked domains
2015-03-03 2:39 UTC (2+ messages)
[PATCH] ftrace: Fix comments about trace/ftrace.h
2015-03-03 2:38 UTC (3+ messages)
[PATCH] net: add SO_MAX_DGRAM_QLEN for AF_UNIX SOCK_DGRAM sockets
2015-03-03 2:38 UTC (2+ messages)
[regression v4.0-rc1] mm: IPIs from TLB flushes causing significant performance degradation
2015-03-03 2:37 UTC (9+ messages)
[PATCH] ath:Release resources for structure pointer, ar if error pointing device in the function, ath10k_core_register_work
2015-03-03 2:36 UTC (2+ messages)
[PATCH v9 0/5] i.MX6 PU power domain support
2015-03-03 2:35 UTC (4+ messages)
` [PATCH v9 1/5] Documentation: Add device tree bindings for Freescale i.MX GPC
linux-next: build failure after merge of the md tree
2015-03-03 2:35 UTC (4+ messages)
[Question] How can we support outer shareable on ARM64?
2015-03-03 2:32 UTC (3+ messages)
[PATCH v2 00/15] tracing: 'hist' triggers
2015-03-03 2:31 UTC
[PATCH net 0/4] Fixes for sh_eth #4 v2
2015-03-03 2:31 UTC (2+ messages)
[PATCH v2] ARM: dts: imx25-pdk: Add LCD support
2015-03-03 2:27 UTC (2+ messages)
[PATCH] lib/librte_vhost: remove vhost device from data plane when receive VHOST_SET_MEM_TABLE message
2015-03-03 2:26 UTC
[PATCH] ARM: dts: imx6qdl, Add label snvs_rtc
2015-03-03 2:25 UTC (2+ messages)
[PATCH v2 00/15] tracing: 'hist' triggers
2015-03-03 2:25 UTC (2+ messages)
[PATCH v11 0/6] Add Skyworks SKY81452 device drivers
2015-03-03 2:24 UTC (4+ messages)
[PATCH] ARM: imx/iomux-v3: allow pad_list to be const
2015-03-03 2:24 UTC (2+ messages)
[PATCH] doc: New option for vhost sample
2015-03-03 2:23 UTC
[PATCH 0/3] ARM: sun9i: Add support for PRCM on Allwinner A80 SoC
2015-03-03 2:22 UTC (4+ messages)
` [PATCH 1/3] clk: sunxi: sun6i-apb0: Add support for sun9i A80 apbs gates
` [PATCH 2/3] mfd: sun6i-prcm: Add support for PRCM found on Allwinner A80 SoC
` [PATCH 3/3] ARM: dts: sun9i: Add A80 PRCM clocks and reset control nodes
[PATCH 1/2] ARM: imx25: fix some wrong iomux definitions
2015-03-03 2:21 UTC (2+ messages)
[PATCH] librte_eal/common: Fix cast from pointer to integer of different size
2015-03-03 2:20 UTC (2+ messages)
` [PATCH v2] "
[RFC/RFT PATCH 0/3] arm64: KVM: work around incoherency with uncached guest mappings
2015-03-03 2:20 UTC (13+ messages)
[Qemu-devel] [PATCH v3 00/10] QEMU memory hot unplug support
2015-03-03 2:18 UTC (4+ messages)
` [Qemu-devel] [PATCH v3 02/10] acpi, mem-hotplug: Add acpi_memory_slot_status() to get MemStatus
[PATCH v2] drm/dp: add DPCD definitions from DP 1.1 and 1.2a
2015-03-03 2:18 UTC (2+ messages)
[nightly] Distroless meta-ti/master minimal build 2015-03-02_21-00-57
2015-03-03 2:14 UTC
[PATCH] pinctrl: update direction_output function of cherryview driver
2015-03-03 10:13 UTC
[Qemu-devel] [PATCH v4 00/11] block: Rework bdrv_close_all()
2015-03-03 2:08 UTC (5+ messages)
` [Qemu-devel] [PATCH v4 05/11] block: Move BDS close notifiers into BB
[PATCH v3 02/17] crypto: talitos - Refactor the sg in/out chain allocation
2015-03-03 2:08 UTC
PCI Issues with ExpressCard/54 Audio Device
2015-03-03 2:08 UTC (12+ messages)
[PATCH RFC 1/4] mm: throttle MADV_FREE
2015-03-03 2:06 UTC (10+ messages)
` [RFC] mm: change mm_advise_free to clear page dirty
` [RFC V2] "
` [RFC V3] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.