All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-07-28 18:07:28 to 2014-07-28 19:07:42 UTC [more...]

[PATCH 0/3] parse_bool fixes
 2014-07-28 19:07 UTC  (6+ messages)
` [PATCH 1/3] cmdline_parse: Also pass bool_assert to OPT_CUSTOM so that parse_bool can be used correctly

[PATCH] arm64/crypto: fix makefile rule for aes-glue-%.o
 2014-07-28 19:06 UTC  (12+ messages)

[PATCH 1/2] ARM: LPAE: load upper bits of early TTBR0/TTBR1
 2014-07-28 19:06 UTC  (18+ messages)
` [PATCH 2/2] ARM: LPAE: reduce damage caused by idmap to virtual memory layout

[PATCH] x86, paravirt: BUG_ON on {rd,wr}msr exceptions
 2014-07-28 19:04 UTC  (2+ messages)

[PATCH v4 00/12] sched: consolidation of cpu_capacity
 2014-07-28 18:52 UTC  (6+ messages)
` [PATCH v4 08/12] sched: move cfs task on a CPU with higher capacity

[PATCH v2 3/3] [SCSI] Make LBP quirk skip lbpme checks tests
 2014-07-28 19:05 UTC  (15+ messages)

[PATCH v2 0/4] driver core: allow explicit deferred probe preference
 2014-07-28 19:04 UTC  (7+ messages)
` [PATCH v2 1/4] driver core: move deferred probe add / remove helpers down a bit
` [PATCH v2 2/4] driver core: enable drivers to use deferred probe from init
` [PATCH v2 3/4] cxgb4: ask for deferred probe
` [PATCH v2 4/4] mptsas: "

[PATCH 0/1] add USE_LDCONFIG_CONF_D
 2014-07-28 19:03 UTC  (5+ messages)
` [PATCH 1/1] Add support for ld.so.conf.d

[Buildroot] [PATCH 1/1] xapp_xconsole: Needs MMU
 2014-07-28 19:03 UTC 

[PATCH v2] iommu/arm-smmu: avoid calling request_irq in atomic context
 2014-07-28 19:03 UTC  (4+ messages)

[U-Boot] Please pull u-boot-mpc85xx master
 2014-07-28 19:03 UTC  (2+ messages)

[PATCH 0/5] ref-transactions-rename
 2014-07-28 19:01 UTC  (4+ messages)
` [PATCH 2/5] refs.c: return error instead of dying when locking fails during transaction

[PATCH] ssb: add PCI ID 0x4351
 2014-07-28 19:01 UTC 

[Buildroot] [PATCH 1/2] Postgresql: Enable staging install for packages that need it to build
 2014-07-28 19:00 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] bandwidthd: new package

[PATCH] s390: char: sclp_async.c: Cleaning up missing null-terminate in conjunction with strncpy
 2014-07-28 19:00 UTC  (2+ messages)

i.MX6 status for IPU/VPU/GPU
 2014-07-28 18:59 UTC  (2+ messages)

Cannot boot after the last update
 2014-07-28 18:58 UTC  (14+ messages)

[Qemu-devel] [PATCH for 2.1 V3] qemu-img info: show nocow info
 2014-07-28 18:58 UTC  (3+ messages)

[PATCH v3 0/8] Two-phase seccomp and x86 tracing changes
 2014-07-28 18:58 UTC  (5+ messages)
` [PATCH v3 6/8] x86: Split syscall_trace_enter into two phases
    ` TIF_NOHZ can escape nonhz mask? (Was: [PATCH v3 6/8] x86: Split syscall_trace_enter into two phases)

[PATCH] drm/i915: Fix read back of plane stride register
 2014-07-28 18:56 UTC 

[RESEND][PATCHv2 0/3] Fix for buggy u-boot memory banks
 2014-07-28 18:56 UTC  (4+ messages)

[PATCH 0/3] workqueue: offload the worker-management out from kworker
 2014-07-28 18:55 UTC  (3+ messages)
` [PATCH 2/3] workqueue: use dedicated creater kthread for all pools

vmstat: On demand vmstat workers V8
 2014-07-28 18:55 UTC  (4+ messages)

[RFC] [PATCH] libsemanage: Skip policy module re-link when only setting booleans
 2014-07-28 18:54 UTC  (5+ messages)

[Buildroot] [git commit] postgresql: enable staging installation
 2014-07-28 18:53 UTC 

[Ksummit-discuss] Should we force include <linux/err.h> when compiling all .c files?
 2014-07-28 18:52 UTC  (3+ messages)

[Buildroot] [PATCH] ltris: needs MMU
 2014-07-28 18:52 UTC  (2+ messages)

[Buildroot] [git commit] ltris: needs MMU
 2014-07-28 18:51 UTC 

[PATCH 1/1] drm/i915: Adding Gfx Clock, Wake and Gunit save/restore logic in PM suspend/resume paths
 2014-07-28 18:51 UTC  (3+ messages)

[PATCH 00/19] Introduce ACPI for ARM64 based on ACPI 5.1
 2014-07-28 18:51 UTC  (38+ messages)
