public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-05-12 01:53:57 to 2014-05-12 07:03:30 UTC [more...]

[PATCH] arm: memset: zero out upper bytes in r1
 2014-05-12  6:58 UTC  (4+ messages)

[PATCH v2 1/3] regulator: s2mps11: Fix accidental enable of buck6 ramp delay
 2014-05-12  7:03 UTC  (3+ messages)

linux-next: Tree for May 12
 2014-05-12  6:59 UTC 

[PATCH 00/10] workqueue: async worker destruction and pool-binding synchronization
 2014-05-12  6:56 UTC  (12+ messages)
` [PATCH 00/10 V2] workqueue: async worker destruction and worker attaching/detaching
  ` [PATCH 01/10 V2] workqueue: use manager lock only to protect worker_idr
  ` [PATCH 02/10 V2] workqueue: destroy_worker() should destroy idle workers only
  ` [PATCH 03/10 V2] workqueue: async worker destruction
  ` [PATCH 04/10 V2] workqueue: destroy worker directly in the idle timeout handler
  ` [PATCH 05/10 V2] workqueue: separate iteration role from worker_idr
  ` [PATCH 06/10 V2] workqueue: convert worker_idr to worker_ida
  ` [PATCH 07/10 V2] workqueue: narrow the protection range of manager_mutex
  ` [PATCH 08/10 V2] workqueue: rename manager_mutex to attach_mutex
  ` [PATCH 09/10 V2] workqueue: separate pool-attaching code out from create_worker()
  ` [PATCH 10/10 V2] workqueue: use generic attach/detach routine for rescuers

[BUG] sched_setattr() SCHED_DEADLINE hangs system
 2014-05-12  6:53 UTC  (2+ messages)

[PATCH v3 0/3] TI CPSW Cleanup
 2014-05-12  6:48 UTC  (5+ messages)
` [PATCH v3 1/3] driver net: cpsw: Convert pr_*() to dev_*() calls
` [PATCH v3 2/3] net: davinci_mdio: Convert pr_err() to dev_err() call
` [PATCH v3 3/3] drivers: net: davinci_cpdma: Convert kzalloc() to devm_kzalloc()

[PATCH] sched: Move the wakeup tracepoint from ttwu_do_wakeup() to ttwu_activate()
 2014-05-12  6:47 UTC  (7+ messages)
` [PATCH] sched: Distinguish sched_wakeup event when wake up a task which did schedule out or not
      ` Fwd: "

[RFC PATCH 00/12 v2] A new CPU load metric for power-efficient scheduler: CPU ConCurrency
 2014-05-12  6:45 UTC  (14+ messages)
` [RFC PATCH 01/12 v2] CONFIG for "
` [RFC PATCH 02/12 v2] Init "
` [RFC PATCH 03/12 v2] CPU ConCurrency calculation
` [RFC PATCH 04/12 v2] CPU ConCurrency tracking
` [RFC PATCH 05/12 v2] CONFIG for Workload Consolidation
` [RFC PATCH 06/12 v2] Attach CPU topology to specify each sched_domain's workload consolidation
` [RFC PATCH 07/12 v2] CPU ConCurrency API for Workload Consolidation
` [RFC PATCH 08/12 v2] Intercept wakeup/fork/exec load balancing
` [RFC PATCH 09/12 v2] Intercept idle balancing
` [RFC PATCH 10/12 v2] Intercept periodic nohz "
` [RFC PATCH 11/12 v2] Intercept periodic load balancing
` [RFC PATCH 12/12 v2] Intercept RT scheduler

