All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-04-13 18:26:52 to 2015-04-13 19:44:32 UTC [more...]

[PATCH v4 00/24] ILP32 for ARM64
 2015-04-13 19:44 UTC  (23+ messages)
` [PATCH v4 01/24] arm64:ilp32: add documentation on the ILP32 ABI "
` [PATCH v4 02/24] arm64: ensure the kernel is compiled for LP64
` [PATCH v4 03/24] arm64: rename COMPAT to AARCH32_EL0 in Kconfig
` [PATCH v4 04/24] arm64: change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead
` [PATCH v4 05/24] arm64:ilp32: expose 'kernel_long' as 'long long' for ILP32
` [PATCH v4 06/24] arm64:uapi: set __BITS_PER_LONG correctly for ILP32 and LP64
` [PATCH v4 07/24] arm64:ilp32: share signal structures between ILP32 and LP64 ABIs
` [PATCH v4 08/24] arm64:ilp32: use 64bit syscall-names for ILP32 when passing 64bit registers
` [PATCH v4 09/24] arm64:ilp32: use non-compat syscall names for ILP32 as for LP64
` [PATCH v4 10/24] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)
` [PATCH v4 11/24] arm64:ilp32: add is_ilp32_compat_{task, thread} and TIF_32BIT_AARCH64
` [PATCH v4 12/24] arm64:ilp32: COMPAT_USE_64BIT_TIME is true for ILP32 tasks
` [PATCH v4 13/24] arm64:ilp32: share HWCAP between LP64 and ILP32
` [PATCH v4 14/24] arm64:ilp32 use the native LP64 'start_thread' for ILP32 threads
` [PATCH v4 15/24] arm64:ilp32: support core dump generation for ILP32
` [PATCH v4 16/24] arm64: add support for starting ILP32 (ELFCLASS32) binaries
` [PATCH v4 17/24] arm64:ilp32: add vdso-ilp32 and use for signal return
` [PATCH v4 18/24] ptrace: Allow compat to use the native siginfo
` [PATCH v4 19/24] arm64:ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it
` [PATCH v4 20/24] arm64:ilp32: use compat-syscalls for msgsnd and msgrcv for ILP32
` [PATCH v4 21/24] arm64:ilp32: use the native siginfo instead of the compat siginfo
` [PATCH v4 22/24] arm64:ilp32: use compat for stack_t

[RFC PATCH 0/4 v2] Extending DPDK with multiple device support
 2015-04-13 19:44 UTC  (3+ messages)
  ` [RFC PATCH 1/4 v2] Adding the common device files for "
  ` [RFC PATCH 2/4 v2] Add the ethdev changes "

[GIT PULL] kdbus for 4.1-rc1
 2015-04-13 19:42 UTC  (3+ messages)

[PATCH v6 0/6] Add common clock support for Broadcom iProc architecture
 2015-04-13 19:40 UTC  (8+ messages)
` [PATCH v6 1/6] clk: iproc: define Broadcom iProc clock binding

[Buildroot] [PATCHv2 00/21] Package based 'source', 'legal-info', 'source-check' and 'external-deps'
 2015-04-13 19:37 UTC  (5+ messages)
` [Buildroot] [PATCHv2 01/21] pkg-kconfig: declare phony targets as such
` [Buildroot] [PATCHv2 02/21] fs: "

[wireless-regdb] [RFC] [PATCH] crda: enforce ETSI CAC timer of 600s on the weather band
 2015-04-13 19:36 UTC  (5+ messages)

[PATCH] tracing: use GFP_ATOMIC in graph_trace_open()
 2015-04-13 19:35 UTC 

[PATCH v8 00/18] Tegra124 CL-DVFS / DFLL clocksource + cpufreq
 2015-04-13 19:35 UTC  (11+ messages)
` [PATCH v8 10/18] clk: tegra: Initialize PLL_X before CCLK_G to ensure it has a parent

ACPI / scan: Simplify acpi_match_device()
 2015-04-13 19:59 UTC  (2+ messages)

[refpolicy] [PATCH 1/3] pulseaudio: filetrans for autospawn.lock
 2015-04-13 19:33 UTC  (6+ messages)
` [refpolicy] [PATCH 2/3] snmp: missing fcontext for snmpd
` [refpolicy] [PATCH 3/3] dnsmasq: allow exec shell for scripts

[PATCH] cpufreq/intel_pstate: Fix an annoying !CONFIG_SMP warning
 2015-04-13 19:32 UTC  (4+ messages)

[PATCH] Use -mcount-record for dynamic ftrace
 2015-04-13 19:32 UTC  (2+ messages)

[Buildroot] [PATCH v1] qt: fix postgresql plugin configure
 2015-04-13 19:30 UTC 

