linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-08 13:47:01 to 2019-02-07 22:53:42 UTC [more...]

[PATCH] parisc: Add assembly implementations for strlen, strcpy, strncpy and strcat
 2019-02-07 22:53 UTC  (5+ messages)

[PATCH] parisc: Add PDC_CRASH_PREP PDC function number
 2019-02-07 21:31 UTC 

[PATCH net] net: tulip: de2104x: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
 2019-02-07  1:42 UTC  (2+ messages)

[PATCH net-next v5 00/12] net: y2038-safe socket timestamps
 2019-02-06 11:58 UTC  (9+ messages)
` [PATCH net-next v5 04/12] sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD
` [PATCH net-next v5 08/12] socket: Add SO_TIMESTAMP[NS]_NEW
` [PATCH net-next v5 11/12] socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes
` [PATCH net-next v5 12/12] sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW

Need to retouch your photos?
 2019-02-04 11:32 UTC 

Do the work
 2019-02-02 12:29 UTC 

Did you send the images?
 2019-02-02 16:00 UTC 

[PATCH net-next] tulip: eeprom: use struct_size() in kmalloc()
 2019-02-01 23:13 UTC  (2+ messages)

[PATCH net-next v4 04/12] sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD
 2019-02-01 15:43 UTC  (4+ messages)
` [PATCH net-next v4 08/12] socket: Add SO_TIMESTAMP[NS]_NEW
` [PATCH net-next v4 11/12] socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes
` [PATCH net-next v4 12/12] sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW

Send photos
 2019-01-31 13:28 UTC 

Need it?
 2019-01-30 11:24 UTC 

Email from yesterday
 2019-01-30 10:02 UTC 

DMA-related cleanups for parisc v2
 2019-01-29 19:21 UTC  (10+ messages)
` [PATCH 1/8] parisc: don't include <asm/cacheflush.h> in <asm/dma-mapping.h>
` [PATCH 2/8] parisc: move internal implementation details out of <asm/dma-mapping.h>
` [PATCH 3/8] parisc: turn GET_IOC into an inline function
` [PATCH 4/8] parisc: properly type the iommu field in struct pci_hba_data
` [PATCH 5/8] parisc: properly type the return value of parisc_walk_tree
` [PATCH 6/8] parisc/dino: use container_of in DINO_DEV
` [PATCH 7/8] parisc/lba_pci: use container_of in LBA_DEV
` [PATCH 8/8] parisc: remove the HBA_DATA macro

DMA-related cleanups for parisc
 2019-01-29 18:12 UTC  (14+ messages)
` [PATCH 1/8] parisc: don't include <asm/cacheflush.h> in <asm/dma-mapping.h>
` [PATCH 2/8] parisc: move internal implementation details out of <asm/dma-mapping.h>
` [PATCH 3/8] parisc: turn GET_IOC into an inline function
` [PATCH 4/8] parisc: properly type the iommu field in struct pci_hba_data
` [PATCH 5/8] parisc: properly type the return value of parisc_walk_tree
` [PATCH 6/8] parisc/dino: use container_of in DINO_DEV
` [PATCH 7/8] parisc/lba_pci: use container_of in LBA_DEV
` [PATCH 8/8] parisc: remove the HBA_DATA macro

Want retouching for your photos?
 2019-01-28  9:30 UTC 

[RFC][PATCH] m68k/parisc: Convert hp_sdc_rtc driver to rtc framework
 2019-01-28  8:35 UTC  (8+ messages)

Are your photos ready?
 2019-01-26 13:09 UTC 

Send photos to start
 2019-01-25  9:26 UTC 

[PATCH v2 00/29] y2038: add time64 syscalls
 2019-01-25 16:21 UTC  (62+ messages)
` [PATCH v2 01/29] ia64: add __NR_umount2 definition
` [PATCH v2 02/29] ia64: add statx and io_pgetevents syscalls
` [PATCH v2 03/29] ia64: assign syscall numbers for perf and seccomp
` [PATCH v2 04/29] alpha: wire up io_pgetevents system call
` [PATCH v2 05/29] alpha: update syscall macro definitions
` [PATCH v2 06/29] ARM: add migrate_pages() system call
` [PATCH v2 07/29] ARM: add kexec_file_load system call number
` [PATCH v2 08/29] m68k: assign syscall number for seccomp
` [PATCH v2 09/29] sh: remove duplicate unistd_32.h file
` [PATCH v2 10/29] sh: add statx system call
` [PATCH v2 11/29] sparc64: fix sparc_ipc type conversion
` [PATCH v2 12/29] ipc: rename old-style shmctl/semctl/msgctl syscalls
` [PATCH v2 13/29] arch: add split IPC system calls where needed
` [PATCH v2 14/29] arch: add pkey and rseq syscall numbers everywhere
` [PATCH v2 15/29] alpha: add standard statfs64/fstatfs64 syscalls
` [PATCH v2 16/29] alpha: add generic get{eg,eu,g,p,u,pp}id() syscalls
` [PATCH v2 17/29] syscalls: remove obsolete __IGNORE_ macros
` [PATCH v2 18/29] time: make adjtime compat handling available for 32 bit
` [PATCH v2 19/29] time: Add struct __kernel_timex
` [PATCH v2 20/29] time: fix sys_timer_settime prototype
` [PATCH v2 21/29] sparc64: add custom adjtimex/clock_adjtime functions
` [PATCH v2 22/29] timex: use __kernel_timex internally
` [PATCH v2 23/29] timex: change syscalls to use struct __kernel_timex
` [PATCH v2 24/29] x86/x32: use time64 versions of sigtimedwait and recvmmsg
` [PATCH v2 26/29] y2038: use time32 syscall names on 32-bit
` [PATCH v2 27/29] y2038: remove struct definition redirects
` [PATCH v2 28/29] y2038: rename old time and utime syscalls
` [PATCH v2 29/29] y2038: add 64-bit time_t syscalls to all 32-bit architectures
  ` [PATCH v2 25/29] y2038: syscalls: rename y2038 compat syscalls

