All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-08-27 02:27:09 to 2014-08-27 04:18:09 UTC [more...]

[PATCHv2 00/14] arm64: eBPF JIT compiler
 2014-08-27  4:15 UTC  (33+ messages)
` [PATCHv2 01/14] arm64: introduce aarch64_insn_gen_comp_branch_imm()
` [PATCHv2 02/14] arm64: introduce aarch64_insn_gen_branch_reg()
` [PATCHv2 03/14] arm64: introduce aarch64_insn_gen_cond_branch_imm()
` [PATCHv2 04/14] arm64: introduce aarch64_insn_gen_load_store_reg()
` [PATCHv2 05/14] arm64: introduce aarch64_insn_gen_load_store_pair()
` [PATCHv2 06/14] arm64: introduce aarch64_insn_gen_add_sub_imm()
` [PATCHv2 07/14] arm64: introduce aarch64_insn_gen_bitfield()
` [PATCHv2 08/14] arm64: introduce aarch64_insn_gen_movewide()
` [PATCHv2 09/14] arm64: introduce aarch64_insn_gen_add_sub_shifted_reg()
` [PATCHv2 10/14] arm64: introduce aarch64_insn_gen_data1()
` [PATCHv2 11/14] arm64: introduce aarch64_insn_gen_data2()
` [PATCHv2 12/14] arm64: introduce aarch64_insn_gen_data3()
` [PATCHv2 13/14] arm64: introduce aarch64_insn_gen_logical_shifted_reg()
` [PATCHv2 14/14] arm64: eBPF JIT compiler

[net-next v3 1/3] udp: Expand UDP tunnel common APIs
 2014-08-27  4:15 UTC  (6+ messages)
` [net-next v3 2/3] vxlan: Refactor vxlan driver to make use of the common UDP tunnel functions
` [net-next v3 3/3] l2tp: Refactor l2tp core "

[PATCH V2 0/3] Adding UHS support for dw_mmc driver
 2014-08-27  4:14 UTC  (14+ messages)