3.15-rc5: Regression in i915 driver?
 2014-05-12  6:33 UTC  (4+ messages)
    ` [Intel-gfx] "

[PATCHSET 00/20] perf report: Add -F option for specifying output fields (v5)
 2014-05-12  6:28 UTC  (21+ messages)
` [PATCH 01/20] perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmt
` [PATCH 02/20] perf tools: Convert sort entries to hpp formats
` [PATCH 03/20] perf tools: Use hpp formats to sort hist entries
` [PATCH 04/20] perf tools: Support event grouping in hpp ->sort()
` [PATCH 05/20] perf tools: Use hpp formats to sort final output
` [PATCH 06/20] perf tools: Consolidate output field handling to hpp format routines
` [PATCH 07/20] perf ui: Get rid of callback from __hpp__fmt()
` [PATCH 08/20] perf tools: Allow hpp fields to be sort keys
` [PATCH 09/20] perf tools: Consolidate management of default sort orders
` [PATCH 10/20] perf tools: Call perf_hpp__init() before setting up GUI browsers
` [PATCH 11/20] perf report: Add -F option to specify output fields
` [PATCH 12/20] perf tools: Add ->sort() member to struct sort_entry
` [PATCH 13/20] perf report/tui: Fix a bug when --fields/sort is given
` [PATCH 14/20] perf top: Add --fields option to specify output fields
` [PATCH 15/20] perf diff: Add missing setup_output_field()
` [PATCH 16/20] perf tools: Skip elided sort entries
` [PATCH 17/20] perf hists: Reset width of output fields with header length
` [PATCH 18/20] perf tools: Introduce reset_output_field()
` [PATCH 19/20] perf tests: Factor out print_hists_*()
` [PATCH 20/20] perf tests: Add a testcase for histogram output sorting

[PATCH v13 00/19] iommu/exynos: Fixes and Enhancements of System MMU driver with DT
 2014-05-12  6:15 UTC  (20+ messages)
` [PATCH v13 01/19] iommu/exynos: fix build errors
` [PATCH v13 02/19] iommu/exynos: change error handling when page table update is failed
` [PATCH v13 03/19] iommu/exynos: allocate lv2 page table from own slab
` [PATCH v13 04/19] iommu/exynos: fix L2TLB invalidation
` [PATCH v13 05/19] iommu/exynos: remove prefetch buffer setting
` [PATCH v13 06/19] iommu/exynos: add missing cache flush for removed page table entries
` [PATCH v13 07/19] iommu/exynos: always enable runtime PM
` [PATCH v13 08/19] iommu/exynos: remove dbgname from drvdata of a System MMU
` [PATCH v13 09/19] iommu/exynos: use managed device helper functions
` [PATCH v13 10/19] iommu/exynos: gating clocks of master H/W
` [PATCH v13 11/19] iommu/exynos: remove custom fault handler
` [PATCH v13 12/19] iommu/exynos: change rwlock to spinlock
` [PATCH v13 13/19] iommu/exynos: use exynos-iommu specific typedef
` [PATCH v13 14/19] iommu/exynos: add devices attached to the System MMU to an IOMMU group
` [PATCH v13 15/19] iommu/exynos: enhanced error messages
` [PATCH v13 16/19] documentation: iommu: add binding document of Exynos System MMU
` [PATCH v13 17/19] iommu/exynos: support for device tree
` [PATCH v13 18/19] iommu/exynos: turn on useful configuration options
` [PATCH v13 19/19] iommu/exynos: apply workaround of caching fault page table entries

Stilhaus Kitchens Complaints
 2014-05-12  6:19 UTC 

[PATCH 1/3] PM / OPP: Add support for descending order for cpufreq table
 2014-05-12  6:18 UTC  (19+ messages)

[PATCH] drivers/hwmon/emc1403.c: add support for emc1412
 2014-05-12  6:10 UTC  (4+ messages)
  ` [lm-sensors] "

linux-next: build failure after merge of the fsl tree
 2014-05-12  5:55 UTC 

[RFC][PATCH] af_key: return error when meet errors on sendmsg() syscall
 2014-05-12  6:05 UTC  (3+ messages)

[PATCH 0/2] tick: NO_HZ_FULL: get rid of unnecessary interruption
 2014-05-12  5:53 UTC  (9+ messages)
` [PATCH 1/2] hrtimer: reprogram event for expires=KTIME_MAX in hrtimer_force_reprogram()
` [PATCH 2/2] tick: SHUTDOWN event-dev if no events are required for KTIME_MAX

[PATCH] powerpc: Fix "attempt to move .org backwards" error (again)
 2014-05-12  5:48 UTC  (6+ messages)

bug: acpi ata_bay dock reminds undocked
 2014-05-12  5:48 UTC  (4+ messages)

[PATCH] pinctrl: Add i.MX1 pincontrol driver
 2014-05-12  5:46 UTC  (4+ messages)

[x86, interrupt] BUG: sleeping function called from invalid context at arch/x86/mm/fault.c:1167
 2014-05-12  5:26 UTC 

[PATCH V4 2/2] fs/ext4/fsync.c: generic_file_fsync call based on barrier flag
 2014-05-12  5:24 UTC  (3+ messages)

[PATCH V5 2/2] fs/ext4/fsync.c: generic_file_fsync call based on barrier flag
 2014-05-12  5:22 UTC 

[PATCH V5 1/2] FS: Add generic data flush to fsync
 2014-05-12  5:20 UTC 

linux-next: manual merge of the gpio tree with the net-next tree
 2014-05-12  5:16 UTC 

[PATCHv2 0/2] remap_file_pages() decommission
 2014-05-12  5:16 UTC  (4+ messages)

[PATCH] zram: remove global tb_lock by using lock-free CAS
 2014-05-12  5:15 UTC  (11+ messages)

[PATCH net-next,v3] Add support for netvsc build without CONFIG_SYSFS flag
 2014-05-12  5:03 UTC  (2+ messages)

[PATCH 3.14 00/83] 3.14.4-stable review
 2014-05-12  4:54 UTC  (3+ messages)
` [PATCH 3.14 27/83] ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safe

