All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-17 08:00:10 to 2014-04-17 09:17:56 UTC [more...]

[PATCH] .gitignore: ignore Module.symvers in all directories
 2014-04-17  9:17 UTC  (3+ messages)

[Buildroot] [PATCH v4 0/4] Miscellauneus patches
 2014-04-17  9:17 UTC  (10+ messages)
` [Buildroot] [PATCH v4 1/4] Makefile: fix coding style
` [Buildroot] [PATCH v4 2/4] toolchain: add a hidden config option to enable the toolchain package
` [Buildroot] [PATCH v4 3/4] Makefile: let show-targets prints also the dependencies

Kernel crash in bridge module: unable to handle kernel paging request
 2014-04-17  9:00 UTC 

[PATCH] net: Fix ns_capable check in sock_diag_put_filterinfo
 2014-04-17  9:17 UTC  (3+ messages)

Why care about signal when instantiate an crypt template
 2014-04-17  9:20 UTC  (2+ messages)

[Cluster-devel] [GFS2 PATCH] gfs2: quotas not being refreshed in gfs2_adjust_quota
 2014-04-17  9:15 UTC  (2+ messages)

[U-Boot] [PATCH] mmc: Handle switch error status bit in MMC card status
 2014-04-17  9:14 UTC  (4+ messages)

HDMI on OMAP4460: clk rate mismatch warning
 2014-04-17  9:11 UTC  (6+ messages)

Firmware 636 crashed with 4addr
 2014-04-17  9:10 UTC  (11+ messages)

the /dev/xvda can not be mounted and read/write when using xl create domU
 2014-04-17  9:10 UTC  (4+ messages)

[PATCH v3 0/2] ARM: sunxi: Add A31 High Speed Timer Support
 2014-04-17  9:06 UTC  (6+ messages)
` [PATCH v3 1/2] clocksource: sun5i: Add support for reset controller
` [PATCH v3 2/2] ARM: sun6i: a31: Add support for the High Speed Timers

[PATCH 1/2] rt2x00: fix beaconing on USB
 2014-04-17  9:08 UTC 

Calling rte_eal_init multiple times in the same process
 2014-04-17  9:09 UTC 

[PATCH 1/3] git: fix perl binding installation
 2014-04-17  9:07 UTC  (3+ messages)
` [PATCH 2/3] liberror-perl: add 0.17022
` [PATCH 3/3] git: add a runtime depency for liberror-perl to git-perltools

[PATCH 0/3] Use an alternative to _PAGE_PROTNONE for _PAGE_NUMA v4
 2014-04-17  9:06 UTC  (4+ messages)

issue with file-ownership in images
 2014-04-17  9:07 UTC 

[PATCH v5 0/5] KVM: x86: flush tlb out of mmu-lock after write protection
 2014-04-17  9:06 UTC  (6+ messages)
` [PATCH v5 1/5] Revert "KVM: Simplify kvm->tlbs_dirty handling"
` [PATCH v5 2/5] KVM: MMU: properly check last spte in fast_page_fault()
` [PATCH v5 3/5] KVM: MMU: lazily drop large spte
` [PATCH v5 4/5] KVM: MMU: flush tlb if the spte can be locklessly modified
` [PATCH v5 5/5] KVM: MMU: flush tlb out of mmu lock when write-protect the sptes

[PATCH] vt6656/aes_ccmp.c: Fix a sparse "symbol not declared" warning
 2014-04-17  9:03 UTC 

alsa-utils aplay/arecord can't be interrupted when streaming is not active
 2014-04-17  9:03 UTC  (5+ messages)

[patch] perf_event_open.2 -- expand ERRORS section
 2014-04-17  9:03 UTC  (7+ messages)

[PATCH v3 00/16] xen/arm: Add GICv3 support
 2014-04-17  9:02 UTC  (6+ messages)
` [PATCH v3 13/16] xen/arm: Add support for GIC v3

[PATCH 001/14] howto-index.sh: use the $( ... ) construct for command substitution
 2014-04-17  9:00 UTC  (2+ messages)

[meta-oe][PATCH] gimp, gegl, babl: change SRC_URI to http
 2014-04-17  8:59 UTC 

[U-Boot] [PATCH 00/11] MX6: SPL NAND support
 2014-04-17  8:59 UTC  (5+ messages)
` [U-Boot] [PATCH 05/11] MX6: add boot device support SPL

[PATCH 0/6] Arizona Regulator Updates v6
 2014-04-17  8:58 UTC  (4+ messages)
