All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-09-14 21:29:10 to 2015-09-14 22:50:34 UTC [more...]

[PATCH] Remove #ifdef CONFIG_64BIT from all asm-generic/fcntl.h
 2015-09-14 22:50 UTC  (9+ messages)
  ` [PATCH v3] Remove #ifdef CONFIG_* from all userspace headers

[PATCH] Remove #ifdef CONFIG_64BIT from all asm-generic/fcntl.h
 2015-09-14 22:50 UTC  (5+ messages)

[PATCH v4 0/2] ethdev: add port speed capability bitmap
 2015-09-14 22:50 UTC  (7+ messages)

[net-next PATCH] net: sched: document attach_default_qdiscs
 2015-09-14 22:49 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/shuah/linux-kselftest
 2015-09-14 22:48 UTC 

[PATCH v3 0/8] Making the generic ACPI GSI layer irqdomain aware
 2015-09-14 23:15 UTC  (3+ messages)
` [PATCH v3 2/8] genirq: irqdomain: Remove irqdomain dependency on struct device_node

[PATCH 00/19] Lustre fixes
 2015-09-14 22:41 UTC  (20+ messages)
` [PATCH 01/19] staging/lustre/lnet: Reenable lnet router debugfs
` [PATCH 02/19] staging/lustre/obdclass: reorganize busy object accounting
` [PATCH 03/19] staging/lustre/llite: cleanup open handle for client open failure
` [PATCH 04/19] staging/lustre/llite: strengthen checks for hsm flags and archive id
` [PATCH 05/19] staging/lustre/ptlrpc: remove LUSTRE_MSG_MAGIC_V1 support
` [PATCH 06/19] staging/lustre/lmv: fix potential null pointer dereference
` [PATCH 07/19] staging/lustre/llite: deny non-root user for changelog operations
` [PATCH 08/19] staging/lustre/o2iblnd: connection refcount fix for kiblnd_post_rx
` [PATCH 09/19] staging/lustre/osc: LBUG in osc_lru_reclaim
` [PATCH 10/19] staging/lustre/libcfs: minor fix in cfs_hash_for_each_relax()
` [PATCH 11/19] staging/lustre/lnet: fix deadloop in ksocknal_push
` [PATCH 12/19] staging/lustre/o2iblnd: wrong uses of kib_tx_t::tx_nfrags
` [PATCH 13/19] staging/lustre/llite: ASSERTION( atomic_read(&d->ld_ref) == 0 ) failed
` [PATCH 14/19] staging/lustre/obdclass: Eliminate hash bucket scans in lu_cache_shrink
` [PATCH 15/19] staging/lustre: Remove unused MAY_ constants
` [PATCH 16/19] staging/lustre/osc: use global osc_rq_pool to reduce memory usage
` [PATCH 17/19] staging/lustre/o2iblnd: leak cmid in kiblnd_dev_need_failover
` [PATCH 18/19] staging/lustre/libcfs: remove unused cfs_timer_done
` [PATCH 19/19] staging/lustre/ptlrpc: make ptlrpcd threads cpt-aware

[PATCH v2] net: mvneta: fix refilling for Rx DMA buffers
 2015-09-14 22:46 UTC  (8+ messages)

[PATCH V10] Report interrupt that caused system wakeup
 2015-09-14 23:12 UTC  (2+ messages)

DSA: phy polling
 2015-09-14 22:41 UTC  (5+ messages)

[Qemu-devel] [PATCH v16 00/35] TileGX basic instructions
 2015-09-14 22:43 UTC  (36+ messages)
` [Qemu-devel] [PATCH v16 01/35] linux-user: tilegx: Add architecture related features
` [Qemu-devel] [PATCH v16 02/35] linux-user: Support tilegx architecture in linux-user
` [Qemu-devel] [PATCH v16 03/35] linux-user: Conditionalize syscalls which are not defined in tilegx
` [Qemu-devel] [PATCH v16 04/35] target-tilegx: Add opcode basic implementation from Tilera Corporation
` [Qemu-devel] [PATCH v16 05/35] target-tilegx: Modify opcode_tilegx.h to fit QEMU usage
` [Qemu-devel] [PATCH v16 06/35] target-tilegx: Modify _SPECIAL_ opcodes
` [Qemu-devel] [PATCH v16 07/35] target-tilegx: Fix LDNA_ADD_IMM8_OPCODE_X1
` [Qemu-devel] [PATCH v16 08/35] target-tilegx: Add special register information from Tilera Corporation
` [Qemu-devel] [PATCH v16 09/35] target-tilegx: Add cpu basic features for linux-user
` [Qemu-devel] [PATCH v16 10/35] target-tilegx: Add several helpers for instructions translation
` [Qemu-devel] [PATCH v16 11/35] target-tilegx: Framework for decoding bundles
` [Qemu-devel] [PATCH v16 12/35] target-tilegx: Generate SEGV properly
` [Qemu-devel] [PATCH v16 13/35] target-tilegx: Add TILE-Gx building files
` [Qemu-devel] [PATCH v16 14/35] target-tilegx: Handle simple logical operations
` [Qemu-devel] [PATCH v16 15/35] target-tilegx: Handle arithmetic instructions
` [Qemu-devel] [PATCH v16 16/35] host-utils: Add revbit functions
` [Qemu-devel] [PATCH v16 17/35] target-arm: Use new "
` [Qemu-devel] [PATCH v16 18/35] target-tilegx: Handle most bit manipulation instructions
` [Qemu-devel] [PATCH v16 19/35] target-tilegx: Handle basic load and store instructions
` [Qemu-devel] [PATCH v16 20/35] target-tilegx: Handle post-increment "
` [Qemu-devel] [PATCH v16 21/35] target-tilegx: Handle unconditional jump instructions
` [Qemu-devel] [PATCH v16 22/35] target-tilegx: Handle conditional branch instructions
` [Qemu-devel] [PATCH v16 23/35] target-tilegx: Handle comparison instructions
` [Qemu-devel] [PATCH v16 24/35] target-tilegx: Implement system and memory management instructions
` [Qemu-devel] [PATCH v16 25/35] target-tilegx: Handle bitfield instructions
` [Qemu-devel] [PATCH v16 26/35] target-tilegx: Handle shift instructions
` [Qemu-devel] [PATCH v16 27/35] target-tilegx: Handle conditional move instructions
` [Qemu-devel] [PATCH v16 28/35] target-tilegx: Handle scalar multiply instructions
` [Qemu-devel] [PATCH v16 29/35] target-tilegx: Handle mask instructions
` [Qemu-devel] [PATCH v16 30/35] target-tilegx: Handle v1cmpeq, v1cmpne
` [Qemu-devel] [PATCH v16 31/35] target-tilegx: Handle mtspr, mfspr
` [Qemu-devel] [PATCH v16 32/35] target-tilegx: Handle atomic instructions
` [Qemu-devel] [PATCH v16 33/35] target-tilegx: Handle v4int_l/h
` [Qemu-devel] [PATCH v16 34/35] target-tilegx: Handle v1shli, v1shrui
` [Qemu-devel] [PATCH v16 35/35] target-tilegx: Handle v1shl, v1shru, v1shrs

