Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-24 14:20:20 to 2015-09-14 13:35:05 UTC [more...]

[PATCH] x86: Wire up 32-bit direct socket calls
 2015-09-14 13:35 UTC  (17+ messages)

平时最多也就联系了三千家,全球还有十几万客户在哪里?
 2015-09-11 13:51 UTC 

[RFC] asm-generic/pci_iomap.h: make custom PCI BAR requirements explicit
 2015-09-11  8:14 UTC  (10+ messages)

[PATCH] Remove #ifdef CONFIG_64BIT from all asm-generic/fcntl.h
 2015-09-10 11:18 UTC  (39+ messages)
        ` [PATCH 01/13] "
        ` [PATCH 03/13] Hide COMPAT_ATM_ADDPARTY behind #ifdef __KERNEL__
        ` [PATCH 04/13] Always expose MAP_UNINITIALIZED to userspace
        ` [PATCH 05/13] Hide some of "struct elf_prstatus" behind #ifdef __KERNEL__
        ` [PATCH 06/13] Hide ep_take_care_of_epollwakeup() "
        ` [PATCH 07/13] Make FB_BACKLIGHT_{LEVELS,MAX} always visible
        ` [PATCH 08/13] Hide MAX_SHARED_LIBS behind #ifdef __KERNEL__
        ` [PATCH 09/13] Hide bp_type_idx "
        ` [PATCH 10/13] Hide USE_WCACHING "
        ` [PATCH 11/13] Hide MAX_RAW_MINORS "
        ` [PATCH 12/13] Hide AT_VECTOR_SIZE_ARCH "
          ` [PATCH 02/13] Always expose __SYSCALL(... fork ...)
          ` [PATCH 13/13] Re-enable and clean up "check_config()" in headers_check.pl

[PATCH v9 0/6] Allow user to request memory to be locked on page fault
 2015-09-08 13:59 UTC  (8+ messages)
` [PATCH v9 2/6] mm: mlock: Add new mlock system call
` [PATCH v9 4/6] mm: mlock: Add mlock flags to enable VM_LOCKONFAULT usage
` [PATCH v9 6/6] mips: Add entry for new mlock2 syscall

[PATCH V4 0/3] mm: Add generic copy from early unmapped RAM
 2015-09-08 11:31 UTC  (3+ messages)
` [PATCH V4 2/3] arm64: support initrd outside kernel linear map

usually 3000 customers/Where 100,000+ customers worldwide?
 2015-09-06 22:08 UTC 

[PATCH v5 00/10] an introduction of Linux library operating system (LibOS)
 2015-09-03 14:16 UTC  (23+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/10] sysctl: make some functions unstatic to access by arch/lib
  ` [PATCH v6 02/10] slab: add SLIB (Library memory allocator) for arch/lib
  ` [PATCH v6 03/10] lib: public headers and API implementations for userspace programs
  ` [PATCH v6 04/10] lib: time handling (kernel glue code)
  ` [PATCH v6 05/10] lib: context and scheduling functions (kernel glue code) for libos
  ` [PATCH v6 06/10] lib: sysctl handling (kernel glue code)
  ` [PATCH v6 07/10] lib: other kernel glue layer code
  ` [PATCH v6 08/10] lib: auxiliary files for auto-generated asm-generic files of libos
  ` [PATCH v6 09/10] lib: libos build scripts and documentation
  ` [PATCH v6 10/10] lib: tools used for test scripts

[PATCH 00/11] THP support for ARC
 2015-09-03  8:46 UTC  (18+ messages)
` [PATCH 01/11] ARC: mm: pte flags comsetic cleanups, comments
` [PATCH 02/11] ARC: mm: Introduce PTE_SPECIAL
` [PATCH 03/11] Documentation/features/vm: pte_special now supported by ARC
` [PATCH 04/11] ARCv2: mm: THP support
` [PATCH 05/11] ARCv2: mm: THP: boot validation/reporting
` [PATCH 06/11] Documentation/features/vm: THP now supported by ARC
` [PATCH 07/11] mm: move some code around
` [PATCH 08/11] mm,thp: reduce ifdef'ery for THP in generic code
` [PATCH 09/11] mm,thp: introduce flush_pmd_tlb_range
` [PATCH 10/11] ARCv2: mm: THP: Implement flush_pmd_tlb_range() optimization
` [PATCH 11/11] ARCv2: Add a DT which enables THP

fix various asm-generic abuses
 2015-09-01 11:34 UTC  (29+ messages)
  ` [PATCH 1/9] move io-64-nonatomic*.h out of asm-generic
  ` [PATCH 2/9] move count_zeroes.h "
` [PATCH 3/9] amdkfd: use <linux/mman.h> instead of <uapi/asm-generic/mman-common.h>
` [PATCH 4/9] drbd: stop including <asm-generic/kmap_types.h>
` [PATCH 5/9] hifn_795x: "
` [PATCH 6/9] mlx5: "
` [PATCH 7/9] n_tracerouter: stop including <asm-generic/bug>
` [PATCH 8/9] n_tracesink: "
` [PATCH 9/9] gpio-mxc: "

[RFC PATCH v2] memory-barriers: remove smp_mb__after_unlock_lock()
 2015-09-01  2:57 UTC  (8+ messages)

[PATCH] S390: add pci_iomap_wc() and pci_iomap_wc_range()
 2015-08-29  0:14 UTC  (2+ messages)

[PATCH v8 0/6] Allow user to request memory to be locked on page fault
 2015-08-28 14:32 UTC  (11+ messages)
` [PATCH v8 2/6] mm: mlock: Add new mlock system call
` [PATCH v8 4/6] mm: mlock: Add mlock flags to enable VM_LOCKONFAULT usage
` [PATCH v8 6/6] mips: Add entry for new mlock2 syscall

[PATCH v3 0/6] ARCv2 port to Linux - (C) perf
 2015-08-27  9:18 UTC  (26+ messages)
` [PATCH v3 1/6] ARC: perf: cap the number of counters to hardware max of 32
` [PATCH v3 2/6] ARCv2: perf: implement "event_set_period"
` [PATCH v3 3/6] ARCv2: perf: Support sampling events using overflow interrupts
        ` [arc-linux-dev] "
` [PATCH v3 4/6] ARCv2: perf: implement exclusion of event counting in user or kernel mode
` [PATCH v3 5/6] ARCv2: perf: SMP support
` [PATCH v3 6/6] ARCv2: perf: Finally introduce HS perf unit
  ` [arc-linux-dev] Re: [PATCH v3 0/6] ARCv2 port to Linux - (C) perf

[PATCH v5 0/8] Add generic support for relaxed atomics
 2015-08-26 11:35 UTC  (4+ messages)

[PATCH] ARC: add negative dependency for VGA_CONSOLE
 2015-08-26 11:34 UTC  (6+ messages)

[RFC PATCH v2] memory-barriers: remove smp_mb__after_unlock_lock()
 2015-08-26  4:06 UTC  (12+ messages)

[tip:core/rcu] rcu,locking: Privatize smp_mb__after_unlock_lock()
 2015-08-25  8:21 UTC 

[GIT PULL rcu/next] Additional RCU commit for 4.3
 2015-08-25  7:46 UTC  (3+ messages)

[PATCH v4 05/11] PCI: Add pci_iomap_wc() variants
 2015-08-24 19:13 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).