LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2013-08-06 23:45:21 to 2013-08-07 08:52:06 UTC [more...]

test
 2013-08-07  8:52 UTC 

[PATCH V9 00/14] perf tools: some fixes and tweaks
 2013-08-07  8:50 UTC  (14+ messages)
` [PATCH V9 01/14] perf tools: add debug prints
` [PATCH V9 04/14] perf tools: change machine__findnew_thread() to set thread pid
` [PATCH V9 05/14] perf tools: tidy up sample parsing overflow checking
` [PATCH V9 08/14] perf tools: move struct ip_event

[PATCH trivial] UAPI: Kbuild: add/modify comments for "uapi/Kbuild" and "uapi/linux/Kbuild"
 2013-08-07  8:48 UTC  (5+ messages)

[PATCH] kvm tools: Fix build of guest init with biarch powerpc compilers
 2013-08-07  8:46 UTC 

[BUG linux-next] watchdog: build breakage for non-SMP builds
 2013-08-07  8:47 UTC  (2+ messages)

[PATCH 00/18] MAINTAINERS: Trivial pattern changes
 2013-08-07  8:46 UTC  (3+ messages)
` [PATCH 06/18] MAINTAINERS: ARM: plat-nomadik: Update patterns

[PATCH] kexec: remove unnecessary return
 2013-08-07  8:45 UTC 

[PATCH] kernel/sysctl_binary.c: improve the usage of return value 'result'
 2013-08-07  8:44 UTC  (22+ messages)

[PATCH 0/2] Add power control for lm90
 2013-08-07  8:45 UTC  (11+ messages)
` [PATCH 1/2] hwmon: (lm90) Add power control
` [PATCH 2/2] ARM: dt: t114 dalmore: add dt entry for nct1008

[PATCH] mfd: ti_am335x_tscadc: fix spin lock and reg_cache
 2013-08-07  8:40 UTC  (2+ messages)

linux-next: build failure after merge of the mvebu tree
 2013-08-07  8:37 UTC  (2+ messages)

[PATCH] thermal: exynos_tmu: fix wrong error check for mapped memory
 2013-08-07  8:31 UTC 

[PATCH net v2] net: rename busy poll MIB counter
 2013-08-07  8:33 UTC 

linux-next: Tree for Aug 7
 2013-08-07  8:29 UTC  (2+ messages)

[PATCH 1/5] pdev: Fix platform device resource linking
 2013-08-07  8:27 UTC  (15+ messages)
  ` [PATCH 5/5] arm: omap: Proper cleanups for omap_device

[PATCH V3]hrtimer: Fix a performance regression by disable reprogramming in remove_hrtimer
 2013-08-07  8:25 UTC  (5+ messages)

[PATCH v6 0/8] Sound support for at91sam9x5-wm8731 based boards
 2013-08-07  8:20 UTC  (4+ messages)
` [PATCH v6 2/8] ASoC: atmel: machine driver for at91sam9x5-wm8731 boards

Dear user
 2013-08-07  7:04 UTC 

[RFC PATCH] clock: correct the comparison parameter of MHz
 2013-08-07  8:08 UTC  (3+ messages)

[PATCH 0/3] Add clk driver to register s2mps11 clocks
 2013-08-07  8:00 UTC  (5+ messages)
` [PATCH 1/3] clk: s2mps11: Add support for s2mps11

[PATCH v3 00/11] Add namespace support for syslog
 2013-08-07  7:55 UTC  (13+ messages)
