The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2013-08-07 18:50:12 to 2013-08-07 22:00:28 UTC [more...]

[PATCH 0/22] Immutable biovecs, block layer changes
 2013-08-07 21:54 UTC  (16+ messages)
` [PATCH 02/22] block: Consolidate duplicated bio_trim() implementations
` [PATCH 05/22] dm: Use bvec_iter for dm_bio_record()
` [PATCH 10/22] bio-integrity: Convert to bvec_iter
` [PATCH 11/22] block: Kill bio_segments()/bi_vcnt usage
` [PATCH 12/22] block: Convert drivers to immutable biovecs
` [PATCH 13/22] ceph: Convert "
` [PATCH 14/22] block: Kill bio_iovec_idx(), __bio_iovec()
` [PATCH 15/22] rbd: Refactor bio cloning, don't clone biovecs
` [PATCH 16/22] dm: Refactor for new bio cloning/splitting
` [PATCH 17/22] block: Remove bi_idx hacks
` [PATCH 18/22] block: Generic bio chaining
` [PATCH 19/22] block: Rename bio_split() -> bio_pair_split()
` [PATCH 20/22] block: Introduce new bio_split()
` [PATCH 21/22] block: Kill bio_pair_split()
` [PATCH 22/22] block: Don't save/copy bvec array anymore, share when cloning

[PATCH 0/1] Platform: x86: chromeos_laptop - convert to i2c_driver to handle i915 race
 2013-08-07 21:55 UTC  (4+ messages)

[PATCH] perf tests: Fix compile failure on do_sort_something
 2013-08-07 21:59 UTC 

[RFC][PATCH 0/2] x86/jump labels: Add the 5 byte or 2 byte jumps
 2013-08-07 21:56 UTC  (11+ messages)
` [RFC][PATCH 3/2] x86/jump labels: Count and display the short jumps used

[PATCH V2 00/17] EFI stub for ARM
 2013-08-07 21:55 UTC  (5+ messages)
` [PATCH 03/17] Add system pointer argument to shared EFI stub related functions so they no longer use global system table pointer as they did when part of eboot.c

[PATCH 001/001] CHAR DRIVERS: a simple device to give daemons a /sys-like interface
 2013-08-07 21:53 UTC  (17+ messages)

[GIT PULL] msm cleanups for v3.12
 2013-08-07 21:52 UTC  (2+ messages)

[PATCH 0/7] uselex.rb as a tiny tool to find dead code
 2013-08-07 21:43 UTC  (8+ messages)
` [PATCH 1/7] btrfs: cleanup: mark 'btrfs_lookup_fs_root' as static
` [PATCH 2/7] btrfs: cleanup: mark 'set_state_private' "
` [PATCH 3/7] btrfs: cleanup: mark 'btrfs_write_and_wait_marked_extents' "
` [PATCH 4/7] btrfs: cleanup: removed unused 'btrfs_start_transaction_lflush'
` [PATCH 5/7] btrfs: cleanup: mark 'btrfs_read_root_item' as static
` [PATCH 6/7] btrfs: cleanup: removed unused 'btrfs_reada_detach'
` [PATCH 7/7] btrfs: cleanup: removed unused 'btrfs_get_inode_ref_index'

[PATCHv5 00/23] Transparent huge page cache: phase 1, everything but mmap()
 2013-08-07 21:37 UTC  (8+ messages)
` [PATCH 01/23] radix-tree: implement preload for multiple contiguous elements

[PATCH v2 1/2] perf tools: Add support for pinned modifier
 2013-08-07 21:33 UTC  (5+ messages)

[PATCH] aoe: respect compound page reference tracking expectations
 2013-08-07 21:27 UTC  (9+ messages)
` [PATCH] aoe: adjust ref of head for compound page tails

[GIT PULL 00/47] perf/core improvements and fixes
 2013-08-07 21:11 UTC  (48+ messages)