icmp: account for ICMP out errors because of socket limit
 2014-05-12  4:48 UTC  (2+ messages)

[PATCH 0/4] Add framework to support clkout
 2014-05-12  4:46 UTC  (6+ messages)
` [PATCH 1/4] clk: samsung: out: Add infrastructure to register CLKOUT

[PATCH] ARM: dts: at91-sama5d3_xplained: add the regulator device node
 2014-05-12  4:42 UTC  (6+ messages)

[PATCH v2] cpufreq: powernow-k8: Suppress checkpatch warnings
 2014-05-12  4:22 UTC  (2+ messages)

[PATCH] fs: cifs: new helper: file_inode(file)
 2014-05-12  4:08 UTC  (2+ messages)

3.14.3 i915 dead display under X11
 2014-05-12  3:10 UTC 

arch_random_refill
 2014-05-12  3:45 UTC  (6+ messages)
` [tip:x86/urgent] x86, rdrand: When nordrand is specified, disable RDSEED as well

[PATCH] staging/lustre: fix sparse warnings in o2iblnd_cb.c
 2014-05-12  3:37 UTC 

kmemcheck: got WARNING when dynamicly adjust /proc/sys/kernel/kmemcheck to 0/1
 2014-05-12  3:32 UTC  (4+ messages)

[RFC][PATCH 0/2] Add IO mapping space reused support
 2014-05-12  2:19 UTC  (3+ messages)
` [RFC][PATCH 1/2] mm/vmalloc: Add IO mapping space reused interface
` [RFC][PATCH 2/2] ARM: ioremap: Add IO mapping space reused support

[RFC PATCH 0/5] nohz: Move nohz kick out of scheduler IPI, v3
 2014-05-12  3:11 UTC  (4+ messages)
