All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-09-14 22:40:36 to 2015-09-14 22:51:08 UTC [more...]

[PATCH] Remove #ifdef CONFIG_64BIT from all asm-generic/fcntl.h
 2015-09-14 22:50 UTC  (124+ messages)
  ` [PATCH v3] Remove #ifdef CONFIG_* from all userspace headers
  ` [PATCH 01/13] Remove #ifdef CONFIG_64BIT from all asm-generic/fcntl.h
  ` [PATCH 02/13] Use sys_ni.c instead of #ifdef to disable fork on CONFIG_NOMMU
  ` [PATCH 03/13] Move COMPAT_ATM_ADDPARTY to net/atm/svc.c
  ` [PATCH 04/13] Always expose MAP_UNINITIALIZED to userspace
  ` [PATCH 05/13] Split FDPIC "struct elf_prstatus" to "struct elf_fdpic_prstatus"
    ` [PATCH 06/13] Move ep_take_care_of_epollwakeup() to fs/eventpoll.c
    ` [PATCH 07/13] Make FB_BACKLIGHT_{LEVELS,MAX} always visible
    ` [PATCH 08/13] Move MAX_SHARED_LIBS to fs/binfmt_flat.c
    ` [PATCH 09/13] Move bp_type_idx to kernel/event/hw_breakpoint.c
    ` [PATCH 10/13] Move USE_WCACHING to drivers/block/pktcdvd.c
    ` [PATCH 11/13] Always define MAX_RAW_MINORS as 65535 in userspace
    ` [PATCH 12/13] Remove AT_VECTOR_SIZE_ARCH on x86
    ` [PATCH 13/13] Re-enable and clean up "check_config()" in headers_check.pl

[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  (6+ 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)


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.