` [PATCH 01/47] perf: Add PERF_EVENT_IOC_ID ioctl to return event ID
` [PATCH 02/47] perf: Do not get values from disabled counters in group format read
` [PATCH 03/47] perf evlist: Use PERF_EVENT_IOC_ID perf ioctl to read event id
` [PATCH 04/47] perf tools: Add support for parsing PERF_SAMPLE_READ sample type
` [PATCH 05/47] perf evlist: Fix event ID retrieval for group format read case
` [PATCH 06/47] perf evlist: Add perf_evlist__id2sid method to get event ID related data
` [PATCH 07/47] perf evsel: Add PERF_SAMPLE_READ sample related processing
` [PATCH 08/47] perf tools: Add 'S' event/group modifier to read sample value
` [PATCH 09/47] perf tests: Add attr record group sampling test
` [PATCH 10/47] perf tests: Add parse events tests for leader sampling
` [PATCH 11/47] perf evsel: Actually show symbol offset in stack trace when requested
` [PATCH 12/47] perf tools: Fix compile of util/tsc.c
` [PATCH 13/47] perf trace: Beautify 'connect' result
` [PATCH 14/47] perf python: Remove duplicate TID bit from mask
` [PATCH 15/47] perf util: Add parse_nsec_time() function
` [PATCH 16/47] perf top: move CONSOLE_CLEAR to header file
` [PATCH 17/47] perf stats: Add max and min stats
` [PATCH 18/47] perf session: Export a few functions for event processing
` [PATCH 19/47] perf kvm: Split out tracepoints from record args
` [PATCH 20/47] perf evlist: Remove obsolete dummy execve
` [PATCH 21/47] perf evsel: Add support for enabling counters
` [PATCH 22/47] perf stat: Add support for --initial-delay option
` [PATCH 23/47] perf stat: Flush output after each line in interval mode
` [PATCH 24/47] perf symbols: avoid SyS kernel syscall aliases
` [PATCH 25/47] perf tests: Add test for reading object code
` [PATCH 26/47] perf symbols: Load kernel maps before using
` [PATCH 27/47] perf tools: Make it possible to read object code from vmlinux
` [PATCH 28/47] perf tests: Adjust the vmlinux symtab matches kallsyms test
` [PATCH 29/47] perf tools: Make it possible to read object code from kernel modules
` [PATCH 30/47] perf symbols: Add support for reading from /proc/kcore
` [PATCH 31/47] perf tests: Adjust the vmlinux symtab matches kallsyms test again
` [PATCH 32/47] perf tests: Add kcore to the object code reading test
` [PATCH 33/47] perf annotate: Allow disassembly using /proc/kcore
` [PATCH 34/47] perf annotate: Put dso name in symbol annotation title
` [PATCH 35/47] perf annotate: Remove nop at end of annotation
` [PATCH 36/47] perf annotate: Add call target name if it is missing
` [PATCH 37/47] perf annotate browser: Improve description of '?' hotkey
` [PATCH 38/47] perf annotate browser: Fix typo
` [PATCH 39/47] perf session: Export queue_event function
` [PATCH 40/47] perf kvm: Add live mode
` [PATCH 41/47] perf kvm: Add min and max stats to display
` [PATCH 42/47] perf kvm stat report: Add option to analyze specific VM
` [PATCH 43/47] perf ui/gtk: Fix segmentation fault on perf_hpp__for_each_format loop
` [PATCH 44/47] perf tools: Add support for pinned modifier
` [PATCH 45/47] perf tests: Add tests of new "
` [PATCH 46/47] perf machine: Do not require /lib/modules/* on a guest
` [PATCH 47/47] Revert "tools lib lk: Fix for cross build"

next-20130807: possible circular locking dependency detected
 2013-08-07 21:25 UTC 

[systemd-devel] Slow firmware timeouts again (Re: [3.11 regression?] iwlwifi firmware takes two minutes to load)
 2013-08-07 21:24 UTC  (9+ messages)
` [PATCH] Change CONFIG_FW_LOADER_USER_HELPER to default n and don't select it
    ` [systemd-devel] "
              ` [PATCH] udev: fail firmware loading immediately if no search path is defined

[edk2] Corrupted EFI region
 2013-08-07 21:23 UTC  (14+ messages)

Re:
 2013-08-07 20:43 UTC 

[PATCH 00/26] STA2X11 devicetree support for amba/pci
 2013-08-07 21:15 UTC  (9+ messages)
` [PATCH 14/26] gpio: remove sta2x11-gpio
` [PATCH 26/26] pinctrl: add support for sta2x11 (via pinctrl-nomadik)

PREEMPT_RT vs bcache
 2013-08-07 21:12 UTC  (5+ messages)

[3.10.4] NFS locking panic, plus persisting NFS shutdown panic from 3.9.*
 2013-08-07 21:09 UTC  (15+ messages)

[PATCH] [TRIVIAL] ARM: msm: fix compilation error in gpiomux
 2013-08-07 21:08 UTC  (3+ messages)

WARNING: CPU: 26 PID: 93793 at fs/ext4/inode.c:230 ext4_evict_inode+0x4c9/0x500 [ext4]() still in 3.11-rc3
 2013-08-07 21:07 UTC  (7+ messages)

[PATCH] mm: make lru_add_drain_all() selective
 2013-08-07 20:52 UTC  (5+ messages)
` [PATCH v2] "
    ` [PATCH v3 1/2] workqueue: add new schedule_on_cpu_mask() API
    ` [PATCH v3 2/2] mm: make lru_add_drain_all() selective

IDA/IDR rewrite, percpu ida
 2013-08-07 20:51 UTC  (9+ messages)
` [PATCH 03/10] idr: Rewrite ida
    ` [PATCH] idr: Document ida tree sections
` [PATCH 04/10] idr: Percpu ida
        ` [PATCH] idr: Use this_cpu_ptr() for percpu_ida

[PATCH] tile: make register dumps more readable
 2013-08-07 16:03 UTC 

[PATCH] arch/tile: provide traceability for hypervisor calls
 2013-08-07 20:03 UTC 

[PATCH] tile: support simulator notification for ET_DYN objects
 2013-08-07 18:07 UTC 

[PATCH] tile: avoid struct vm_struct leak
 2013-08-07 19:42 UTC 

[PATCH] tile: implement gettimeofday() via vDSO
 2013-08-07 19:33 UTC 

[PATCH] RAID: add tilegx SIMD implementation of raid6
 2013-08-07 16:39 UTC 

[PATCH] tile: improve illegal translation interrupt handling
 2013-08-07 16:11 UTC 

[PATCH] tile: improve big-endian support
 2013-08-07 15:55 UTC 

[PATCH] tile: support CONFIG_PREEMPT
 2013-08-07 15:36 UTC 

[PATCH] tile: remove calls to arch_flush_lazy_mmu_mode()
 2013-08-07 15:07 UTC 

[PATCH] tile: fix some issues in hugepage support
 2013-08-07 15:00 UTC 

[PATCH] tile: add some tile drivers to MAINTAINERS
 2013-08-07 14:45 UTC 

[PATCH 0/5] perf kvm live - latest round take 4
 2013-08-07 20:34 UTC  (5+ messages)
` [PATCH 4/5] perf kvm: option to print events that exceed a threshold

[PATCH] Staging:BCM:DDRInit.c:Replacing __FUNCTION__
 2013-08-07 20:30 UTC  (2+ messages)

[patch 0/2] Soft-dirty page tracker improvemens
 2013-08-07 20:31 UTC  (7+ messages)
` [patch 1/2] [PATCH] mm: Save soft-dirty bits on swapped pages
` [patch 2/2] [PATCH] mm: Save soft-dirty bits on file pages

[PATCH 0/8] ARM: at91/dt: make use of periph id macros
 2013-08-07 20:24 UTC  (3+ messages)
` [PATCH 1/8] ARM: at91: move peripheral id definitions to dt-bindings include dir

[PATCH 0/7] Minor perf completion improvements
 2013-08-07 20:26 UTC  (5+ messages)
` [PATCH 4/7] perf completion: modernize style

[PATCH] pinctrl: nomadik: delete ancient pin control API
 2013-08-07 20:23 UTC 

RFC: device thermal limits represented in device tree nodes
 2013-08-07 20:18 UTC  (10+ messages)

[PATCH/RFC 0/4] perf ui/gtk: Separate out GTK code to a shared object (v2)
 2013-08-07 20:09 UTC  (2+ messages)

perf,arm -- another (different) fuzzer oops
 2013-08-07 20:14 UTC 

[PATCH 0/8] rcu: Ensure rcu read site is deadlock-immunity
 2013-08-07 19:52 UTC  (4+ messages)

Mail Back If Interested!
 2013-08-07 19:44 UTC 

[PATCH V2 1/2] pinctrl: clean up pinconfig-generic documentation
 2013-08-07 20:01 UTC  (3+ messages)
` [PATCH V2 2/2] pinctrl: add generic pins and functions properties

perf,arm -- oops in validate_event
 2013-08-07 20:05 UTC  (8+ messages)

[PATCH 1/2] pinctrl: clean up pinconfig-generic documentation
 2013-08-07 19:54 UTC  (4+ messages)

Re-validate Your mailbox !
 2013-08-07 17:09 UTC 

Linux 3.11-rc4
 2013-08-07 19:47 UTC  (7+ messages)
  ` [PATCH 0/1] (Was: Linux 3.11-rc4)

[PATCH 3/3] pinctrl: sirf: add missing __iomem annotation
 2013-08-07 19:37 UTC  (2+ messages)

[PATCH 2/3] pinctrl: st: Staticize local symbols
 2013-08-07 19:35 UTC  (2+ messages)

[PATCH 1/3] pinctrl: pinconf: fix comparison of different types
 2013-08-07 19:34 UTC  (2+ messages)

[PATCH 0/1] audit_alloc: clear TIF_SYSCALL_AUDIT if !audit_context
 2013-08-07 19:06 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] mm, page_alloc: optimize batch count in free_pcppages_bulk()
 2013-08-07 19:08 UTC  (3+ messages)

[PATCH] ARM: mmc: fix NONREMOVABLE test in sdhci-bcm-kona
 2013-08-07 18:59 UTC 

[PATCH v3 00/11] Add namespace support for syslog
 2013-08-07 18:59 UTC  (5+ messages)
` [PATCH v3 04/11] syslog_ns: make syslog handling per namespace
` [PATCH v3 07/11] syslog_ns: implement function for creating syslog ns

[PATCH] pinctrl: at91: choose appropriate handler for level interrupts
 2013-08-07 18:59 UTC  (2+ messages)

[PATCH 1/3] pinctrl: ADI PIN control driver for the GPIO controller on bf54x and bf60x
 2013-08-07 18:56 UTC  (5+ messages)

[PATCH 0/6] Tegra: Use cpufreq-cpu0 driver
 2013-08-07 18:55 UTC  (17+ messages)
` [PATCH 1/6] clk: Tegra: Add CPU0 clock driver
` [PATCH 2/6] ARM: Tegra: Add CPU's OPPs for using cpufreq-cpu0 driver
` [PATCH 5/6] ARM: Tegra: start "

[PATCH 00/18] Convert arm sched_clock users to sched_clock_register()
 2013-08-07 18:55 UTC  (3+ messages)
` [PATCH 13/18] ARM: u300: Switch "

[PATCH 1/2] pinctrl: st: Convert to use devm_ioremap_resource
 2013-08-07 18:54 UTC  (4+ messages)
` [PATCH 2/2] pinctrl: st: Staticize local symbols

[PATCH v3 0/5] Make commonly useful UEFI functions common
 2013-08-07 18:54 UTC  (6+ messages)
` [PATCH v3 1/5] ia64: add early_memremap() alias for early_ioremap()
` [PATCH v3 2/5] efi: provide a generic efi_config_init()
` [PATCH v3 3/5] efi: x86: use common code for (U)EFI configuration scanning
` [PATCH v3 4/5] efi: ia64: "
` [PATCH v3 5/5] efi: x86: make efi_lookup_mapped_addr() a common function

[PATCH 1/3 v5] usb: phy-samsung-usb: Simplify PMU register handling
 2013-08-07 18:50 UTC  (4+ messages)


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