` [PATCH v3 01/11] syslog_ns: add syslog_namespace and put/get_syslog_ns
` [PATCH v3 02/11] syslog_ns: add syslog_ns into user_namespace
` [PATCH v3 03/11] syslog_ns: add init syslog_ns for global syslog
` [PATCH v3 04/11] syslog_ns: make syslog handling per namespace
` [PATCH v3 05/11] syslog_ns: make permisiion check per user namespace
` [PATCH v3 06/11] syslog_ns: use init syslog_ns for console action
` [PATCH v3 07/11] syslog_ns: implement function for creating syslog ns
` [PATCH v3 08/11] syslog_ns: implement ns_printk for specific syslog_ns
` [PATCH v3 09/11] syslog_ns: implement ns_printk_emit "
` [PATCH v3 10/11] syslog_ns: implement ns_console_unlock "
` [PATCH v3 11/11] netfilter: use ns_printk in iptable context

[systemd-devel] Slow firmware timeouts again (Re: [3.11 regression?] iwlwifi firmware takes two minutes to load)
 2013-08-07  7:52 UTC  (8+ 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

[PATCH v3 0/5] iio: mxs-lradc: add support to optional divider_by_two
 2013-08-07  7:50 UTC  (7+ messages)
` [PATCH v3 4/5] iio: mxs-lradc: add scale_available file to channels

[PATCH v2] staging/lustre: lloop depends on BLOCK
 2013-08-07  7:45 UTC  (2+ messages)

[PATCH V2 00/17] EFI stub for ARM
 2013-08-07  7:44 UTC  (19+ messages)
` [PATCH 01/17] EFI stub documentation updates
` [PATCH 02/17] Move common EFI stub code from x86 arch code to common location
` [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 04/17] Rename memory allocation/free functions
` [PATCH 05/17] Add minimum address parameter to efi_low_alloc()
` [PATCH 06/17] rename __get_map() to efi_get_memory_map(), add parameter to optionally return mmap key. The mmap key is required to exit EFI boot services, and allows efi_get_memory_map() to be used for getting final memory map
` [PATCH 07/17] Enforce minimum alignment of 1 page on allocations. The efi_high_alloc() and efi_low_alloc() functions use the EFI_ALLOCATE_ADDRESS option to the EFI function allocate_pages(), which requires a minimum of page alignment, and rejects all other requests
` [PATCH 08/17] Allow efi_free() to be called with size of 0, and do nothing in that case
` [PATCH 09/17] Generalize handle_ramdisks() and rename to handle_cmdline_files()
` [PATCH 10/17] Renames in handle_cmdline_files() to complete generalization
` [PATCH 11/17] Move EFI_READ_CHUNK_SIZE define to shared location
` [PATCH 12/17] Add proper definitions for some EFI function pointers
` [PATCH 13/17] Fix types in EFI calls to match EFI function definitions
` [PATCH 14/17] resolve warnings found on ARM compile
` [PATCH 15/17] Add strstr to compressed string.c for ARM
` [PATCH 16/17] Add EFI stub "
` [PATCH 17/17] Add config EFI_STUB for ARM to Kconfig

[PATCH 0/3] Fix backlight issues on some Windows 8 systems
 2013-08-07  7:44 UTC  (2+ messages)
` Backlight control only in the kernel?

[RFC PATCH 0/4] mm: reclaim zbud pages on migration and compaction
 2013-08-07  7:31 UTC  (6+ messages)
` [RFC PATCH 1/4] zbud: use page ref counter for zbud pages
` [RFC PATCH 3/4] mm: add zbud flag to page flags

[PATCH 1/4] mm, rmap: do easy-job first in anon_vma_fork
 2013-08-07  7:18 UTC  (9+ messages)
` [PATCH 2/4] mm, rmap: allocate anon_vma_chain before starting to link anon_vma_chain
` [PATCH 3/4] mm, rmap: minimize lock hold when unlink_anon_vmas

[PATCH] [V2] gpio: New driver for LSI ZEVIO SoCs
 2013-08-07  7:10 UTC  (2+ messages)

[PATCH 1/1] module: fix sprintf format specifier in param_get_byte()
 2013-08-07  6:43 UTC  (2+ messages)

[ARM ATTEND] arch/arm SoC organization
 2013-08-07  6:57 UTC  (6+ messages)
` [Ksummit-2013-discuss] "

[PATCH v2] x86, AMD: Make cpu_has_amd_erratum() use the correct struct cpuinfo_x86
 2013-08-07  6:51 UTC  (2+ messages)