` [PATCH V2 3/3] mmc: dw_mmc: Dont cut off vqmmc and vmmc

overcommitting CPUs
 2014-08-27  4:14 UTC  (4+ messages)

[PATCH v2 0/5] ARM: shmobile: correct memory maps
 2014-08-27  4:13 UTC  (8+ messages)

[PATCH] mmc: dw_mmc: Pass back errors from mmc_of_parse()
 2014-08-27  4:13 UTC  (2+ messages)

Curious about corner case in btrfs code
 2014-08-27  4:08 UTC  (7+ messages)

[PATCH 0/3] x86: Full support of PAT
 2014-08-27  4:07 UTC  (4+ messages)
` [PATCH 1/3] x86: Make page cache mode a real type
    ` [Xen-devel] "

[PATCH 3/5]: ipr: kexec boot speed improvements
 2014-08-27  4:06 UTC  (3+ messages)

[PATCH 1/3] Adding Skyworks SKY81452 MFD driver
 2014-08-27  4:06 UTC  (6+ messages)

[PATCH 1/5] ipr: Add support for async scanning to speed up boot
 2014-08-27  4:04 UTC  (2+ messages)

[PATCH RFC v7 net-next 00/28] BPF syscall
 2014-08-27  3:56 UTC  (36+ messages)
` [PATCH RFC v7 net-next 01/28] net: filter: add "load 64-bit immediate" eBPF instruction
` [PATCH RFC v7 net-next 02/28] net: filter: split filter.h and expose eBPF to user space
` [PATCH RFC v7 net-next 03/28] bpf: introduce syscall(BPF, ...) and BPF maps
` [PATCH RFC v7 net-next 04/28] bpf: enable bpf syscall on x64 and i386
` [PATCH RFC v7 net-next 05/28] bpf: add lookup/update/delete/iterate methods to BPF maps
` [PATCH RFC v7 net-next 06/28] bpf: add hashtable type of "
` [PATCH RFC v7 net-next 07/28] bpf: expand BPF syscall with program load/unload
` [PATCH RFC v7 net-next 08/28] bpf: handle pseudo BPF_CALL insn
` [PATCH RFC v7 net-next 09/28] bpf: verifier (add docs)
` [PATCH RFC v7 net-next 10/28] bpf: verifier (add ability to receive verification log)
` [PATCH RFC v7 net-next 11/28] bpf: handle pseudo BPF_LD_IMM64 insn
` [PATCH RFC v7 net-next 12/28] bpf: verifier (add branch/goto checks)
` [PATCH RFC v7 net-next 13/28] bpf: verifier (add verifier core)
` [PATCH RFC v7 net-next 14/28] bpf: verifier (add state prunning optimization)
` [PATCH RFC v7 net-next 15/28] bpf: allow eBPF programs to use maps
` [PATCH RFC v7 net-next 16/28] bpf: split eBPF out of NET
` [PATCH RFC v7 net-next 17/28] tracing: allow eBPF programs to be attached to events
` [PATCH RFC v7 net-next 18/28] tracing: allow eBPF programs call printk()
` [PATCH RFC v7 net-next 19/28] tracing: allow eBPF programs to be attached to kprobe/kretprobe
` [PATCH RFC v7 net-next 20/28] tracing: allow eBPF programs to call ktime_get_ns() and get_current()
` [PATCH RFC v7 net-next 21/28] samples: bpf: add mini eBPF library to manipulate maps and programs
` [PATCH RFC v7 net-next 22/28] samples: bpf: example of tracing filters with eBPF
` [PATCH RFC v7 net-next 23/28] bpf: verifier test
` [PATCH RFC v7 net-next 24/28] bpf: llvm backend
` [PATCH RFC v7 net-next 25/28] samples: bpf: elf file loader
` [PATCH RFC v7 net-next 26/28] samples: bpf: eBPF example in C
` [PATCH RFC v7 net-next 27/28] samples: bpf: counting "
` [PATCH RFC v7 net-next 28/28] samples: bpf: IO latency analysis (iosnoop/heatmap)

[PATCH V5 0/5] Add XEN pvSCSI support
 2014-08-27  3:50 UTC  (8+ messages)
` [PATCH V5 5/5] add xen pvscsi maintainer
    ` [Xen-devel] "

[PATCH net v3 1/4] tg3: Limit minimum tx queue wakeup threshold
 2014-08-27  3:40 UTC  (3+ messages)
` [PATCH net v3 4/4] tg3: Fix tx_pending checks for tg3_tso_bug

[PATCH v10 00/21] Support ext4 on NV-DIMMs
 2014-08-27  3:45 UTC  (22+ messages)
` [PATCH v10 01/21] axonram: Fix bug in direct_access
` [PATCH v10 02/21] Change direct_access calling convention
` [PATCH v10 03/21] Fix XIP fault vs truncate race
` [PATCH v10 04/21] Allow page fault handlers to perform the COW
` [PATCH v10 05/21] Introduce IS_DAX(inode)
` [PATCH v10 06/21] Add copy_to_iter(), copy_from_iter() and iov_iter_zero()
` [PATCH v10 07/21] Replace XIP read and write with DAX I/O
` [PATCH v10 08/21] Replace ext2_clear_xip_target with dax_clear_blocks
` [PATCH v10 09/21] Replace the XIP page fault handler with the DAX page fault handler
` [PATCH v10 10/21] Replace xip_truncate_page with dax_truncate_page
` [PATCH v10 11/21] Replace XIP documentation with DAX documentation
` [PATCH v10 12/21] Remove get_xip_mem
` [PATCH v10 13/21] ext2: Remove ext2_xip_verify_sb()
` [PATCH v10 14/21] ext2: Remove ext2_use_xip
` [PATCH v10 15/21] ext2: Remove xip.c and xip.h
` [PATCH v10 16/21] Remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX
` [PATCH v10 17/21] ext2: Remove ext2_aops_xip
` [PATCH v10 18/21] Get rid of most mentions of XIP in ext2
` [PATCH v10 19/21] xip: Add xip_zero_page_range
` [PATCH v10 20/21] ext4: Add DAX functionality
` [PATCH v10 21/21] brd: Rename XIP to DAX

[PATCH 00/27] e2fsprogs Summer 2014 patchbomb, part 5.1
 2014-08-27  3:45 UTC  (9+ messages)
` [PATCH 07/27] contrib: add script to help resync journal code with kernel
` [PATCH 08/27] e2fsck: resync jbd2 recovery code from Linux 3.16
` [PATCH 09/27] e2fsck: resync jbd2 revoke "
` [PATCH 10/27] e2fsck: fix infinite loop when recovering corrupt journal blocks

[next:master 2111/2346] mm/nobootmem.c:122:28: note: in expansion of macro 'ULLONG_MAX'
 2014-08-27  3:41 UTC 

Re:
 2014-08-27  3:40 UTC  (3+ messages)
` (UVD RS780 first impression)