[Buildroot] [PATCH] micropython: new package
 2015-09-14 22:44 UTC  (3+ messages)

What's cooking in git.git (Sep 2015, #03; Mon, 14)
 2015-09-14 22:43 UTC 

post-receive: pub/scm/git/git-htmldocs
 2015-09-14 22:42 UTC 

[ANNOUNCE] Git v2.6.0-rc2
 2015-09-14 22:42 UTC 

post-receive: pub/scm/git/git
 2015-09-14 22:42 UTC 

post-receive: pub/scm/git/git
 2015-09-14 22:42 UTC 

[Buildroot] Mailing list address
 2015-09-14 22:40 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/lua-periphery: bump to version 1.0.6
 2015-09-14 22:40 UTC 

icetead7-native build failure with Yocto 1.8 on fedora-22
 2015-09-14 22:35 UTC 

rbd lock list command failure
 2015-09-14 22:35 UTC  (2+ messages)

Patches generated by "git format-patch -M -B" can't be applied with "git apply"?
 2015-09-14 22:32 UTC  (3+ messages)

[Bug 103271] New: AMD R9 270X Flickering with DPM Enabled on Linux 4.1 with RadeonSI
 2015-09-14 22:31 UTC  (2+ messages)
` [Bug 103271] "

[v4.0][v4.1][v4.2][Regression] tpm: fix raciness of PPI interface lookup
 2015-09-14 22:26 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/ibrcommon: fix basename call under musl
 2015-09-14 22:26 UTC 

[Buildroot] [RFC 0/6] mdev-only /dev management (without devtmpfs)
 2015-09-14 22:23 UTC  (10+ messages)
` [Buildroot] [RFC 3/6] system: add "