[PATCH] thermal: exynos: Handle the misplaced TRIMINFO register
 2013-08-07  6:43 UTC  (4+ messages)
` [PATCH v2] "

[PATCH V12 0/14] Paravirtualized ticket spinlocks
 2013-08-07  6:45 UTC  (5+ messages)

[PATCH] [TRIVIAL] ARM: msm: fix compilation error in gpiomux
 2013-08-07  6:34 UTC 

[PATCH] ACPI: Try harder to resolve _ADR collisions for bridges
 2013-08-07  6:32 UTC  (2+ messages)

[PATCH] ARM: dts: Fix memory node in skeleton64.dtsi
 2013-08-07  6:23 UTC  (2+ messages)

[GIT PULL] core/mutexes changes for v3.11: W/W mutex support
 2013-08-07  6:22 UTC  (8+ messages)
      ` [PATCH] mutex: fix deadlock injection

[PATCH v4 0/3] Lm90 Enhancements
 2013-08-07  6:18 UTC  (4+ messages)
` [PATCH v4 1/3] hwmon: (lm90) Define status bits
` [PATCH v4 2/3] hwmon: (lm90) add support to handle IRQ
` [PATCH v4 3/3] hwmon: (lm90) use enums for the indexes of temp8 and temp11

[PATCH v2 1/2] perf tools: Add support for pinned modifier
 2013-08-07  6:18 UTC  (6+ messages)
` [PATCH v2 2/2] perf tests: Add tests of new "

[PATCH 1/3] perf, uncore: add auxiliary pci device support
 2013-08-07  6:17 UTC  (3+ messages)
` [PATCH 2/3] perf, uncore: add filter support for QPI boxes
` [PATCH 3/3] perf, uncore: enable ev_sel_ext bit for PCU

[PATCH] staging/lustre: kiocb->ki_left is removed
 2013-08-07  6:06 UTC  (3+ messages)

[PATCH -tip ] x86/insn: Add Haswell-introduced opcodes
 2013-08-07  6:01 UTC  (5+ messages)
  `  "

linux-next: build failure after merge of the ext4 tree
 2013-08-07  5:59 UTC  (5+ messages)

unused swap offset / bad page map
 2013-08-07  5:51 UTC 

Can we drop __must_check from driver_for_each_device()?
 2013-08-07  5:51 UTC  (4+ messages)

[PATCH 00/11] Add compression support to pstore
 2013-08-07  5:35 UTC  (14+ messages)

[PATCH] genalloc: fix overflow of ending address of memory chunk
 2013-08-07  5:26 UTC 

linux-next: manual merge of the akpm tree with the ext4 tree
 2013-08-07  5:19 UTC 

linux-next: manual merge of the akpm tree with the ext4 tree
 2013-08-07  5:16 UTC 

[RFC] gcc feature request: Moving blocks into sections
 2013-08-07  5:06 UTC  (14+ messages)

[PATCH 0/5] ACPI: acpi_bind_one()/acpi_unbind_one() cleanups
 2013-08-07  5:09 UTC  (2+ messages)

rcu stall warning, again
 2013-08-07  5:05 UTC 

[PATCH v3] backlight: lm3630: apply chip revision
 2013-08-07  4:56 UTC 

[PATCH] lto, watchdog/hpwdt.c: Make assembler label global
 2013-08-07  4:38 UTC  (3+ messages)

[PATCH] acpi: video: improve quirk check
 2013-08-07  4:35 UTC  (6+ messages)

[RFC 0/1] drm/pl111: Initial drm/kms driver for pl111
 2013-08-07  4:23 UTC  (2+ messages)

[PATCH] f2fs: fix a deadlock in fsync
 2013-08-07  4:23 UTC  (3+ messages)

[PATCH V5] pci: exynos: split into two parts such as Synopsys part and Exynos part
 2013-08-07  4:13 UTC 

[RFC PATCH 00/12] KVM: MMU: locklessly wirte-protect
 2013-08-07  4:06 UTC  (4+ messages)
` [PATCH 04/12] KVM: MMU: log dirty page after marking spte writable