` [PATCH 01/19] ARM64 / ACPI: Get RSDP and ACPI boot-time tables
` [PATCH 02/19] ARM64 / ACPI: Introduce early_param for "acpi"
` [PATCH 03/19] ARM64 / ACPI: Introduce lowlevel suspend function
` [PATCH 04/19] ARM64 / ACPI: Introduce arch_fix_phys_package_id() for cpu topology
` [PATCH 19/19] Documentation: ACPI for ARM64

[PATCH v3 0/10] getcwd without PATH_MAX
 2014-07-28 18:51 UTC  (13+ messages)
` [PATCH v3 01/10] strbuf: add strbuf_getcwd()
` [PATCH v3 02/10] unix-sockets: use strbuf_getcwd()
` [PATCH v3 03/10] setup: convert setup_git_directory_gently_1 et al. to strbuf
` [PATCH 04/10] abspath: use strbuf_getcwd() to remember original working directory
` [PATCH v3 05/10] abspath: convert real_path_internal() to strbuf
` [PATCH v3 06/10] wrapper: add xgetcwd()
` [PATCH v3 07/10] use xgetcwd() to get the current directory or die
` [PATCH v3 08/10] use xgetcwd() to set $GIT_DIR
` [PATCH v3 09/10] abspath: convert absolute_path() to strbuf
` [PATCH v3 10/10] use strbuf_add_absolute_path() to add absolute paths
` [PATCH v3 04/10] abspath: use strbuf_getcwd() to remember original working directory

hwclock --compare segfaults when run as normal user
 2014-07-28 18:50 UTC  (5+ messages)

[PATCH -tip/master 1/7] locking/mutex: Unify arguments in lock/unlock slowpaths
 2014-07-28 18:50 UTC  (8+ messages)
` [PATCH -tip/master 3/7] locking/mcs: Remove obsolete comment
` [PATCH -tip/master 7/7] Documentation: Update locking/mutex-design.txt disadvantages

[PATCH lttng-tools] Change wfq usages for wfcq
 2014-07-28 18:50 UTC 

[PATCH 1/3] mm/hugetlb: replace parameters of follow_huge_pmd/pud()
 2014-07-28 18:08 UTC  (6+ messages)
` [PATCH 2/3] mm/hugetlb: take refcount under page table lock in follow_huge_pmd()
` [PATCH 3/3] mm/hugetlb: use get_page_unless_zero() in hugetlb_fault()

[Buildroot] [PATCH v6] toolchain: add option to copy the gconv libraries
 2014-07-28 18:50 UTC  (2+ messages)

[meta-oe][PATCH] uprev openldap 2.4.39
 2014-07-28 18:50 UTC 

[PATCH 1/3] driver core: enable drivers to use deferred probe from init
 2014-07-28 18:48 UTC  (12+ messages)

[PATCH 3/6] drm: Add rotation_property to mode_config
 2014-07-28 18:47 UTC  (4+ messages)
` [PATCH] drm: Add rotation_property to mode_config and creating it

[Buildroot] [PATCH 1/3] perl-mojolicious: bump to version 5.21
 2014-07-28 18:47 UTC  (2+ messages)

EL3 firmware init of cores ( was Re: [PATCH] arm64: Flush the process's mm context TLB entries when switching)
 2014-07-28 18:46 UTC  (2+ messages)

[Buildroot] [git commit] perl-module-build: bump to version 0.4206
 2014-07-28 18:45 UTC 

[Buildroot] [git commit] perl-net-ssleay: bump to version 1.65
 2014-07-28 18:45 UTC 

[Buildroot] [git commit] perl-mojolicious: bump to version 5.21
 2014-07-28 18:44 UTC 

[PATCH] init: avoid superfluous real_path() calls
 2014-07-28 18:42 UTC 

[Xenomai] GPL in nucleus user libs?
 2014-07-28 18:42 UTC  (2+ messages)

Random panic in load_balance() with 3.16-rc
 2014-07-28 18:41 UTC  (13+ messages)

[PATCH v3 0/1] Add iommu map_sg/unmap_sg calls
 2014-07-28 18:38 UTC  (4+ messages)
` [PATCH v3 1/1] iommu-api: Add map_sg/unmap_sg functions

[PATCH 0/3] Fixes for runtime PM on planes APIs
 2014-07-28 18:37 UTC  (6+ messages)
` [PATCH 1/3] drm/i915: fix cursor handling when runtime suspended
` [PATCH 1/2] tests/pm_rpm: add cursor subtests
` [PATCH 2/3] drm/i915: get runtime PM when pinning sprite objects
` [PATCH 2/2] tests/pm_rpm: add planes subtests
` [PATCH 3/3] drm/i915: get runtime PM when pinning primary plane objects

[v2] input: drv260x: Add TI drv260x haptics driver
 2014-07-28 17:59 UTC  (3+ messages)

[PATCH] packagegroup-core-standalone-sdk-target: include static libs
 2014-07-28 18:36 UTC  (2+ messages)

[Bug 54437] New: linux-nouveau2.6 (3.6.0-rc4) : GTX580 : Xorg freezes when using accel
 2014-07-28 18:36 UTC  (2+ messages)
  ` [Bug 54437] [NVC8] "