[PATCH 00/21] Netfilter updates for net-next
 2015-04-13 19:30 UTC  (22+ messages)
` [PATCH 01/21] netfilter: nf_tables: validate len in nft_validate_data_load()
` [PATCH 02/21] netfilter: nf_tables: rename nft_validate_data_load()
` [PATCH 03/21] netfilter: nft_lookup: use nft_validate_register_store() to validate types
` [PATCH 04/21] netfilter: nf_tables: kill nft_validate_output_register()
` [PATCH 05/21] netfilter: nf_tables: introduce nft_validate_register_load()
` [PATCH 06/21] netfilter: nf_tables: get rid of NFT_REG_VERDICT usage
` [PATCH 07/21] netfilter: nf_tables: use struct nft_verdict within struct nft_data
` [PATCH 08/21] netfilter: nf_tables: convert expressions to u32 register pointers
` [PATCH 09/21] netfilter: nf_tables: kill nft_data_cmp()
` [PATCH 10/21] netfilter: nf_tables: convert sets to u32 data pointers
` [PATCH 11/21] netfilter: nf_tables: add register parsing/dumping helpers
` [PATCH 12/21] netfilter: nf_tables: switch registers to 32 bit addressing
` [PATCH 13/21] netfilter: nf_tables: support variable sized data in nft_data_init()
` [PATCH 14/21] netfilter: nf_tables: variable sized set element keys / data
` [PATCH 15/21] uapi: ebtables: don't include linux/if.h
` [PATCH 16/21] netfilter: nf_tables: add helper functions for expression handling
` [PATCH 17/21] netfilter: nf_tables: prepare for expressions associated to set elements
` [PATCH 18/21] netfilter: nf_tables: mark stateful expressions
` [PATCH 19/21] netfilter: nf_tables: add flag to indicate set contains expressions
` [PATCH 20/21] netfilter: nft_dynset: dynamic stateful expression instantiation
` [PATCH 21/21] netfilter: nf_tables: get rid of the expression example code

[PATCH v3 00/28] IB/Verbs: IB Management Helpers
 2015-04-13 19:29 UTC  (15+ messages)
` [PATCH v3 04/28] IB/Verbs: Reform IB-core cm
` [PATCH v3 05/28] IB/Verbs: Reform IB-core sa_query
` [PATCH v3 07/28] IB/Verbs: Reform IB-ulp ipoib
` [PATCH v3 10/28] IB/Verbs: Reform cm related part in IB-core cma

[patch net-next 0/2] switchdev: unify naming prefix
 2015-04-13 19:25 UTC  (3+ messages)
` [patch net-next 1/2] switchdev: s/netdev_switch_/switchdev_/

[libnftnl PATCH v2] expr: dynset: fix json/xml parsing
 2015-04-13 19:24 UTC  (2+ messages)

[uml-devel] [PATCH v3] um: Print minimum physical memory requirement
 2015-04-13 19:23 UTC  (2+ messages)

[PATCH net-next v4 00/24] switchdev: spring cleanup
 2015-04-13 19:22 UTC  (3+ messages)
` [PATCH net-next v4 03/24] switchdev: convert STP update to swdev attr set

[PULL REQUEST] PM / devfreq, for Linux 4.1
 2015-04-13 19:47 UTC  (3+ messages)

[PATCH 0/5] Btrfs: truncate space reservation fixes
 2015-04-13 19:22 UTC  (6+ messages)
` [PATCH 1/5] Btrfs: account for crcs in delayed ref processing
` [PATCH 2/5] Btrfs: refill block reserves during truncate
` [PATCH 3/5] Btrfs: reserve space for block groups
` [PATCH 4/5] Btrfs: don't commit the transaction in the async space flushing
` [PATCH 5/5] Btrfs: don't steal from the global reserve if we don't have the space

[PATCH v2 0/5] Tegra 2 NAND Flash Support
 2015-04-13 19:22 UTC  (6+ messages)
` [PATCH v2 2/5] mtd: nand: add NVIDIA Tegra NAND Flash controller driver

[PATCH v5 00/10] latched RB-trees and __module_address()
 2015-04-13 19:20 UTC  (14+ messages)
` [PATCH v5 04/10] rbtree: Make lockless searches non-fatal
` [PATCH v5 05/10] seqlock: Better document raw_write_seqcount_latch()
` [PATCH v5 06/10] rbtree: Implement generic latch_tree

[PATCH v2 1/2] soc: qcom: Add device tree binding for SMEM
 2015-04-13 19:20 UTC  (3+ messages)
` [PATCH v2 2/2] soc: qcom: Add Shared Memory Manager driver

[scsi:misc 14/106] drivers/scsi/storvsc_drv.c:1658 storvsc_queuecommand() warn: curly braces intended?
 2015-04-13 19:20 UTC  (2+ messages)

[Buildroot] Can we update NodeJS package to 0.12.*
 2015-04-13 19:19 UTC  (2+ messages)

[patch net-next 1/2] switchdev: s/netdev_switch_/switchdev_/
 2015-04-13 19:19 UTC  (5+ messages)

[Qemu-devel] [PATCH RFC 00/19] qapi: QMP introspection
 2015-04-13 19:17 UTC  (15+ messages)
` [Qemu-devel] [PATCH RFC 06/19] qapi: Use c_enum_const() in generate_alternate_qtypes()
` [Qemu-devel] [PATCH RFC 07/19] qapi: Move camel_to_upper(), c_enum_const() to closely related code
` [Qemu-devel] [PATCH RFC 08/19] qapi: qapi-event.py option -b does nothing, drop it
` [Qemu-devel] [PATCH RFC 09/19] qapi: qapi-commands.py option --type is unused, "
` [Qemu-devel] [PATCH RFC 10/19] qapi: Factor parse_command_line() out of the generators
` [Qemu-devel] [PATCH RFC 11/19] qapi: Fix generators to report command line errors decently
` [Qemu-devel] [PATCH RFC 12/19] qapi: Turn generators' mandatory option -i into an argument

[GIT PULL] tracing: Updates for 4.1
 2015-04-13 19:18 UTC 

[U-Boot] [PATCH] ARM: tegra: enable STDIO deregistration
 2015-04-13 19:17 UTC  (3+ messages)

Missing support for ECC_SOFT_BCH in fsl-elbc-nand
 2015-04-13 19:12 UTC  (3+ messages)

[PATCH 0/7] Fix Keystone 2 physical address switch
 2015-04-13 19:13 UTC  (15+ messages)
` [PATCH 1/6] ARM: keystone2: move platform notifier initialisation into platform init
` [PATCH 2/6] ARM: keystone2: move update of the phys-to-virt constants into generic code
` [PATCH 3/6] ARM: keystone2: move address space switch printk to "
` [PATCH 4/6] ARM: keystone2: rename init_meminfo to pv_fixup
` [PATCH 5/6] ARM: re-implement physical address space switching
` [PATCH 6/6] ARM: cleanup early_paging_init() calling

[PATCH] clk: check for invalid parent index of orphans in __clk_init()
 2015-04-13 19:12 UTC  (3+ messages)

State of bitbake world, Failed tasks 2015-03-23, Last for Yocto 1.8 Fido
 2015-04-13 19:11 UTC  (3+ messages)
` [OE-core] "

[PATCH v14 for 4.1] sys_membarrier(): system-wide memory barrier (x86)
 2015-04-13 19:10 UTC 

grub-mkrescue problems in argp_parse
 2015-04-13 19:10 UTC  (2+ messages)

[PATCH v2] gpio: bcm-kona: Implement get_direction callback
 2015-04-13 19:09 UTC  (2+ messages)

[PATCH] mutex: Speed up mutex_spin_on_owner() by not taking the RCU lock
 2015-04-13 19:09 UTC  (13+ messages)
` [PATCH] uaccess: Add __copy_from_kernel_inatomic() primitive
  ` [PATCH] x86/uaccess: Implement get_kernel()
    ` [PATCH] mutex: Improve mutex_spin_on_owner() code generation
      ` [PATCH] x86: Align jump targets to 1 byte boundaries

Feature request: implement '--follow' option for `git blame`
 2015-04-13 19:07 UTC  (5+ messages)
  ` Re[2]: "

[PATCH] bluetoothd: add option to automatically power on the first adapter found
 2015-04-13 19:08 UTC  (12+ messages)

[libnftnl PATCH] expr: dynset: fix json/xml parsing
 2015-04-13 19:07 UTC 

[RFC] new locking primitive (pulled from fs_pin)
 2015-04-13 19:05 UTC 

[U-Boot] Testing u-boot-dm/next
 2015-04-13 19:03 UTC  (9+ messages)

[PATCH] ARM: dts: sun7i: Add Goodix GT911 nodes for Wexler TAB7200
 2015-04-13 19:01 UTC  (8+ messages)

[PATCH v2 1/8] drm/i915/skl: Add support to load SKL CSR firmware
 2015-04-13 19:00 UTC  (4+ messages)
` [PATCH v3 "
      ` ns2501 DVO - success at last

[PATCH v6 1/3] nand: pl353: Add basic driver for arm pl353 smc nand interface
 2015-04-13 18:57 UTC  (4+ messages)

[PATCH -next 0/3] net: cap size to original frag size when refragmenting
 2015-04-13 18:56 UTC  (4+ messages)

sched: Improve load balancing in the presence of idle CPUs
 2015-04-13 18:55 UTC  (12+ messages)