Want to start it?
 2019-01-24  9:50 UTC 

Want to edit your photos
 2019-01-23  8:02 UTC 

Just working
 2019-01-22 10:09 UTC 

Just start it
 2019-01-20  3:53 UTC 

bisected: ttyS panic on pa-risc
 2019-01-19  8:44 UTC  (3+ messages)

[PATCH 00/15] arch: synchronize syscall tables in preparation for y2038
 2019-01-16  0:10 UTC  (44+ messages)
` [PATCH 01/15] ia64: add __NR_umount2 definition
` [PATCH 02/15] ia64: add statx and io_pgetevents syscalls
` [PATCH 03/15] ia64: assign syscall numbers for perf and seccomp
` [PATCH 04/15] alpha: wire up io_pgetevents system call
` [PATCH 05/15] alpha: update syscall macro definitions
` [PATCH 06/15] ARM: add migrate_pages() system call
` [PATCH 07/15] ARM: add kexec_file_load system call number
` [PATCH 08/15] m68k: assign syscall number for seccomp
` [PATCH 09/15] sh: remove duplicate unistd_32.h file
` [PATCH 10/15] sh: add statx system call
` [PATCH 11/15] mips: fix n32 compat_ipc_parse_version
` [PATCH 12/15] sparc64: fix sparc_ipc type conversion
` [PATCH 13/15] ipc: rename old-style shmctl/semctl/msgctl syscalls
` [PATCH 14/15] arch: add split IPC system calls where needed
` [PATCH 15/15] arch: add pkey and rseq syscall numbers everywhere

[PATCH 0/2] parisc: Unify the system call scripts
 2019-01-14  8:02 UTC  (3+ messages)

[PATCH 00/11] y2038: add time64 syscalls
 2019-01-10 20:55 UTC  (12+ messages)
` [PATCH 01/11] time: make adjtime compat handling available for 32 bit
` [PATCH 02/11] time: Add struct __kernel_timex
` [PATCH 03/11] time: fix sys_timer_settime prototype
` [PATCH 04/11] sparc64: add custom adjtimex/clock_adjtime functions
` [PATCH 05/11] timex: use __kernel_timex internally
` [PATCH 06/11] timex: change syscalls to use struct __kernel_timex
` [PATCH 08/11] y2038: use time32 syscall names on 32-bit
` [PATCH 09/11] y2038: remove struct definition redirects
` [PATCH 10/11] y2038: rename old time and utime syscalls
` [PATCH 11/11] y2038: add 64-bit time_t syscalls to all 32-bit architectures
  ` [PATCH 07/11] y2038: syscalls: rename y2038 compat syscalls

You have photos right?
 2019-01-09  4:41 UTC 

Enhancing the photos
 2019-01-09 10:38 UTC 

[PATCH 14/14] syscall_get_arch: add "struct task_struct *" argument
 2019-01-09 12:43 UTC 

[PATCH] parisc: replace oops_in_progress manipulation with bust_spinlocks()
 2019-01-09  7:56 UTC  (6+ messages)

[PATCH v3 0/8] net: y2038-safe socket timestamps
 2019-01-08 21:49 UTC  (7+ messages)
` [PATCH v3 6/8] socket: Add SO_TIMESTAMP[NS]_NEW

[PATCH 0/3] net: y2038-safe socket timeout options
 2019-01-08 21:29 UTC  (6+ messages)
` [PATCH 2/3] socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes
    ` [PATCH] socket: move compat timeout handling into sock.c


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 NNTP newsgroup(s).