` [PATCH 2/6] regulator: arizona-ldo1: Move setup processing from arizona-core

[U-Boot] [PATCH v3 00/13] ARMv7: add PSCI support to u-boot
 2014-04-17  8:58 UTC  (5+ messages)

[PATCH] net: can: c_can: use proper type for 'instance'
 2014-04-17  8:57 UTC 

[PATCH] OPP regression or PTS issues
 2014-04-17  8:56 UTC  (2+ messages)
` [PATCH] android/pts: Re-run OPP PTS 5.1 test

[PATCH RFC 00/23] tools: add support for FreeBSD
 2014-04-17  8:55 UTC  (2+ messages)

[PATCH] ARM: OMAP2+: don't try to register the main clock twice
 2014-04-17  8:55 UTC  (3+ messages)

[PATCH -tip v9 00/26] kprobes: introduce NOKPROBE_SYMBOL, bugfixes and scalbility efforts
 2014-04-17  8:53 UTC  (29+ messages)
` [PATCH -tip v9 01/26] [BUGFIX]kprobes/x86: Fix page-fault handling logic
` [PATCH -tip v9 02/26] kprobes/x86: Allow to handle reentered kprobe on singlestepping
` [PATCH -tip v9 03/26] kprobes: Prohibit probing on .entry.text code
` [PATCH -tip v9 04/26] kprobes: Introduce NOKPROBE_SYMBOL() macro for blacklist
` [PATCH -tip v9 05/26] [BUGFIX] kprobes/x86: Prohibit probing on debug_stack_*
` [PATCH -tip v9 06/26] [BUGFIX] x86: Prohibit probing on native_set_debugreg/load_idt
` [PATCH -tip v9 07/26] [BUGFIX] x86: Prohibit probing on thunk functions and restore
` [PATCH -tip v9 08/26] kprobes/x86: Call exception handlers directly from do_int3/do_debug
` [PATCH -tip v9 09/26] x86: Call exception_enter after kprobes handled
` [PATCH -tip v9 10/26] kprobes/x86: Allow probe on some kprobe preparation functions
` [PATCH -tip v9 11/26] kprobes: Allow probe on some kprobe functions
` [PATCH -tip v9 12/26] ftrace/*probes: Allow probing on some functions
` [PATCH -tip v9 13/26] x86: Allow kprobes on text_poke/hw_breakpoint
` [PATCH -tip v9 14/26] x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation
` [PATCH -tip v9 15/26] kprobes: Use NOKPROBE_SYMBOL macro instead of __kprobes
` [PATCH -tip v9 16/26] ftrace/kprobes: Use NOKPROBE_SYMBOL macro in ftrace
` [PATCH -tip v9 17/26] notifier: Use NOKPROBE_SYMBOL macro in notifier
` [PATCH -tip v9 18/26] sched: Use NOKPROBE_SYMBOL macro in sched
` [PATCH -tip v9 19/26] kprobes: Show blacklist entries via debugfs
` [PATCH -tip v9 20/26] kprobes: Support blacklist functions in module
` [PATCH -tip v9 21/26] kprobes: Use NOKPROBE_SYMBOL() in sample modules
` [PATCH -tip v9 22/26] kprobes/x86: Use kprobe_blacklist for .kprobes.text and .entry.text
` [PATCH -tip v9 23/26] kprobes/x86: Remove unneeded preempt_disable/enable in interrupt handlers
` [PATCH -tip v9 24/26] kprobes: Enlarge hash table to 512 entries
` [PATCH -tip v9 25/26] kprobes: Introduce kprobe cache to reduce cache misshits
` [PATCH -tip v9 26/26] ftrace: Introduce FTRACE_OPS_FL_SELF_FILTER for ftrace-kprobe

[PATCH 2/3] ext4: fix ZERO_RANGE test failure in data journalling mode
 2014-04-17  8:53 UTC  (2+ messages)

[PATCH v6 0/8] Add support for the Allwinner A31 DMA Controller
 2014-04-17  8:46 UTC  (27+ messages)
` [PATCH v6 1/8] clk: sunxi: Remove calls to clk_put
` [PATCH v6 2/8] ARM: sunxi: Split out the various machines into separate files
` [PATCH v6 3/8] ARM: sunxi: Move the clock protection to machine hooks
` [PATCH v6 4/8] ARM: sun6i: Protect CPU clock
` [PATCH v6 5/8] ARM: sun6i: Protect SDRAM gating bit
` [PATCH v6 6/8] ARM: sun6i: Sort the NMI node by physical address
` [PATCH v6 7/8] DMA: sun6i: Add driver for the Allwinner A31 DMA controller
` [PATCH v6 8/8] ARM: sun6i: dt: Add A31 DMA controller to DTSI

[PATCH] postgresql: add init script and enable some bindings
 2014-04-17  8:50 UTC 

[U-Boot] [PATCH] tools: make imxheader size align on page size
 2014-04-17  8:50 UTC  (5+ messages)

Integrating Golang
 2014-04-17  8:49 UTC  (2+ messages)

[PATCH] makedumpfile: Fix a bug found during regression testing for v1.5.6
 2014-04-17  8:48 UTC  (4+ messages)

[PATCH 0/8] android: GATT IPC definition fixes
 2014-04-17  8:48 UTC  (2+ messages)

[PATCH] perf tools: Adjust symbols in VDSO
 2014-04-17  8:46 UTC  (2+ messages)

[PATCH 0/5] imx ahci DT updates + cubox-i eSATA support
 2014-04-17  8:45 UTC  (4+ messages)
` [PATCH RFC 2/5] ata: ahci_imx: avoid reprobing ahci_imx driver when using DT

[PATCH 0/2] Add GPIO nodes for Berlin BG2 and BG2CD
 2014-04-17  8:45 UTC  (7+ messages)
` [PATCH 1/2] ARM: dts: berlin: add the BG2 GPIO nodes
` [PATCH 2/2] ARM: dts: berlin: add the BG2CD "

linux-next: manual merge of the userns tree with Linus' tree
 2014-04-17  8:44 UTC  (3+ messages)

[PATCH v6 0/9] kexec-tools, x86: E820 memmap pass for kdump
 2014-04-17  8:42 UTC  (11+ messages)
` [PATCH v6 9/9] x86: Pass memory range via E820 "

[PATCH v2] makedumpfile: fix a segmentation fault when physical address exceeds 8TB boundary
 2014-04-17  8:42 UTC  (3+ messages)

[PATCH] ARM: multi_v7_defconfig: select CONFIG_GPIO_DWAPB
 2014-04-17  8:42 UTC  (2+ messages)

[PATCH] ASoC: cs42l51: Fix mask for REVID
 2014-04-17  8:35 UTC 

[PATCH RFC] arm64: 32-bit tolerant sync bitops
 2014-04-17  8:41 UTC  (2+ messages)
` [PATCH] xen: use sync_clear_bit instead of clear_bit

[PATCH v2] makedumpfile: Introduce the mdf_pfn_t type
 2014-04-17  8:38 UTC  (3+ messages)

[PATCH] drm/fb-helper: Fix hpd vs. initial config races
 2014-04-17  8:38 UTC  (2+ messages)

[Bug 77562] New: Display keep blank after resume
 2014-04-17  8:37 UTC  (4+ messages)
` [Bug 77562] "
` [Bug 77562] Display keep blank after resume with radeon HD7310

[libvirt baseline test] 25902: tolerable FAIL
 2014-04-17  8:35 UTC  (2+ messages)

[RFC][PATCH 0/3] Add Freescale FlexTimer Module timer
 2014-04-17  8:34 UTC  (9+ messages)
` [RFC][PATCH 1/3] ARM: dts: vf610: Add Freescale FlexTimer Module timer node

nsenter: passing command arguments
 2014-04-17  8:34 UTC 

[PATCH 1/2] mfd: sec-core: Remove duplicated device type from sec_pmic
 2014-04-17  8:32 UTC  (4+ messages)
` [PATCH 2/2] mfd: sec-core: Update sec_pmic documentation

[PATCH v2] x86/vmx: Add command line option to enable EPT without PAT
 2014-04-17  8:31 UTC  (2+ messages)

when create DMA space to NIC
 2014-04-17  8:29 UTC 

libblkid: Idea to force given cached entry to be invalidated?
 2014-04-17  8:29 UTC  (7+ messages)

[sched] INFO: rcu_sched self-detected stall on CPU { 3}
 2014-04-17  8:28 UTC  (4+ messages)

[PATCH] libahci: ahci interrupt check for disabled port since private_data may be NULL
 2014-04-17  8:29 UTC  (9+ messages)

[PATCH/RFC v3 0/5] LED / flash API integration
 2014-04-17  8:26 UTC  (4+ messages)
` [PATCH/RFC v3 5/5] media: Add registration helpers for V4L2 flash sub-devices

[PATCH v3 0/5] various EPT and related adjustments
 2014-04-17  8:26 UTC  (5+ messages)
` [PATCH v3 5/5] x86/MSI: drop workaround for insecure Dom0 kernels

[PATCH 1/3] ext4: fix COLLAPSE_RANGE failure issue on ext4 with 1KB block size
 2014-04-17  8:25 UTC  (2+ messages)

cgroups: cannot write on file memory.oom_control
 2014-04-17  8:24 UTC  (3+ messages)

[PATCH] mbpi: Parse gsm provider name
 2014-04-17  8:24 UTC  (2+ messages)

[PATCH 5/5] add kvm_arch global live migration variable
 2014-04-17  8:22 UTC  (2+ messages)

[BUG] perf record: does not propagate command error code
 2014-04-17  8:21 UTC  (4+ messages)
` [PATCH 1/2] perf record: Propagate exit status of a command line workload

build break on BSD
 2014-04-17  8:21 UTC  (2+ messages)

Build break on Ubuntu12.04
 2014-04-17  8:21 UTC  (2+ messages)

[U-Boot] [PATCH 2/2] usb: r8a66597: Fix initilization size of r8a66597 info, structure
 2014-04-17  8:20 UTC 

[PATCH 4/5] add 2nd stage page fault handling during live migration
 2014-04-17  8:17 UTC  (2+ messages)

[Xenomai] imx6q xenomai ipipe-3.0-imx6q
 2014-04-17  8:13 UTC 

[Bug 73781] New: acpi-cpufreq cannot be loaded
 2014-04-17  8:13 UTC  (2+ messages)
` [Bug 73781] "

[PATCH] make menuconfig work for recent xfce environment
 2014-04-17  8:13 UTC 

[PATCH 1/2] ext4: Get rid of EXT4_MAP_UNINIT flag
 2014-04-17  8:13 UTC  (4+ messages)
` [PATCH 2/2] ext4: Rename uninitialized extents to unwritten

[U-Boot] [PATCH v3 0/5] ARM: refactor start.S files
 2014-04-17  8:12 UTC  (3+ messages)

[U-Boot] [PATCH] e1000: remove redundant assignment
 2014-04-17  8:10 UTC  (2+ messages)

[PATCH resend] mfd/rtc: s5m: Do not allocate RTC I2C dummy and regmap for unsupported chipsets
 2014-04-17  8:08 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] Do not use __DATE__ and __TIME__ anymore
 2014-04-17  8:08 UTC  (7+ messages)
` [U-Boot] [PATCH 1/5] rand: do not surround function declarations by #ifdef
` [U-Boot] [PATCH 2/5] net: rename and refactor eth_rand_ethaddr() function
` [U-Boot] [PATCH 3/5] blackfin: replace bfin_gen_rand_mac() with eth_random_addr()
` [U-Boot] [PATCH 4/5] fs: ubifs: drop __DATE__ and __TIME__
` [U-Boot] [PATCH 5/5] kbuild: build with -Werror=date-time if the compiler supports it

[PATCH 0/15] dpdk: Separate compile time linkage between eal lib and pmd's
 2014-04-17  8:08 UTC  (7+ messages)
` [PATCH 03/15] pmd: Add PMD_REGISTER_DRIVER macro

[GIT PULL 00/11] perf/core improvements and fixes
 2014-04-17  8:07 UTC  (2+ messages)

[PATCH 3/5] ext4: No need to truncate pagecache twice in collapse range
 2014-04-17  8:07 UTC  (2+ messages)

xl shutdown --wait "racy"
 2014-04-17  8:07 UTC  (10+ messages)

[PATCH] tracing/uprobes: fix uprobe_cpu_buffer memory leak
 2014-04-17  8:05 UTC 

dmcrypt on top of raid5, or raid5 on top of dmcrypt?
 2014-04-17  8:05 UTC  (3+ messages)

[PATCHv2 0/8] Support new Exynos3250 SoC based on Cortex-A7 dual core
 2014-04-17  8:04 UTC  (5+ messages)
` [PATCHv2 5/8] ARM: EXYNOS: Support secondary CPU boot of Exynos3250

automatic submodule deinit (platform specific blacklist)
 2014-04-17  8:02 UTC 

[f2fs-dev] [PATCH] f2fs: fix wrong number of max_nid when init
 2014-04-17  8:01 UTC  (4+ messages)
`  "

[PATCH 00/11] Fixes for omap PM for making omap3 DT only
 2014-04-17  8:00 UTC  (4+ messages)
` [PATCH 10/11] mfd: twl-core: Fix idle mode signaling for omaps when booted with device tree

[PATCH 3/5] live migration support for VM dirty log management
 2014-04-17  8:00 UTC  (2+ messages)

Kernel scanning/freeing to relieve cgroup memory pressure
 2014-04-17  8:00 UTC  (7+ messages)


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.