kernel: signal: NULL ptr deref when killing process
 2014-08-27  3:38 UTC  (6+ messages)

[Bug 82455] New: Failed to allocate virtual address for buffer
 2014-08-27  3:36 UTC  (2+ messages)
` [Bug 82455] "

[PATCH 1/9] drm/radeon: wake up all fences on manual reset
 2014-08-27  3:33 UTC  (2+ messages)

[Xenomai] Computing real time benchmarks
 2014-08-27  3:31 UTC 

[Qemu-devel] [RFC PATCH V5 0/3] Support xen HVM direct kernel boot
 2014-08-27  3:26 UTC  (7+ messages)
          `  "

[PATCH] memory-hotplug: fix not enough check of valid_zones
 2014-08-27  3:22 UTC  (5+ messages)

[meta-fsl-arm][PATCH 0/6] Add recipes for layerscape1 support
 2014-08-27  3:23 UTC  (5+ messages)
` [meta-fsl-arm][PATCH 3/6] Add kernel recipe for Layerscape1 support

[Xenomai] Overrun error
 2014-08-27  3:22 UTC 

[PATCH] random: add and use memzero_explicit() for clearing data
 2014-08-27  3:21 UTC  (3+ messages)

PERF PARAMETERS
 2014-08-27  3:21 UTC 

[PATCH 00/16] rcu: Some minor fixes and cleanups
 2014-08-27  3:20 UTC  (4+ messages)

mm: BUG in unmap_page_range
 2014-08-27  3:16 UTC  (8+ messages)

fetcher failure in bitbake
 2014-08-27  3:15 UTC  (6+ messages)

[PATCH 0/8] ASoC: simple-card: DPCM support
 2014-08-27  3:14 UTC  (13+ messages)
` [PATCH 8/8] ASoC: add snd-soc-dummy DT support
  ` [alsa-devel] "

[Qemu-devel] [PATCH v4 0/5] This series adds iotest case for IO throttling
 2014-08-27  3:12 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 2/5] qtest: Add scripts/qtest/qtest.py

[Qemu-trivial] [PATCH] scripts: Remove scripts/qtest
 2014-08-27  3:11 UTC  (2+ messages)
` [Qemu-devel] "

[PATCHv10 0/5] ARM: remove the sub-node and deprecate supports-highspeed property for dwmmc
 2014-08-27  3:11 UTC  (9+ messages)

Implementing bus recovery
 2014-08-27  3:08 UTC  (4+ messages)

[GIT PULL 0/2] KVM: s390: Fixes for 3.17
 2014-08-27  3:06 UTC  (3+ messages)
` [GIT PULL 2/2] KVM: s390/mm: try a cow on read only pages for key ops

[PATCH] drm/radeon: soft reset uvd on RV770 uvd init
 2014-08-27  3:04 UTC 

[PATCH v4] zram: add num_{discard_req, discarded} for discard stat
 2014-08-27  3:02 UTC  (2+ messages)

gdbsx - xg_attach:Unable to pause domain:1; failed to attach to domain:1 errno:13
 2014-08-27  3:02 UTC  (3+ messages)

[U-Boot] [PATCH v9 0/14] Add some missing buildman features and deprecate MAKEALL
 2014-08-27  3:00 UTC  (11+ messages)
` [U-Boot] [PATCH v9 10/14] buildman: Remove the directory prefix from each error line
` [U-Boot] [PATCH v9 11/14] buildman: Add an option to show which boards caused which errors

[Xenomai] Xenomai and usb4rt IRQ issues
 2014-08-27  2:59 UTC 

[Qemu-devel] [PATCH] curl: Add override_accept_ranges flag to force sending range
 2014-08-27  2:57 UTC  (4+ messages)
` [Qemu-devel] [PATCH] curl: Add override_accept_ranges flag to force sending range requests