[Ocfs2-devel] [PATCH] ocfs2: Fill-in the unused portion of the block with zeros by dio_zero_block()
 2015-09-14 22:22 UTC  (4+ messages)

[xen-4.6-testing test] 61839: regressions - FAIL
 2015-09-14 22:19 UTC 

+ cleanup-membarrier-selftest.patch added to -mm tree
 2015-09-14 22:17 UTC 

Developing- Where to Start
 2015-09-14 22:15 UTC  (3+ messages)

+ ocfs2-fill-in-the-unused-portion-of-the-block-with-zeros-by-dio_zero_block.patch added to -mm tree
 2015-09-14 22:13 UTC 

+ ocfs2-fill-in-the-unused-portion-of-the-block-with-zeros-by-dio_zero_block.patch added to -mm tree
 2015-09-14 22:10 UTC 

[Buildroot] [PATCH] libtasn1: bump to version 4.6
 2015-09-14 22:09 UTC  (6+ messages)

GRSecurity Closes Stable Patch to Linux Kernel. How do you feel about this?
 2015-09-14 22:08 UTC 

+ kasan-fix-a-type-conversion-error.patch added to -mm tree
 2015-09-14 22:06 UTC 

+ lib-test_kasan-add-some-testcases.patch added to -mm tree
 2015-09-14 22:06 UTC 

[PATCH 2/2] fetch: fetch submodules in parallel
 2015-09-14 22:06 UTC  (4+ messages)
` [PATCHv2] "
  ` [PATCHv2] fetch: "

PowerPC: massive "scheduling while atomic" reports
 2015-09-14 22:05 UTC  (2+ messages)

[PATCHv2 0/5] perf tools: Enhance parsing events tracepoint error output
 2015-09-14 22:05 UTC  (8+ messages)
` [PATCH 4/5] perf tools: Propagate error info from tp_format

[PATCH RESEND] HID: Add new Microsoft Type Cover 3 product ID
 2015-09-14 22:05 UTC 

[PATCH lttng-tools 1/5] Fix: LPOLLHUP and LPOLLERR when there is still data in pipe/socket
 2015-09-14 22:04 UTC  (5+ messages)
  ` [PATCH lttng-tools 2/5] Fix: relayd: handle consumerd crashes without leak
  ` [PATCH lttng-tools 3/5] Fix: consumerd: consumer_stream_write_index error handling
  ` [PATCH lttng-tools 4/5] Enhance relayd error reporting
  ` [PATCH lttng-tools 5/5] Print relayd stream indexes

[fw filter]: Broken! fw mark based tc class selection not working
 2015-09-14 22:04 UTC  (6+ messages)

post-receive: pub/scm/linux/kernel/git/clk/linux
 2015-09-14 22:02 UTC 

[PATCH] external-linaro-toolchain: fixup target compiler using prebuilt libs and headers
 2015-09-14 22:02 UTC 

[PATCH 3/5] clk: sunxi: sun6i-ar100: Fix module autoload for OF platform driver
 2015-09-14 21:59 UTC  (3+ messages)

[PATCH v3 0/2] lib/string_helpers.c: fix infinite loop in string_get_size()
 2015-09-14 22:00 UTC  (3+ messages)
` [PATCH v3 2/2] lib/test-string_helpers.c: add string_get_size() tests