[PATCH] checkpatch: Better --fix of SPACING errors
 2013-08-07  4:00 UTC  (2+ messages)

[PATCH 07/16] x86, asmlinkage: Make kprobes code visible and fix assembler code
 2013-08-07  3:55 UTC  (3+ messages)
` [tip:x86/asmlinkage] "

kernel mailing list permalinks
 2013-08-07  3:44 UTC  (5+ messages)

[PATCH 0/2] kernel/sys.c: for setfsgid(), return the current gid when error occurs
 2013-08-07  3:30 UTC  (6+ messages)
` [PATCH 1/2] kernel/sys.c: "

[PATCH] mmc: dw_mmc: Don't disable vmmc if keeping power in suspend
 2013-08-07  3:28 UTC 

[PATCH] ACPI, cpu hotplug: move try_offline_node() after acpi_unmap_lsapic()
 2013-08-07  3:23 UTC  (3+ messages)

acpi_bus_trim does not detach devices in post order
 2013-08-07  3:21 UTC  (6+ messages)

[PATCH v4 0/9] pci: bus and slot reset interfaces
 2013-08-07  2:56 UTC  (4+ messages)
` [PATCH v4 8/9] pci: Tune secondary bus reset timing

paper supplier
 2013-08-07  2:51 UTC 

[PATCH] adjust code alignment
 2013-08-07  1:58 UTC  (5+ messages)
` [PATCH] fs/nfs/inode.c: "

[PATCH v2 RESEND 00/18] Arrange hotpluggable memory as ZONE_MOVABLE
 2013-08-07  1:37 UTC  (4+ messages)
` [PATCH v2 RESEND 11/18] x86, acpi: Try to find SRAT in firmware earlier

[PATCH 00/18] mm, hugetlb: remove a hugetlb_instantiation_mutex
 2013-08-07  1:38 UTC  (9+ messages)
` [PATCH 17/18] mm, hugetlb: retry if we fail to allocate a hugepage with use_reserve

List corruption in hidraw_release in 3.11-rc4
 2013-08-07  1:01 UTC  (2+ messages)

[RFC] iowait/idle time accounting hiccups in NOHZ kernels
 2013-08-07  0:58 UTC  (8+ messages)
        ` [PATCH] proc: Add workaround for idle/iowait decreasing problem

Performance regression from switching lock to rw-sem for anon-vma tree
 2013-08-07  0:56 UTC  (14+ messages)

[PATCH] regulator: fan53555: Prevent multiple include of fan53555.h
 2013-08-07  0:56 UTC 

[PATCH] mm/mempolicy: return NULL if node is NUMA_NO_NODE in get_task_policy
 2013-08-07  0:54 UTC  (3+ messages)

aio: kernel BUG at fs/aio.c:646!
 2013-08-07  0:52 UTC  (5+ messages)
  ` [PATCH aio-next] aio: fix error handling and rcu usage in "convert the ioctx list to table lookup v3"

[PATCH] block: support embedded device command line partition
 2013-08-07  0:10 UTC  (4+ messages)

[PATCH V2 00/11] CPUFreq: Fixes & Cleanups for 3.12
 2013-08-07  0:21 UTC  (2+ messages)

[PATCH 0/2] hugepage: optimize page fault path locking
 2013-08-07  0:08 UTC  (3+ messages)

[PATCH] MAINTAINERS: drivers/power: add entry for SmartReflex AVS drivers
 2013-08-07  0:16 UTC  (4+ messages)

[PATCH] pktcdvd: Fix defective misuses of pkt_<level>
 2013-08-06 23:58 UTC  (3+ messages)

[PATCH] MAINTAINERS: drivers/power: add entry for SmartReflex AVS drivers
 2013-08-06 23:57 UTC  (3+ messages)

[PATCH] pinctrl: msm: Add support for MSM TLMM pinmux
 2013-08-06 23:45 UTC  (12+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).