[PATCH 0/2] ARM: Remove lowmem limit for default CMA region
 2014-08-27  2:57 UTC  (11+ messages)

[Qemu-devel] [PATCH v2] blkdebug: make the fault injection functionality callable from QMP
 2014-08-27  2:54 UTC  (2+ messages)

[PATCH v3 0/4] expose lm90 to thermal fw
 2014-08-27  2:54 UTC  (13+ messages)
` [PATCH v3 3/4] thermal: add more description for thermal-zones
          ` [lm-sensors] "

[PATCH v5 0/4] zram memory control enhance
 2014-08-27  2:51 UTC  (8+ messages)
` [PATCH v5 3/4] zram: zram memory size limitation

[Qemu-devel] [PATCH v3 0/8] block: Asynchronous request cancellation
 2014-08-27  2:49 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 1/8] block: Add refcnt in BlockDriverAIOCB
` [Qemu-devel] [PATCH v3 2/8] block: Add bdrv_aio_cancel_async
` [Qemu-devel] [PATCH v3 3/8] tests: Add testing code for bdrv_aio_cancel_async
` [Qemu-devel] [PATCH v3 4/8] linux-aio: Implement .cancel_async
` [Qemu-devel] [PATCH v3 5/8] thread-pool: "
` [Qemu-devel] [PATCH v3 6/8] dma: "
` [Qemu-devel] [PATCH v3 7/8] block: Implement bdrv_em_co_aiocb_info.cancel_async
` [Qemu-devel] [PATCH v3 8/8] iscsi: Implement .cancel_async in acb info

[v4][PATCH 0/9] xen: reserve RMRR to avoid conflicting MMIO/RAM
 2014-08-27  2:47 UTC  (12+ messages)
` [v4][PATCH 4/9] tools:libxc: check if mmio BAR is out of RMRR mappings
` [v4][PATCH 5/9] hvm_info_table: introduce nr_reserved_device_memory_map

[patch net-next RFC 00/12] introduce rocker switch driver with openvswitch hardware accelerated datapath
 2014-08-27  2:45 UTC  (4+ messages)
` [patch net-next RFC 03/12] net: introduce generic switch devices support

cron job: media_tree daily build: WARNINGS
 2014-08-27  2:41 UTC 

[PATCH V2 1/3] Revert "perf tools: Default to cpu// for events v5"
 2014-08-27  2:33 UTC  (3+ messages)
` [PATCH V2 2/3] perf tools: parse the pmu event prefix and surfix
` [PATCH V2 3/3] perf tools: Add support to new style format of kernel PMU event

[PATCH v1 0/1] gpio-restart restart handler
 2014-08-27  2:40 UTC  (3+ messages)
` [PATCH v1 1/1] power: Add simple gpio-restart driver

[PATCH] net: stmmac: add dcrs parameter
 2014-08-27  2:36 UTC  (8+ messages)

[RESEND] clk: ppc-corenet: Add Freescale ARM-based platforms CLK_OF_DECLARE support
 2014-08-27  2:19 UTC  (3+ messages)

[PATCH] linux-dummy: bundle_initramfs should not be nostamp any more
 2014-08-27  2:31 UTC 

[PATCH v18 00/11] Remus/Libxl: Remus network buffering and drbd disk
 2014-08-27  2:27 UTC  (6+ messages)
` [PATCH v18 04/11] libxl/remus: introduce an abstract Remus device layer

[acpi/osl] inconsistent {SOFTIRQ-ON-W} -> {IN-SOFTIRQ-R} usage
 2014-08-27  2:27 UTC 


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.