[PATCH net 2/2] 8139cp: reset BQL when ring tx ring cleared
 2015-09-14 21:59 UTC  (5+ messages)

[PATCH] clk: qcom: Allow clk_set_parent() to work on display clocks
 2015-09-14 22:00 UTC  (2+ messages)

[PATCH 5/5] clk: sunxi: sun9i-mmc: Fix module autoload for OF platform driver
 2015-09-14 21:59 UTC  (3+ messages)

+ lib-fix-data-race-in-llist_del_first.patch added to -mm tree
 2015-09-14 21:59 UTC 

[PATCH 4/5] clk: sunxi: sun8i-apb0: Fix module autoload for OF platform driver
 2015-09-14 21:59 UTC  (3+ messages)

[PATCH RFC v3 0/6] Introduce extended syscall error reporting
 2015-09-14 21:59 UTC  (3+ messages)
` [PATCH RFC v3 1/6] exterr: "

[PATCH 2/5] clk: sunxi: sun6i-apb0-gates: Fix module autoload for OF platform driver
 2015-09-14 21:59 UTC  (3+ messages)

[PATCH 1/5] clk: sunxi: sun6i-apb0: Fix module autoload for OF platform driver
 2015-09-14 21:59 UTC  (3+ messages)

[PATCH 1/2] clk: at91: utmi: use pmc_read when the at91_pmc is available
 2015-09-14 21:57 UTC  (6+ messages)
` [PATCH 2/2] clk: at91: system: don't try to free_irq when there is no IRQ

[PATCH] HID: Add new Microsoft Type Cover 3 product id
 2015-09-14 21:56 UTC  (2+ messages)

[PATCH] spmi-pmic-arb: support configurable number of peripherals
 2015-09-14 21:54 UTC  (2+ messages)

Unable to link 4.3-rc1: undefined reference to `native_machine_crash_shutdown'
 2015-09-14 21:50 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2015-09-14 21:50 UTC 

+ kasan-various-fixes-in-documentation-checkpatch-fixes.patch added to -mm tree
 2015-09-14 21:48 UTC 

severe regression in alx ethernet driver
 2015-09-14 21:47 UTC 

[PATCH] x86, perf: Make CYCLE_ACTIVITY.* constraint on Broadwell more specific
 2015-09-14 21:47 UTC 

post-receive: pub/scm/linux/kernel/git/geoff/ps3-linux
 2015-09-14 21:47 UTC 

[4.3-rc1 regression] modular 8250 doesn't load
 2015-09-14 21:46 UTC  (8+ messages)

+ kasan-update-reference-to-kasan-prototype-repo.patch tentatively added to -mm tree
 2015-09-14 21:46 UTC 

+ kasan-move-kasan_sanitize-in-arch-x86-boot-makefile.patch tentatively added to -mm tree
 2015-09-14 21:46 UTC 

+ kasan-various-fixes-in-documentation.patch tentatively added to -mm tree
 2015-09-14 21:46 UTC 

+ kasan-update-log-messages.patch tentatively added to -mm tree
 2015-09-14 21:46 UTC 

+ kasan-accurately-determine-the-type-of-the-bad-access.patch tentatively added to -mm tree
 2015-09-14 21:46 UTC 

+ kasan-update-reported-bug-types-for-kernel-memory-accesses.patch tentatively added to -mm tree
 2015-09-14 21:46 UTC 

+ kasan-update-reported-bug-types-for-not-user-nor-kernel-memory-accesses.patch tentatively added to -mm tree
 2015-09-14 21:46 UTC 

[Buildroot] [PATCH] kompexsqlite: new package
 2015-09-14 21:45 UTC 

[Bug 91982] [radeonsi] fs leak in get_radeon_bo()
 2015-09-14 21:44 UTC  (2+ messages)

+ mm-make-swapin-readahead-to-improve-thp-collapse-rate.patch added to -mm tree
 2015-09-14 21:41 UTC 

+ mm-make-optimistic-check-for-swapin-readahead.patch added to -mm tree
 2015-09-14 21:41 UTC 

+ mm-add-tracepoint-for-scanning-pages.patch added to -mm tree
 2015-09-14 21:41 UTC 

[PATCH v6 0/6] locking/qspinlock: Enhance pvqspinlock performance
 2015-09-14 21:41 UTC  (5+ messages)
` [PATCH v6 4/6] locking/pvqspinlock: Collect slowpath lock statistics