[PATCH] Add a quirk for the Dell XPS 13 (2015) when in PS/2 mode
 2015-04-13 18:55 UTC  (7+ messages)

[U-Boot] [PATCH] nand: fix buffer alignment in new verification feature
 2015-04-13 18:55 UTC 

master - tests: [new] check pvmove resume works as expected
 2015-04-13 18:54 UTC 

master - toollib: close connection to lvmetad after fork
 2015-04-13 18:54 UTC 

master - toollib: do not spawn polling in lv_change_activate
 2015-04-13 18:53 UTC 

master - vgchange: remove redundant check
 2015-04-13 18:53 UTC 

proposal to stop using "backport: " in commit logs
 2015-04-13 18:53 UTC  (4+ messages)

[PATCH] arm64: Removed unused variable
 2015-04-13 18:52 UTC  (2+ messages)

[PATCH 0/5] netfilter: nf_tables: dynamic stateful expression instantiation
 2015-04-13 18:54 UTC  (4+ messages)
` [PATCH 6/5] netfilter: nft_dynset: make sure expr extension exists before using it

[PATCH 1/1] futex.2: casting utime to uint32_t
 2015-04-13 18:50 UTC 

[PATCH v6 2/2] memory: pl353: Add driver for arm pl353 static memory controller
 2015-04-13 18:49 UTC  (3+ messages)

master - config: fix description syntax errors
 2015-04-13 18:48 UTC 

[GIT PULL] tracing: Adding of tracefs for 4.1
 2015-04-13 18:48 UTC 

[Buildroot] [PATCH 1/2] package/mesa3d: Update fminf/fmaxf patch
 2015-04-13 18:47 UTC  (2+ messages)
` [Buildroot] [PATCH v2 2/2] package/uclibc: libm: Add missing C99 float/ld wrappers (backport)

[U-Boot] [PATCH v3 0/8] Allow sandbox to use config_distro_bootcmd
 2015-04-13 18:45 UTC  (7+ messages)
` [U-Boot] [PATCH v3 3/8] sandbox: Add support for bootz
` [U-Boot] [PATCH v3 4/8] sandbox: Renamed sb command to host
` [U-Boot] [PATCH v3 8/8] sandbox: add config_distro_defaults and config_distro_bootcmd

[PATCH 1/5 v4] netlink: Fix portid type in netlink_notify
 2015-04-13 18:43 UTC  (8+ messages)
` [PATCH 3/5 v4] netfilter: Fix portid types
` [PATCH 4/5 v4] netfilter: Fix format string of nfnetlink_queue proc file
` [PATCH 5/5 v4] netfilter: Fix format string of nfnetlink_log "

master - config: update descriptions
 2015-04-13 18:40 UTC 

[PATCH 1/1] python3: Upgrade from 3.3.3 to 3.4.2
 2015-04-13 18:40 UTC  (2+ messages)

[RFC/PATCH v2 0/5] Add live source objects to DRM
 2015-04-13 18:39 UTC  (18+ messages)
` [RFC/PATCH v2 1/5] drm: Add live source object
` [RFC/PATCH v2 2/5] drm: Connect live source to framebuffers
` [RFC/PATCH v2 3/5] drm/rcar-du: Add VSP1 support to the planes allocator
` [RFC/PATCH v2 4/5] drm/rcar-du: Add VSP1 live source support
` [RFC/PATCH v2 5/5] drm/rcar-du: Restart the DU group when a plane source changes

[PATCH] ARM: dts: qcom: Add msm8660 PMU node
 2015-04-13 18:37 UTC  (4+ messages)

Kernel panic every other reboot/poweroff since 3.19.3 ( commit 9a6f5130143 )
 2015-04-13 18:36 UTC  (5+ messages)
      ` [Intel-gfx] "

powerpc: Dead code in commit bdc728a849a7
 2015-04-13 18:27 UTC  (2+ messages)

[PATCH] fs/proc: allow larger /proc/<pid>/cmdline output
 2015-04-13 18:28 UTC  (8+ messages)
      ` [PATCH try #3] proc: fix PAGE_SIZE limit of /proc/$PID/cmdline

BUG: unable to handle kernel NULL pointer deref, bisected to 746650160
 2015-04-13 18:28 UTC  (3+ messages)

[PATCH BlueZ 0/4] Improvements to the LE Advertising API
 2015-04-13 18:27 UTC  (5+ messages)

Yocto Eclipse Plugin
 2015-04-13 18:27 UTC 

e1000e max frame calculation
 2015-04-13 18:26 UTC  (12+ messages)
` [Intel-wired-lan] [PATCH] e1000e: Cleanup handling of VLAN_HLEN as a part of max frame size


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.