Multi Core Support for compression in compression.c
 2014-07-28 18:36 UTC  (8+ messages)

Desktop Ceph Cluster up for grabs!
 2014-07-28 18:36 UTC 

Tegra baseline test results for v3.16-rc7
 2014-07-28 18:35 UTC  (2+ messages)

User Space Events Not creating Logs
 2014-07-28 18:35 UTC 

Pull an external [global] section into an .fio file?
 2014-07-28 18:35 UTC  (3+ messages)

[PATCH v8 0/6] xen: systemd support
 2014-07-28 18:33 UTC  (6+ messages)

[GIT PULL] soc-camera for 3.17
 2014-07-28 18:32 UTC 

[U-Boot] [PATCH v2 0/9] Introduce driver model serial uclass
 2014-07-28 18:31 UTC  (6+ messages)
` [U-Boot] [PATCH v2 8/9] dm: exynos: Move serial to driver model

Verifying Execution Integrity in Untrusted hypervisors
 2014-07-28 18:31 UTC  (3+ messages)

[PATCH] Bluetooth: Fix incorrectly disabling page scan when toggling connectable
 2014-07-28 18:31 UTC  (2+ messages)

[Powertop] not getting the power consumption numbers
 2014-07-28 18:29 UTC 

[Patch V2 0/2] Generalize use of i2c quirk for Armada XP
 2014-07-28 18:29 UTC  (5+ messages)
` [Patch V2 2/2] i2c: mv64xxx: Remove internal compatible string from Documentation

ASoC: Device tree binding to dummy codec
 2014-07-28 18:28 UTC  (11+ messages)

[Buildroot] [PATCH v3 0/3] Add libgtk3 and bump webkit to version 2.4.3
 2014-07-28 18:27 UTC  (3+ messages)
` [Buildroot] [PATCH v3 1/3] libgtk3: new package

[PATCH 0/6] qla2xxx device removal fixups
 2014-07-28 18:26 UTC  (2+ messages)

What is the best way to accomplish "decapsulate any" functionality?
 2014-07-28 18:26 UTC  (2+ messages)

[PATCH] kthread_work: add cancel_kthread_work[_sync]()
 2014-07-28 18:20 UTC  (4+ messages)
` [PATCH UPDATED] "

git diff-tree commit detail bug in 2.0.2 and 2.0.3
 2014-07-28 18:19 UTC  (6+ messages)

[PATCH] kthread_work: remove the unused wait_queue_head
 2014-07-28 18:19 UTC  (2+ messages)
` [PATCH UPDATED] "

[PATCH v2] ASoC: wm8962: Let CODEC driver enable and disable its own MCLK
 2014-07-28 18:19 UTC  (3+ messages)
  ` [alsa-devel] "

[PATCH] drm/rcar-du: Fix maximum frame buffer pitch computation
 2014-07-28 18:18 UTC  (2+ messages)

Build failures on Linus's tree for cris
 2014-07-28 18:16 UTC  (3+ messages)
` [PATCH 1/8] cris: fix headers_install

[PATCH 0/2] load balancing fixes
 2014-07-28 18:16 UTC  (3+ messages)
` [PATCH 1/2] sched: fix and clean up calculate_imbalance
` [PATCH 2/2] sched: make update_sd_pick_busiest return true on a busier sd

[PATCH] arm64: ignore DT memreserve entries when booting in UEFI mode
 2014-07-28 18:14 UTC  (3+ messages)

[B.A.T.M.A.N.] [PATCH] alfred: Make unix socket path configurable
 2014-07-28 18:14 UTC  (3+ messages)

[Powertop] [PATCH POWERTOP] Remove temporary file created during calibration
 2014-07-28 18:13 UTC 

Deleting a 5 GB directory in Reiser4 hangs system(s)
 2014-07-28 18:12 UTC  (4+ messages)

[Powertop] [PATCH POWERTOP] Fix various resource leaks
 2014-07-28 18:12 UTC 

[PATCH] kthread_work: wake up worker only when the worker is idle
 2014-07-28 18:11 UTC  (2+ messages)

OMAP3/AM3517 EHCI USB Issue
 2014-07-28 18:10 UTC 

[PATCH v10 0/3] xen: add systemd support
 2014-07-28 18:07 UTC  (4+ messages)
` [PATCH v10 1/3] xencommons: move module list into a generic place
` [PATCH v10 2/3] autoconf: xen: enable explicit preference option for xenstored preference
` [PATCH v10 3/3] systemd: add xen systemd service and module files

[PATCH 0/4] au0828: add support for IR decoding
 2014-07-28 18:07 UTC  (5+ messages)
` [PATCH 1/4] au0828: improve I2C speed
` [PATCH 2/4] rc-main: allow raw protocol drivers to restrict the allowed protos
` [PATCH 3/4] au0828: add support for IR on HVR-950Q
` [PATCH 4/4] ir-rc5-decoder: print the failed count


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.