[RFC v5 0/3] mm: make swapin readahead to gain more thp performance
 2015-09-14 21:41 UTC  (6+ messages)
` [RFC v5 2/3] mm: make optimistic check for swapin readahead

[Buildroot] [PATCH] system: add options for /bin /sbin and /lib to be symlinks into /usr
 2015-09-14 21:39 UTC  (8+ messages)

[Buildroot] [PATCH] host-gcc-final: don't install a dead symlink
 2015-09-14 21:38 UTC  (3+ messages)

[PATCH] image.bbclass: add do_rootfs vardeps for IMAGE_{CMD, TYPEDEP}_*
 2015-09-14 21:38 UTC 

post-receive: pub/scm/linux/kernel/git/tmlind/linux-omap
 2015-09-14 21:38 UTC 

[GIT PULL 00/27] perf tools: filtering events using eBPF programs
 2015-09-14 21:37 UTC  (3+ messages)
` [PATCH 19/27] perf tools: Introduce regs_query_register_offset() for x86

[PATCH v4 00/52] PCI: Resource allocation cleanup for v4.3
 2015-09-14 21:37 UTC  (4+ messages)
` [PATCH v4 04/52] PCI: Optimize bus min_align/size calculation during sizing

[U-Boot] [PATCH] smsc95xx: Use zero length packets when RX fifo is empty
 2015-09-14 21:37 UTC  (4+ messages)

[PATCH 0/3] PS3 updates for 4.3
 2015-09-14 21:36 UTC  (3+ messages)
` [PATCH 3/3] powerpc/ps3: Refresh ps3_defconfig
  ` [PATCH V2 "

resize2fs: Should never happen: resize inode corrupt! - lost key inodes
 2015-09-14 21:35 UTC  (8+ messages)

post-receive: pub/scm/linux/kernel/git/tmlind/linux-omap
 2015-09-14 21:35 UTC 

[RFC PATCH] vfio/pci: Use kernel VPD access functions
 2015-09-14 21:34 UTC  (3+ messages)

[PATCH nf] netfilter: bridge: fix routing of bridge frames with call-iptables=1
 2015-09-14 21:38 UTC  (3+ messages)

+ mm-fix-docbook-comment-for-get_vaddr_frames.patch added to -mm tree
 2015-09-14 21:30 UTC 

[PATCH 1/1] perf/x86/intel: Fix static checker warning in lbr enable
 2015-09-14 14:14 UTC 

[PATCH 0/2] alpha: fix build failure
 2015-09-14 21:29 UTC  (3+ messages)

[PATCH V4] mkefidisk: Create interactive menu for the script
 2015-09-14 21:29 UTC  (2+ messages)

Priority backfill/recovery based on the degradation level of the PG
 2015-09-14 21:29 UTC 

[PATCH 0/3] ARM: brcmstb: Bus Interface Unit support
 2015-09-14 21:29 UTC  (6+ messages)
` [PATCH 3/3] ARM: brcmstb: Setup BIU control registers during boot

post-receive: pub/scm/linux/kernel/git/geoff/ps3-linux
 2015-09-14 21:29 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.