` [PATCH 1/5] irq_work: Architecture support for remote irq work raise

[PATCH 0/6] ipc/sem.c: Fix semctl(,,{GETNCNT,GETZCNT})
 2014-05-12  2:56 UTC  (2+ messages)

[ 003/143] Revert "x86, ptrace: fix build breakage with gcc 4.7"
 2014-05-12  0:34 UTC  (71+ messages)
` [ 006/143] intel-iommu: Flush unmaps at domain_exit
` [ 007/143] staging: comedi: ni_65xx: (bug fix) confine insn_bits to one
` [ 008/143] kernel/kmod.c: check for NULL in call_usermodehelper_exec()
` [ 009/143] cciss: fix info leak in cciss_ioctl32_passthru()
` [ 010/143] cpqarray: fix info leak in ida_locked_ioctl()
` [ 011/143] drivers/cdrom/cdrom.c: use kzalloc() for failing hardware
` [ 012/143] sctp: deal with multiple COOKIE_ECHO chunks
` [ 014/143] ipv6: ip6_sk_dst_check() must not assume ipv6 dst
` [ 015/143] af_key: fix info leaks in notify messages
` [ 017/143] block: do not pass disk names as format strings
` [ 019/143] HID: validate HID report id size
` [ 020/143] HID: zeroplus: validate output report details
` [ 022/143] HID: LG: validate HID "
` [ 025/143] crypto: api - Fix race condition in larval lookup
` [ 026/143] ipv6: tcp: fix panic in SYN processing
` [ 027/143] tcp: must unclone packets before mangling them
` [ 028/143] net: do not call sock_put() on TIMEWAIT sockets
` [ 030/143] proc connector: fix info leaks
` [ 033/143] farsync: fix info leak in ioctl
` [ 034/143] connector: use nlmsg_len() to check message length
` [ 035/143] net: dst: provide accessor function to dst->xfrm
` [ 036/143] sctp: Use software crc32 checksum when xfrm transform will happen
` [ 037/143] sctp: Perform software checksum if packet has to be fragmented
` [ 039/143] davinci_emac.c: Fix IFF_ALLMULTI setup
` [ 040/143] resubmit bridge: fix message_age_timer calculation
` [ 041/143] ipv6 mcast: use in6_dev_put in timer handlers instead of
` [ 043/143] dm9601: fix IFF_ALLMULTI handling
` [ 045/143] ll_temac: Reset dma descriptors indexes on ndo_open
` [ 047/143] ipv6: fix possible crashes in ip6_cork_release()
` [ 048/143] ip_tunnel: fix kernel panic with icmp_dest_unreach
` [ 049/143] net: sctp: fix NULL pointer dereference in socket destruction
` [ 055/143] dummy: fix oops when loading the dummy failed
` [ 059/143] sysctl net: Keep tcp_syn_retries inside the boundary
` [ 060/143] sctp: fully initialize sctp_outq in sctp_outq_init
` [ 061/143] net_sched: Fix stack info leak in cbq_dump_wrr()
` [ 066/143] tcp: cubic: fix bug in bictcp_acked()
` [ 067/143] ipv6: dont stop backtracking in fib6_lookup_1 if subtree does not
` [ 068/143] ipv6: remove max_addresses check from ipv6_create_tempaddr
` [ 070/143] ipv6: Dont depend on per socket memory for neighbour discovery
` [ 071/143] ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTO
` [ 072/143] tipc: fix lockdep warning during bearer initialization
` [ 073/143] net: Fix "ip rule delete table 256"
` [ 077/143] isdnloop: use strlcpy() instead of strcpy()
` [ 078/143] ipv4: fix possible seqlock deadlock
` [ 083/143] net: clamp ->msg_namelen instead of returning an error
` [ 084/143] ipv6: fix leaking uninitialized port number of offender sockaddr
` [ 089/143] ipv6: fix possible seqlock deadlock in ip6_finish_output2
` [ 091/143] net: drop_monitor: fix the value of maxattr
` [ 092/143] net: unix: allow bind to fail on mutex lock
` [ 095/143] rds: prevent dereference of a NULL device
` [ 096/143] net: rose: restore old recvmsg behavior
` [ 100/143] tg3: Fix deadlock in tg3_change_mtu()
` [ 101/143] bonding: 802.3ad: make aggregator_identifier bond-private
` [ 106/143] net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunk
` [ 107/143] net: socket: error on a negative msg_namelen
` [ 108/143] netlink: dont compare the nul-termination in nla_strcmp
` [ 110/143] rds: prevent dereference of a NULL device in rds_iw_laddr_check
` [ 111/143] isdnloop: Validate NUL-terminated strings from user
` [ 114/143] ipv6: udp packets following an UFO enqueued packet need also be
` [ 118/143] libertas: potential oops in debugfs
` [ 121/143] [CPUFREQ] powernow-k6: set transition latency value so ondemand
` [ 124/143] powernow-k6: reorder frequencies
` [ 126/143] tcp_cubic: limit delayed_ack ratio to prevent divide error
` [ 132/143] crypto: ansi_cprng - Fix off by one error in non-block size request
` [ 134/143] KVM: Improve create VCPU parameter (CVE-2013-4587)
` [ 136/143] qeth: avoid buffer overflow in snmp ioctl
` [ 137/143] xfs: underflow bug in xfs_attrlist_by_handle()
` [ 139/143] SELinux: Fix kernel BUG on empty security contexts
` [ 140/143] s390: fix kernel crash due to linkage stack instructions
` [ 141/143] netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages

[PATCH 0/5] updates for intel_pstate
 2014-05-12  2:27 UTC  (3+ messages)
` [PATCH 4/5] intel_pstate: Remove C0 tracking

[PATCH v3 0/6] Introducing Exynos ChipId driver
 2014-05-12  2:22 UTC  (7+ messages)
` [PATCH v3 3/6] ARM: EXYNOS: Remove soc_is_exynos4/5 from exynos.c
` [PATCH v3 6/6] ARM: EXYNOS: Refactoring to remove soc_is_exynos macros from exynos


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox