Created
September 11, 2014 06:45
-
-
Save namikawa/8677d8742994e3c19ee1 to your computer and use it in GitHub Desktop.
CentOS 6.5 kernel (kernel-2.6.32-431.29.2) の CHANGELOG
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Tue Sep 9 2014 Johnny Hughes <[email protected]> [2.6.32-431.29.2.el6.centos] | |
- Roll in CentOS Branding | |
* Sun Jul 27 2014 Petr Holasek <[email protected]> [2.6.32-431.29.2.el6] | |
- [kernel] futex: Fix errors in nested key ref-counting (Denys Vlasenko) [1094457 1094458] {CVE-2014-0205} | |
- [net] vxlan: fix NULL pointer dereference (Jiri Benc) [1114549 1096351] {CVE-2014-3535} | |
* Sun Jul 27 2014 Petr Holasek <[email protected]> [2.6.32-431.29.1.el6] | |
- [mm] hugetlb: ensure hugepage access is denied if hugepages are not supported (Gustavo Duarte) [1118782 1086450] | |
- [security] keys: Increase root_maxkeys and root_maxbytes sizes (Steve Dickson) [1115542 1113607] | |
- [fs] lockd: Ensure that nlmclnt_block resets block->b_status after a server reboot (Steve Dickson) [1110180 959006] | |
- [net] filter: add vlan tag access (Jiri Benc) [1108526 1082097] | |
- [net] filter: add XOR operation (Jiri Benc) [1108526 1082097] | |
- [net] filter: add SKF_AD_RXHASH and SKF_AD_CPU (Jiri Benc) [1108526 1082097] | |
- [net] filter: Socket filter ancilliary data access for skb->dev->type (Jiri Benc) [1108526 1082097] | |
- [net] filter: Add SKF_AD_QUEUE instruction (Jiri Benc) [1108526 1082097] | |
- [net] filter: ingress socket filter by mark (Jiri Benc) [1108526 1082097] | |
- [netdrv] bonding: look for bridge IPs in arp monitoring (Veaceslav Falico) [1102794 704190] | |
- [s390] af_iucv: wrong mapping of sent and confirmed skbs (Hendrik Brueckner) [1112390 1102248] | |
- [s390] af_iucv: recvmsg problem for SOCK_STREAM sockets (Hendrik Brueckner) [1112390 1102248] | |
- [s390] af_iucv: fix recvmsg by replacing skb_pull() function (Hendrik Brueckner) [1112390 1102248] | |
- [s390] kernel: avoid page table walk on user space access (Hendrik Brueckner) [1111194 1099146] | |
- [s390] qeth: postpone freeing of qdio memory (Hendrik Brueckner) [1112134 1094379] | |
- [s390] qeth: Fix retry logic in hardsetup (Hendrik Brueckner) [1112134 1094379] | |
- [s390] qeth: Recognize return codes of ccw_device_set_online (Hendrik Brueckner) [1112134 1094379] | |
- [s390] qdio: remove API wrappers (Hendrik Brueckner) [1112134 1094379] | |
- [scsi] Ensure medium access timeout counter resets (David Jeffery) [1117153 1036884] | |
- [scsi] Fix error handling when no ULD is attached (David Jeffery) [1117153 1036884] | |
- [scsi] Handle disk devices which can not process medium access commands (David Jeffery) [1117153 1036884] | |
- [fs] nfs: Fix calls to drop_nlink() (Steve Dickson) [1099607 1093819] | |
- [mm] swap: do not skip lowest_bit in scan_swap_map() scan loop (Rafael Aquini) [1099728 1060886] | |
- [mm] swap: fix shmem swapping when more than 8 areas (Rafael Aquini) [1099728 1060886] | |
- [mm] swap: fix swapon size off-by-one (Rafael Aquini) [1099728 1060886] | |
- [md] avoid deadlock when dirty buffers during md_stop (Jes Sorensen) [1121541 994724] | |
- [x86] hyperv: bypass the timer_irq_works() check (Jason Wang) [1112226 1040349] | |
* Wed Jul 23 2014 Petr Holasek <[email protected]> [2.6.32-431.28.1.el6] | |
- [kernel] auditsc: audit_krule mask accesses need bounds checking (Denys Vlasenko) [1102704 1102705] {CVE-2014-3917} | |
- [net] ipv4: fix route cache rebuilds (Jiri Pirko) [1113824 1111631] | |
- [fs] nfsd: notify_change needs elevated write count (Mateusz Guzik) [1110177 1105057] | |
- [fs] nfsv4: close needs to handle NFS4ERR_ADMIN_REVOKED (Dave Wysochanski) [1096397 1082127] | |
- [fs] pipe: skip file_update_time on frozen fs (Eric Sandeen) [1114405 1093077] | |
- [fs] nfs: Fail the truncate() if the lock/open stateid is invalid (Steve Dickson) [1090613 1075123] | |
- [fs] nfs: Servers should only check SETATTR stateid open mode on size change (Steve Dickson) [1090613 1075123] | |
- [fs] nfs: Fail data server I/O if stateid represents a lost lock (Steve Dickson) [1090613 1075123] | |
- [fs] nfs: Fix the return value of nfs4_select_rw_stateid (Steve Dickson) [1090613 1075123] | |
- [fs] nfs: Use the open stateid if the delegation has the wrong mode (Steve Dickson) [1090613 1075123] | |
- [fs] nfs: nfs4_stateid_is_current should return 'true' for an invalid stateid (Steve Dickson) [1090613 1075123] | |
- [fs] nfs: fix error return in nfs4_select_rw_stateid (Steve Dickson) [1090613 1075123] | |
- [fs] nfs: Document the recover_lost_locks kernel parameter (Jeff Layton) [1089359 963785] | |
- [fs] nfs: Don't try to recover NFSv4 locks when they are lost (Jeff Layton) [1089359 963785] | |
- [fs] nfs: Fix handling of partially delegated locks (Jeff Layton) [1120074 959788] | |
- [fs] nfs: Convert the nfs4_lock_state->ls_flags to a bit field (Jeff Layton) [1120074 959788] | |
- [x86] Optimize switch_mm() for multi-threaded workloads (Rik van Riel) [1115821 991518] | |
- [netdrv] pppol2tp: fail when socket option level is not SOL_PPPOL2TP [1119461 1119462] {CVE-2014-4943} | |
- [kernel] utrace: force IRET path after utrace_finish_vfork() (Oleg Nesterov) [1115932 1115933] {CVE-2014-4699} | |
* Thu Jul 17 2014 Petr Holasek <[email protected]> [2.6.32-431.27.1.el6] | |
- [scsi] fix performance regression due to inverted blk_get_queue return (Mike Snitzer) [1117582 1098658] | |
- [net] openvswitch: fix use-after-free bug in netns (Flavio Leitner) [1120651 1100127] | |
* Mon Jul 14 2014 Petr Holasek <[email protected]> [2.6.32-431.26.1.el6] | |
- [net] gro: fix deliver of trunk packets to VLAN interfaces (Marcelo Ricardo Leitner) [1116231 1112324] | |
* Mon Jul 07 2014 Petr Holasek <[email protected]> [2.6.32-431.25.1.el6] | |
- [net] sctp: Fix sk_ack_backlog wrap-around problem (Daniel Borkmann) [1113969 1085932] {CVE-2014-4667} | |
* Wed Jun 25 2014 Petr Holasek <[email protected]> [2.6.32-431.24.1.el6] | |
- [alsa] aloop: Close races at restarting the stream (Jaroslav Kysela) [1112492 1078592] | |
- [alsa] aloop: Export snd_pcm_constraint_mask64() (Jaroslav Kysela) [1112492 1078592] | |
- [alsa] pcm: Warn when buffer preallocation fails (Jaroslav Kysela) [1112492 1078592] | |
- [alsa] aloop: Add SNDRV_PCM_STATE_PAUSED case in wait_for_avail function (Jaroslav Kysela) [1112492 1078592] | |
- [alsa] jack: Unregister input device at disconnection (Jaroslav Kysela) [1112492 1078592] | |
- [alsa] aloop: Optimize module name check (Jaroslav Kysela) [1112492 1078592] | |
- [alsa] pcm: Add fallthru comments (Jaroslav Kysela) [1112492 1078592] | |
- [alsa] aloop: Fix Oops while PM resume (Jaroslav Kysela) [1112492 1078592] | |
- [alsa] aloop: add locking to timer access (Jaroslav Kysela) [1112492 1078592] | |
* Tue Jun 24 2014 Petr Holasek <[email protected]> [2.6.32-431.23.1.el6] | |
- [net] ip_tunnel: fix ip_tunnel_find to return NULL in case the tunnel is not there (Jiri Pirko) [1107931 1104503] | |
- [netdrv] bnx2x: Fix kernel crash and data miscompare after EEH recovery (Michal Schmidt) [1109269 1029600] | |
- [netdrv] bnx2x: Adapter not recovery from EEH error injection (Michal Schmidt) [1109269 1029600] | |
- [scsi] qla2xxx: Don't check for firmware hung during the reset context for ISP82XX (Chad Dupuis) [1110658 1054299] | |
- [scsi] qla2xxx: Clear loop_id for ports that are marked lost during fabric scanning (Chad Dupuis) [1110658 1054299] | |
- [scsi] qla2xxx: Issue abort command for outstanding commands during cleanup when only firmware is alive (Chad Dupuis) [1110658 1054299] | |
- [scsi] qla2xxx: Reduce the time we wait for a command to complete during SCSI error handling (Chad Dupuis) [1110658 1054299] | |
- [scsi] qla2xxx: Avoid escalating the SCSI error handler if the command is not found in firmware (Chad Dupuis) [1110658 1054299] | |
- [scsi] qla2xxx: Set host can_queue value based on available resources (Chad Dupuis) [1110658 1054299] | |
- [net] filter: prevent nla extensions to peek beyond the end of the message (Jiri Benc) [1096778 1096779] {CVE-2014-3144 CVE-2014-3145} | |
- [net] bridge: add empty br_mdb_init() and br_mdb_uninit() definitions (Vlad Yasevich) [1106472 1097915] | |
- [net] bridge: Correctly unregister MDB rtnetlink handlers (Vlad Yasevich) [1106472 1097915] | |
- [net] rds: prevent dereference of a NULL device in rds_iw_laddr_check (Radomir Vrbovsky) [1083276 1083277] {CVE-2014-2678} | |
- [s390] crypto: fix aes, des ctr mode concurrency finding (Hendrik Brueckner) [1110168 1096328] | |
- [s390] crypto: fix des and des3_ede ctr concurrency issue (Hendrik Brueckner) [1109885 1065404] | |
- [s390] crypto: fix des and des3_ede cbc concurrency issue (Hendrik Brueckner) [1109883 1065398] | |
- [kernel] futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi() (Mateusz Guzik) [1097759 1097760] {CVE-2012-6647} | |
- [libata] ahci: accommodate tag ordered controller (David Milburn) [1099725 1083748] | |
- [net] mac80211: crash dues to AP powersave TX vs. wakeup race (Jacob Tanenbaum) [1083531 1083532] {CVE-2014-2706} | |
- [netdrv] ath9k: tid->sched race in ath_tx_aggr_sleep() (Jacob Tanenbaum) [1083249 1083250] {CVE-2014-2672} | |
- [kernel] hrtimer: Prevent all reprogramming if hang detected (Prarit Bhargava) [1096059 1075805] | |
- [net] ipv4: current group_info should be put after using (Jiri Benc) [1087412 1087414] {CVE-2014-2851} | |
- [kernel] tracing: Reset ring buffer when changing trace_clocks (Marcelo Tosatti) [1093984 1018138] | |
- [net] rds: dereference of a NULL device (Jacob Tanenbaum) [1079218 1079219] {CVE-2013-7339} | |
- [s390] crypto: fix concurrency issue in aes-ctr mode (Hendrik Brueckner) [1110169 1063478] | |
- [net] ipv4: processing ancillary IP_TOS or IP_TTL (Francesco Fusco) [1094403 990694] | |
- [net] ipv4: IP_TOS and IP_TTL can be specified as ancillary data (Francesco Fusco) [1094403 990694] | |
- [s390] crypto: Fix aes-xts parameter corruption (Hendrik Brueckner) [1110170 1043540] | |
- [fs] ext3: pass custom EOF to generic_file_llseek_size() (Eric Sandeen) [1103068 1007459] | |
- [fs] ext4: use core vfs llseek code for dir seeks (Eric Sandeen) [1103068 1007459] | |
- [fs] vfs: allow custom EOF in generic_file_llseek code (Eric Sandeen) [1103068 1007459] | |
- [fs] ext3: return 32/64-bit dir name hash according to usage type (Eric Sandeen) [1103068 1007459] | |
- [fs] ext4: replace cut'n'pasted llseek code with generic_file_llseek_size (Eric Sandeen) [1103068 1007459] | |
- [fs] vfs: add generic_file_llseek_size (Eric Sandeen) [1103068 1007459] | |
- [net] bridge: disable snooping if there is no querier (Vlad Yasevich) [1090749 1090670] | |
- [net] Revert "bridge: only expire the mdb entry when query is received" (Vlad Yasevich) [1090749 1090670] | |
- [net] Revert "bridge: fix some kernel warning in multicast timer" (Vlad Yasevich) [1090749 1090670] | |
- [net] Revert "bridge: do not call setup_timer() multiple times" (Vlad Yasevich) [1090749 1090670] | |
- [net] Revert "bridge: update mdb expiration timer upon reports" (Vlad Yasevich) [1090749 1090670] | |
- [kernel] futex: Make lookup_pi_state more robust (Jerome Marchand) [1104516 1104517] {CVE-2014-3153} | |
- [kernel] futex: Always cleanup owner tid in unlock_pi (Jerome Marchand) [1104516 1104517] {CVE-2014-3153} | |
- [kernel] futex: Validate atomic acquisition in futex_lock_pi_atomic() (Jerome Marchand) [1104516 1104517] {CVE-2014-3153} | |
- [kernel] futex: prevent requeue pi on same futex (Jerome Marchand) [1104516 1104517] {CVE-2014-3153} | |
- [fs] autofs4: fix device ioctl mount lookup (Ian Kent) [1069630 999708] | |
- [fs] vfs: introduce kern_path_mountpoint() (Ian Kent) [1069630 999708] | |
- [fs] vfs: rename user_path_umountat() to user_path_mountpoint_at() (Ian Kent) [1069630 999708] | |
- [fs] vfs: massage umount_lookup_last() a bit to reduce nesting (Ian Kent) [1069630 999708] | |
- [fs] vfs: allow umount to handle mountpoints without revalidating them (Ian Kent) [1069630 999708] | |
- Revert: [fs] vfs: allow umount to handle mountpoints without revalidating them (Ian Kent) [1069630 999708] | |
- Revert: [fs] vfs: massage umount_lookup_last() a bit to reduce nesting (Ian Kent) [1069630 999708] | |
- Revert: [fs] vfs: rename user_path_umountat() to user_path_mountpoint_at() (Ian Kent) [1069630 999708] | |
- Revert: [fs] vfs: introduce kern_path_mountpoint() (Ian Kent) [1069630 999708] | |
- Revert: [fs] autofs4: fix device ioctl mount lookup (Ian Kent) [1069630 999708] | |
- [block] floppy: don't write kernel-only members to FDRAWCMD ioctl output (Denys Vlasenko) [1094308 1094310] {CVE-2014-1738 CVE-2014-1737} | |
- [block] floppy: ignore kernel-only members in FDRAWCMD ioctl input (Denys Vlasenko) [1094308 1094310] {CVE-2014-1738 CVE-2014-1737} | |
- [fs] vfs: fix autofs/afs/etc magic mountpoint breakage (Frantisek Hrbata) [1094370 1079347] {CVE-2014-0203} | |
* Wed Jun 11 2014 Petr Holasek <[email protected]> [2.6.32-431.22.1.el6] | |
- [fs] cifs: Check if prefixpath starts with '\' in cifs_parse_mount_options (Sachin Prabhu) [1107503 1104268] | |
- [virt] kvm: enable PCI multiple-segments for pass-through device (Michael S. Tsirkin) [1103972 1103471] | |
- [fs] GFS2: Lock i_mutex and use a local gfs2_holder for fallocate (Robert S Peterson) [1102313 1061910] | |
* Wed Jun 04 2014 Petr Holasek <[email protected]> [2.6.32-431.21.1.el6] | |
- [kvm] mmu: fix incorrect check of guest cr4 bits (Bandan Das) [1103821 1007164] | |
- [drm] nouveau: fix nasty bug which can clobber SOR0's clock setup (Ben Skeggs) [1100574 1095796] | |
- [net] tcp: tsq: restore minimal amount of queueing (Jiri Pirko) [1103825 1044053] | |
* Tue May 13 2014 Petr Holasek <[email protected]> [2.6.32-431.20.1.el6] | |
- [net] rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is set (Jiri Pirko) [1092870 1081282] | |
- [net] rtnetlink: Warn when interface's information won't fit in our packet (Jiri Pirko) [1092870 1081282] | |
- [net] bridge: Correctly receive hw-accelerated vlan traffic (Vlad Yasevich) [1096214 1067722] | |
- [net] vlan: Allow accelerated packets to flow through the bridge (Vlad Yasevich) [1096214 1067722] | |
- [infiniband] qib: Add missing serdes init sequence (Doug Ledford) [1080104 1005491] | |
- [infiniband] qib: Fix txselect regression (Doug Ledford) [1080104 1005491] | |
- [netdrv] ixgbevf: fix vlan acceleration (Nikolay Aleksandrov) [1094287 1069028] | |
- [security] selinux: Fix kernel BUG on empty security contexts (Paul Moore) [1062502 1064545] {CVE-2014-1874} | |
- [netdrv] libertas: potential oops in debugfs (Denys Vlasenko) [1034176 1034177] {CVE-2013-6378} | |
- [kernel] cgroup: move put_css_set() after setting CGRP_RELEASABLE bit to fix notify_on_release (Naoya Horiguchi) [1081909 1037465] | |
- [kernel] sched: Use exit hook to avoid use-after-free crash (Naoya Horiguchi) [1081914 1032347] | |
- [kernel] cgroup: replace list_del() with list_del_init() to avoid panic (Naoya Horiguchi) [1081915 1032343] | |
- [x86] turbostat: display C8, C9, C10 residency (Neil Horman) [1096711 1080637] | |
- [scsi] lpfc 8.3.44: Fix kernel panics from corrupted ndlp list (Rob Evers) [1086839 1063699] | |
- [s390] fix kernel crash due to linkage stack instructions (Hendrik Brueckner) [1067678 1067679] {CVE-2014-2039} | |
- [x86] kvm: rate-limit global clock updates (Andrew Jones) [1090750 1072373] | |
- [kernel] hrtimers: Move SMP function call to thread context (Mateusz Guzik) [1079869 1073129] | |
- [kernel] hrtimers: Support resuming with two or more CPUs online (Mateusz Guzik) [1079869 1073129] | |
- [fs] autofs4: fix device ioctl mount lookup (Ian Kent) [1069630 999708] | |
- [fs] vfs: introduce kern_path_mountpoint() (Ian Kent) [1069630 999708] | |
- [fs] vfs: rename user_path_umountat() to user_path_mountpoint_at() (Ian Kent) [1069630 999708] | |
- [fs] vfs: massage umount_lookup_last() a bit to reduce nesting (Ian Kent) [1069630 999708] | |
- [fs] vfs: allow umount to handle mountpoints without revalidating them (Ian Kent) [1069630 999708] | |
- [fs] ext4: fix WARN_ON from ext4_releasepage() (Carlos Maiolino) [1063508 1036814] | |
- [fs] vfs: fix getname() && do_getname() interaction (Oleg Nesterov) [1075653 1024689] | |
- [x86] apic: Make disabled_cpu_apicid static read_mostly, fix typos (Nigel Croxon) [1082622 980621] | |
- [x86] kexec: Add disable_cpu_apicid kernel parameter (Nigel Croxon) [1082622 980621] | |
- [kvm] x86: use kvm_read/write_guest_virt_system in task switch (Paolo Bonzini) [1070296 1018581] | |
- [kvm] x86: small cleanups to kvm_task_switch (Paolo Bonzini) [1070296 1018581] | |
- [kvm] x86: propagate error from kvm_load_segment_descriptor (Paolo Bonzini) [1070296 1018581] | |
- [kvm] x86: improve save_guest_segment_descriptor (Paolo Bonzini) [1070296 1018581] | |
- [kvm] x86: introduce kvm_write_guest_virt_system (Paolo Bonzini) [1070296 1018581] | |
- [kvm] x86: Fix task switch privilege checks (Paolo Bonzini) [1070296 1018581] | |
- [powerpc] Make function that parses RTAS error logs global (Steve Best) [1091424 1028682] | |
- [powerpc] pseries: Add RTAS event log v6 definition (Steve Best) [1091424 1028682] | |
- [powerpc] pseries: Parse and handle EPOW interrupts (Steve Best) [1091424 1028682] | |
- [fs] nfsd: don't try to reuse an expired DRC entry off the list (Jeff Layton) [1088779 1036972] | |
- [fs] nfsd: when reusing an existing repcache entry, unhash it first (Jeff Layton) [1088779 1036972] | |
* Wed Apr 30 2014 Petr Holasek <[email protected]> [2.6.32-431.19.1.el6] | |
- [kernel] sched: fix cpu_power initialization (Radim Krcmar) [1091826 1065304] | |
- [fs] gfs2: Fix uninitialized VFS inode in gfs2_create_inode (Abhijith Das) [1092002 1059808] | |
* Tue Apr 22 2014 Petr Holasek <[email protected]> [2.6.32-431.18.1.el6] | |
- [block] fix race between request completion and timeout handling (Jeff Moyer) [1089915 919756] | |
* Fri Apr 11 2014 Petr Holasek <[email protected]> [2.6.32-431.17.1.el6] | |
- [scsi] qla2xxx: Fixup looking for a space in the outstanding_cmds array in qla2x00_alloc_iocbs() (Chad Dupuis) [1085660 1070856] | |
- [scsi] isci: fix reset timeout handling (David Milburn) [1080600 1040393] | |
- [scsi] isci: correct erroneous for_each_isci_host macro (David Milburn) [1074855 1059325] | |
- [kernel] sched: Fix small race where child->se.parent, cfs_rq might point to invalid ones (Naoya Horiguchi) [1081907 1032350] | |
- [kernel] sched: suppress RCU lockdep splat in task_fork_fair (Naoya Horiguchi) [1081907 1032350] | |
- [kernel] sched: add local variable to store task_group() to avoid kernel stall (Naoya Horiguchi) [1081908 1043733] | |
- [fs] cifs: mask off top byte in get_rfc1002_length() (Sachin Prabhu) [1085358 1069737] | |
- [kernel] Prevent deadlock when post_schedule_rt() results in calling wakeup_kswapd() on multiple CPUs (Larry Woodman) [1086095 1009626] | |
- [scsi] AACRAID Driver compat IOCTL missing capability check (Jacob Tanenbaum) [1033533 1033534] {CVE-2013-6383} | |
- [md] dm-thin: fix rcu_read_lock being held in code that can sleep (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: irqsave must always be used with the pool->lock spinlock (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: sort the per thin deferred bios using an rb_tree (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: use per thin device deferred bio lists (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: simplify pool_is_congested (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: fix dangling bio in process_deferred_bios error path (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: take care to copy the space map root before locking the superblock (Mike Snitzer) [1086007 1060381] | |
- [md] dm-transaction-manager: fix corruption due to non-atomic transaction commit (Mike Snitzer) [1086007 1060381] | |
- [md] dm-space-map-metadata: fix refcount decrement below 0 which caused corruption (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: fix Documentation for held metadata root feature (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: fix noflush suspend IO queueing (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: fix deadlock in __requeue_bio_list (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: fix out of data space handling (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: ensure user takes action to validate data and metadata consistency (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: synchronize the pool mode during suspend (Mike Snitzer) [1086007 1060381] | |
- [md] fix Kconfig indentation (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: allow metadata space larger than supported to go unused (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: fix the error path for the thin device constructor (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: avoid metadata commit if a pool's thin devices haven't changed (Mike Snitzer) [1086007 1060381] | |
- [md] dm-space-map-metadata: fix bug in resizing of thin metadata (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: fix pool feature parsing (Mike Snitzer) [1086007 1060381] | |
- [md] dm-space-map-metadata: fix extending the space map (Mike Snitzer) [1086007 1060381] | |
- [md] dm-space-map-common: make sure new space is used during extend (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: fix set_pool_mode exposed pool operation races (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: eliminate the no_free_space flag (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: add error_if_no_space feature (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: requeue bios to DM core if no_free_space and in read-only mode (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: cleanup and improve no space handling (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: log info when growing the data or metadata device (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: handle metadata failures more consistently (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: factor out check_low_water_mark and use bools (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: add mappings to end of prepared_* lists (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: return error from alloc_data_block if pool is not in write mode (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: use bool rather than unsigned for flags in structures (Mike Snitzer) [1086007 1060381] | |
- [md] dm-persistent-data: cleanup dm-thin specific references in text (Mike Snitzer) [1086007 1060381] | |
- [md] dm-space-map-metadata: limit errors in sm_metadata_new_block (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: fix discard support to a previously shared block (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: initialize dm_thin_new_mapping returned by get_next_mapping (Mike Snitzer) [1086007 1060381] | |
- [md] dm-space-map: disallow decrementing a reference count below zero (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: allow pool in read-only mode to transition to read-write mode (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: re-establish read-only state when switching to fail mode (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: always fallback the pool mode if commit fails (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: switch to read-only mode if metadata space is exhausted (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: switch to read only mode if a mapping insert fails (Mike Snitzer) [1086007 1060381] | |
- [md] dm-space-map-metadata: return on failure in sm_metadata_new_block (Mike Snitzer) [1086007 1060381] | |
- [md] dm-space-map-disk: optimise sm_disk_dec_block (Mike Snitzer) [1086007 1060381] | |
- [md] dm-table: print error on preresume failure (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: do not expose non-zero discard limits if discards disabled (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: always return -ENOSPC if no_free_space is set (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: set pool read-only if breaking_sharing fails block allocation (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: prefix pool error messages with pool device name (Mike Snitzer) [1086007 1060381] | |
- [md] dm-space-map: optimise sm_ll_dec and sm_ll_inc (Mike Snitzer) [1086007 1060381] | |
- [md] dm-btree: prefetch child nodes when walking tree for a dm_btree_del (Mike Snitzer) [1086007 1060381] | |
- [md] dm-btree: use pop_frame in dm_btree_del to cleanup code (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: fix stacking of geometry limits (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: add data block size limits to Documentation (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: fix metadata dev resize detection (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: generate event when metadata threshold passed (Mike Snitzer) [1086007 1060381] | |
- [md] dm-persistent-metadata: add space map threshold callback (Mike Snitzer) [1086007 1060381] | |
- [md] dm-persistent-data: add threshold callback to space map (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: detect metadata device resizing (Mike Snitzer) [1086007 1060381] | |
- [md] dm-persistent-data: support space map resizing (Mike Snitzer) [1086007 1060381] | |
- [md] dm-thin: refactor data dev resize (Mike Snitzer) [1086007 1060381] | |
- [md] dm-bufio: initialize read-only module parameters (Mike Snitzer) [1086007 1060381] | |
- [md] dm-bufio: submit writes outside lock (Mike Snitzer) [1086007 1060381] | |
- [md] dm-bufio: add recursive IO request BUG_ON (Mike Snitzer) [1086007 1060381] | |
- [md] dm-bufio: prefetch (Mike Snitzer) [1086007 1060381] | |
- [md] dm-bufio: fix slow IO latency issue specific to RHEL6 (Mike Snitzer) [1086490 1058528] | |
- [netdrv] mlx4_en: Fixed crash when port type is changed (Amir Vadai) [1085658 1059586] | |
- [netdrv] vmxnet3: fix netpoll race condition (Neil Horman) [1083175 1073218] | |
- [net] netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages (Jiri Pirko) [1077345 1077346] {CVE-2014-2523} | |
- [scsi] megaraid_sas: fix a small problem when reading state value from hw (Tomas Henzl) [1078641 1065187] | |
- [fs] gfs2: Increase the max number of ACLs (Robert S Peterson) [1078874 1075713] | |
- [net] filter: let bpf_tell_extensions return SKF_AD_MAX (Daniel Borkmann) [1079872 960275] | |
- [net] introduce SO_BPF_EXTENSIONS (Daniel Borkmann) [1079872 960275] | |
- [scsi] scsi_dh: cosmetic change to sizeof() (Ewan Milne) [1075554 1062494] | |
- [acpi] thermal: Check for thermal zone requirement (Nigel Croxon) [1075651 1021044] | |
- [acpi] thermal: Don't invalidate thermal zone if critical trip point is bad (Nigel Croxon) [1075651 1021044] | |
- [mm] flush pages from pagevec of offlined CPU (Naoya Horiguchi) [1078007 1037467] | |
- [fs] xfs: deprecate nodelaylog option (Eric Sandeen) [1076056 1055644] | |
- [fs] Fix mountpoint reference leakage in linkat (Jeff Layton) [1069848 1059943] | |
- [net] sock: Fix release_cb kABI brekage (Thomas Graf) [1066535 1039723] | |
- [vhost] fix total length when packets are too short (Michael S. Tsirkin) [1064442 1064444] {CVE-2014-0077} | |
- [net] sctp: fix sctp_sf_do_5_1D_ce to verify if peer is AUTH capable (Daniel Borkmann) [1070715 1067451] {CVE-2014-0101} | |
- [vhost] validate vhost_get_vq_desc return value (Michael S. Tsirkin) [1062579 1058677] {CVE-2014-0055} | |
* Wed Apr 09 2014 Petr Holasek <[email protected]> [2.6.32-431.16.1.el6] | |
- [scsi] vmw_pvscsi: Fix pvscsi_abort() function (Ewan Milne) [1077874 1002727] | |
* Thu Apr 03 2014 Petr Holasek <[email protected]> [2.6.32-431.15.1.el6] | |
- [kernel] sched: Avoid throttle_cfs_rq() racing with period_timer stopping (Seth Jennings) [1083350 844450] | |
* Wed Mar 26 2014 Petr Holasek <[email protected]> [2.6.32-431.14.1.el6] | |
- [net] ip_tunnel: (revert old)/fix ecn decapsulation behaviour (Jiri Pirko) [1078011 1059402] | |
- [net] ipv6: del unreachable route when an addr is deleted on lo (Vivek Dasgupta) [1078798 1028372] | |
- [net] ipv6: add ip6_route_lookup (Vivek Dasgupta) [1078798 1028372] | |
- [net] packet: improve socket create/bind latency in some cases (Daniel Borkmann) [1079870 1045150] | |
* Thu Mar 20 2014 Frantisek Hrbata <[email protected]> [2.6.32-431.13.1.el6] | |
- [fs] dcache: fix cleanup on warning in d_splice_alias (J. Bruce Fields) [1063201 1042731] | |
- [net] sctp: fix sctp_connectx abi for ia32 emulation/compat mode (Daniel Borkmann) [1076242 1053547] | |
* Tue Mar 11 2014 Petr Holasek <[email protected]> [2.6.32-431.12.1.el6] | |
- [mm] vmscan: re-introduce the ZONE_RECLAIM_NOSCAN bailout for zone_reclaim() (Rafael Aquini) [1073562 1039534] | |
- [mm] vmscan: compaction works against zones, not lruvecs (Johannes Weiner) [1073564 982770] | |
* Fri Feb 28 2014 Petr Holasek <[email protected]> [2.6.32-431.11.1.el6] | |
- [net] netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev() (Florian Westphal) [1063271 1049052] | |
- [fs] cifs: sanity check length of data to send before sending (Sachin Prabhu) [1065668 1062590] {CVE-2014-0069} | |
- [fs] cifs: ensure that uncached writes handle unmapped areas correctly (Sachin Prabhu) [1065668 1062590] {CVE-2014-0069} | |
- [infiniband] ipoib: Report operstate consistently when brought up without a link (Michal Schmidt) [1064464 995300] | |
- [security] selinux: fix broken peer recv check (Paul Moore) [1059991 1043051] | |
- [fs] GFS2: Fix slab memory leak in gfs2_bufdata (Robert S Peterson) [1064913 1024024] | |
- [fs] GFS2: Fix use-after-free race when calling gfs2_remove_from_ail (Robert S Peterson) [1064913 1024024] | |
- [fs] nfs: always make sure page is up-to-date before extending a write to cover the entire page (Scott Mayhew) [1066942 1054493] | |
- [fs] xfs: ensure we capture IO errors correctly (Lachlan McIlroy) [1058418 1021325] | |
- [mm] get rid of unnecessary pageblock scanning in setup_zone_migrate_reserve (Motohiro Kosaki) [1062113 1043353] | |
- [security] selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_postroute() (Paul Moore) [1055364 1024631] | |
- [security] selinux: look for IPsec labels on both inbound and outbound packets (Paul Moore) [1055364 1024631] | |
- [security] selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute() (Paul Moore) [1055364 1024631] | |
- [security] selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output() (Paul Moore) [1055364 1024631] | |
- [edac] e752x_edac: Fix pci_dev usage count (Aristeu Rozanski) [1058420 1029530] | |
- [s390] mm: handle asce-type exceptions as normal page fault (Hendrik Brueckner) [1057164 1034268] | |
- [s390] mm: correct tlb flush on page table upgrade (Hendrik Brueckner) [1057165 1034269] | |
- [net] fix memory information leaks in recv protocol handlers (Florian Westphal) [1039868 1039869] | |
- [usb] cdc-wdm: fix buffer overflow (Alexander Gordeev) [922000 922001] {CVE-2013-1860} | |
- [usb] cdc-wdm: Fix race between autosuspend and reading from the device (Alexander Gordeev) [922000 922001] {CVE-2013-1860} | |
* Tue Feb 25 2014 Petr Holasek <[email protected]> [2.6.32-431.10.1.el6] | |
- [fs] xfs: xfs_remove deadlocks due to inverted AGF vs AGI lock ordering (Brian Foster) [1067775 1059334] | |
- [x86] apic: Map the local apic when parsing the MP table (Prarit Bhargava) [1063507 1061873] | |
* Wed Feb 19 2014 Petr Holasek <[email protected]> [2.6.32-431.9.1.el6] | |
- [netdrv] bonding: add NETIF_F_NO_CSUM vlan_features (Ivan Vecera) [1063199 1059777] | |
* Sat Feb 15 2014 Petr Holasek <[email protected]> [2.6.32-431.8.1.el6] | |
- [netdrv] enic: remove enic->vlan_group check (Stefan Assmann) [1064115 1057704] | |
* Fri Feb 07 2014 Petr Holasek <[email protected]> [2.6.32-431.7.1.el6] | |
- [char] n_tty: Fix unsafe update of available buffer space (Jiri Benc) [1060491 980188] | |
- [char] n_tty: Fix stuck throttled driver (Jiri Benc) [1060491 980188] | |
- [char] tty: Add safe tty throttle/unthrottle functions (Jiri Benc) [1060491 980188] | |
- [char] tty: note race we need to fix (Jiri Benc) [1060491 980188] | |
* Sat Jan 18 2014 Petr Holasek <[email protected]> [2.6.32-431.6.1.el6] | |
- [mm] memcg: fix oom schedule_timeout() (Ulrich Obergfell) [1054072 1034237] | |
- [mm] memcg: change memcg_oom_mutex to spinlock (Ulrich Obergfell) [1054072 1034237] | |
- [mm] memcg: fix hierarchical oom locking (Ulrich Obergfell) [1054072 1034237] | |
- [mm] memcg: make oom_lock 0 and 1 based rather than counter (Ulrich Obergfell) [1054072 1034237] | |
* Fri Jan 10 2014 Petr Holasek <[email protected]> [2.6.32-431.5.1.el6] | |
- [net] sctp: fix checksum marking for outgoing packets (Daniel Borkmann) [1046041 1040385] | |
- [kernel] ptrace: Cleanup useless header (Aaron Tomlin) [1046043 1036312] | |
- [kernel] ptrace: kill BKL in ptrace syscall (Aaron Tomlin) [1046043 1036312] | |
- [fs] nfs: Prevent a 3-way deadlock between layoutreturn, open and state recovery (Steve Dickson) [1045094 1034487] | |
- [fs] nfs: Ensure that rmdir() waits for sillyrenames to complete (Steve Dickson) [1051395 1034348] | |
- [fs] nfs: wait on recovery for async session errors (Steve Dickson) [1051393 1030049] | |
- [fs] nfs: Re-use exit code in nfs4_async_handle_error() (Steve Dickson) [1051393 1030049] | |
- [fs] nfs: Update list of irrecoverable errors on DELEGRETURN (Steve Dickson) [1051393 1030049] | |
- [exec] ptrace: fix get_dumpable() incorrect tests (Petr Oros) [1039486 1039487] {CVE-2013-2929} | |
- [net] ipv6: router reachability probing (Jiri Benc) [1043779 1029585] | |
- [net] ipv6: remove the unnecessary statement in find_match() (Jiri Benc) [1043779 1029585] | |
- [net] ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREF (Jiri Benc) [1043779 1029585] | |
- [net] ipv6: Fix default route failover when CONFIG_IPV6_ROUTER_PREF=n (Jiri Benc) [1043779 1029585] | |
- [net] ipv6: probe routes asynchronous in rt6_probe (Jiri Benc) [1040826 1030094] | |
- [net] ndisc: Update neigh->updated with write lock (Jiri Benc) [1040826 1030094] | |
- [net] ipv6: prevent fib6_run_gc() contention (Jiri Benc) [1040826 1030094] | |
- [net] netfilter: push reasm skb through instead of original frag skbs (Jiri Pirko) [1049590 1011214] | |
- [net] ip6_output: fragment outgoing reassembled skb properly (Jiri Pirko) [1049590 1011214] | |
- [net] netfilter: nf_conntrack_ipv6: improve fragmentation handling (Jiri Pirko) [1049590 1011214] | |
- [net] ipv4: fix path MTU discovery with connection tracking (Jiri Pirko) [1049590 1011214] | |
- [net] ipv6: Make IP6CB(skb)->nhoff 16-bit (Jiri Pirko) [1049590 1011214] | |
- [edac] Add error decoding support for AMD Fam16h processors (Prarit Bhargava) [1051394 1020290] | |
- [netdrv] bnx2x: correct VF-PF channel locking scheme (Michal Schmidt) [1040498 1029203] | |
- [netdrv] bnx2x: handle known but unsupported VF messages (Michal Schmidt) [1040498 1029203] | |
- [netdrv] bnx2x: Lock DMAE when used by statistic flow (Michal Schmidt) [1040497 1029200] | |
- [net] ipv6: fix leaking uninitialized port number of offender sockaddr (Florian Westphal) [1035882 1035883] {CVE-2013-6405} | |
- [net] inet: fix addr_len/msg->msg_namelen assignment in recv_error functions (Florian Westphal) [1035882 1035883] {CVE-2013-6405} | |
- [net] inet: prevent leakage of uninitialized memory to user in recv syscalls (Florian Westphal) [1035882 1035883] {CVE-2013-6405} | |
- [net] ipvs: Add boundary check on ioctl arguments (Denys Vlasenko) [1030817 1030818] {CVE-2013-4588} | |
- [s390] qeth: avoid buffer overflow in snmp ioctl (Hendrik Brueckner) [1038935 1034266] | |
- [md] fix calculation of stacking limits on level change (Jes Sorensen) [1035347 1026864] | |
- [ata] ahci: fix turning on LEDs in ahci_start_port() (David Milburn) [1035339 1017105] | |
- [ata] libata: implement cross-port EH exclusion (David Milburn) [1035339 1017105] | |
- [ata] libata add ap to ata_wait_register and intro ata_msleep (David Milburn) [1035339 1017105] | |
- [netdrv] igb: Update link modes display in ethtool (Stefan Assmann) [1032389 1019578] | |
* Thu Dec 19 2013 Petr Holasek <[email protected]> [2.6.32-431.4.1.el6] | |
- [powerpc] signals: Improved mark VSX not saved with small contexts fix (Seth Jennings) [1044566 1044117] | |
- [powerpc] signals: Mark VSX not saved with small contexts (Seth Jennings) [1044566 1044117] | |
* Fri Dec 13 2013 Petr Holasek <[email protected]> [2.6.32-431.3.1.el6] | |
- [net] don't drop TSO features for NO_CSUM devices (Ivan Vecera) [1037812 1030631] | |
- [x86] kvm: fix cross page vapic_addr access (Paolo Bonzini) [1032214 1032215] {CVE-2013-6368} | |
- [x86] kvm: fix division by zero in apic_get_tmcct (Paolo Bonzini) [1032212 1032213] {CVE-2013-6367} | |
* Tue Dec 10 2013 Petr Holasek <[email protected]> [2.6.32-431.2.1.el6] | |
- [netdrv] bonding: Remove redundant VLAN tag insertion logic (Nikolay Aleksandrov) [1039562 1025224] | |
* Fri Nov 22 2013 Petr Holasek <[email protected]> [2.6.32-431.1.1.el6] | |
- [netdrv] mlx4_en: Check device state when setting coalescing (Amir Vadai) [1032395 975908] | |
- [net] ip_output: do skb ufo init for peeked non ufo skb as well (Jiri Pirko) [1023490 1023491] {CVE-2013-4470} | |
- [net] ip6_output: do skb ufo init for peeked non ufo skb as well (Jiri Pirko) [1023490 1023491] {CVE-2013-4470} | |
- [net] sunrpc: Fix a data corruption issue when retransmitting RPC calls (Jeff Layton) [1032424 1030046] | |
- [fs] gfs2: Implement a rgrp has no extents longer than X scheme (Robert S Peterson) [1032162 998625] | |
- [fs] gfs2: Drop inadequate rgrps from the reservation tree (Robert S Peterson) [1032162 998625] | |
- [fs] gfs2: If requested is too large, use the largest extent in the rgrp (Robert S Peterson) [1032162 998625] | |
- [fs] gfs2: Add allocation parameters structure (Robert S Peterson) [1032162 998625] | |
- [fs] nfs: Don't check lock owner compatability unless file is locked - part 2 (Jeff Layton) [1032260 1007039] | |
- [fs] nfs: Don't check lock owner compatibility in writes unless file is locked (Jeff Layton) [1032260 1007039] | |
- [netdrv] ixgbevf: move API neg to reset path (Andy Gospodarek) [1032168 1019346] | |
- [netdrv] ixgbe: fix inconsistent clearing of the multicast table (Andy Gospodarek) [1032170 975248] | |
- [mm] Group e820 entries together and add map_individual_e820 boot option (Larry Woodman) [1020518 876275] | |
- [mm] Exclude E820_RESERVED regions and memory holes above 4 GB from direct mapping (Larry Woodman) [1020518 876275] | |
- [mm] Find_early_table_space based on ranges that are actually being mapped (Larry Woodman) [1020518 876275] | |
- [fs] nfs: Fix the sync mount option for nfs4 mounts (Scott Mayhew) [1030171 915862] | |
- [fs] nfsv4: Missing Chunk of Back Port Patch Causes Hang (Steve Dickson) [1032250 1024006] | |
- [fs] xfs: Ensure sync updates the log tail correctly (Dave Chinner) [1032249 1025439] | |
- [fs] xfs: only update the last_sync_lsn when a transaction completes (Dave Chinner) [1032249 1025439] | |
- [fs] xfs: prevent deadlock trying to cover an active log (Dave Chinner) [1032688 1014867] | |
- [kernel] signal: stop info leak via the tkill and the tgkill syscalls (Petr Holasek) [970876 970878] {CVE-2013-2141} | |
- [block] rsxx: Disallow discards from being unmapped (Steve Best) [1028278 1023897] | |
- [netdrv] brcmsmac: Module alias support missing from backport (John Green) [1029330 1020461] | |
- [netdrv] mlx4_en: Fix pages never dma unmapped on rx (Steve Best) [1027343 1023272] | |
- [netdrv] mlx4_en: Fix BlueFlame race (Amir Vadai) [1029997 987634] | |
- [scsi] lpfc 8.3.42: Fixed failure to allocate SCSI buffer on PPC64 platform for SLI4 devices (Rob Evers) [1030713 1024683] | |
- [scsi] Revert: qla2xxx: Ramp down queue depth for attached SCSI devices when driver resources are low. [1032167 995576] | |
- [netdrv] tg3: avoid double-freeing of rx data memory (Ivan Vecera) [1032423 1020685] | |
- [hda] alsa: Final fix for the Haswell HDMI audio 44.1kHz rate (Jaroslav Kysela) [1032247 1024548] | |
- [input] wacom: do not report ABS_MISC on TPC2FG touch device (Aristeu Rozanski) [1032426 1032256] | |
* Sun Nov 10 2013 Rafael Aquini <[email protected]> [2.6.32-431.el6] | |
- [md] Disabling of TRIM on RAID5 for RHEL6.5 was too aggressive (Jes Sorensen) [1028426] | |
* Tue Nov 05 2013 Rafael Aquini <[email protected]> [2.6.32-430.el6] | |
- [x86] Revert "efi: be more paranoid about available space when creating variables" (Rafael Aquini) [1012370 1023173] | |
- [x86] Revert "efivars: firmware bug workarounds should be in platform code" (Rafael Aquini) [1012370 1023173] | |
- [x86] Revert "efi: Export efi_query_variable_store() for efivars.ko" (Rafael Aquini) [1012370 1023173] | |
- [x86] Revert "efi: Check max_size only if it is non-zero" (Rafael Aquini) [1012370 1023173] | |
- [x86] Revert "efi: Distinguish between "remaining space" and actually used space" (Rafael Aquini) [1012370 1023173] | |
- [x86] Revert "efi: Implement efi_no_storage_paranoia parameter" (Rafael Aquini) [1012370 1023173] | |
- [x86] Revert "Modify UEFI anti-bricking code" (Rafael Aquini) [1012370 1023173] | |
- [x86] Revert "efi: Fix dummy variable buffer allocation" (Rafael Aquini) [1012370 1023173] | |
* Sat Nov 02 2013 Rafael Aquini <[email protected]> [2.6.32-429.el6] | |
- [fs] revert xfs: prevent deadlock trying to cover an active log (Eric Sandeen) [1014867] | |
* Wed Oct 30 2013 Rafael Aquini <[email protected]> [2.6.32-428.el6] | |
- [fs] Revert "vfs: allow umount to handle mountpoints without revalidating them" (Rafael Aquini) [1024607] | |
- [fs] Revert "vfs: massage umount_lookup_last() a bit to reduce nesting" (Rafael Aquini) [1024607] | |
- [fs] Revert "vfs: rename user_path_umountat() to user_path_mountpoint_at()" (Rafael Aquini) [1024607] | |
- [fs] Revert "vfs: introduce kern_path_mountpoint()" (Rafael Aquini) [1024607] | |
- [fs] Revert "autofs4: fix device ioctl mount lookup" (Rafael Aquini) [1024607] | |
* Mon Oct 28 2013 Rafael Aquini <[email protected]> [2.6.32-427.el6] | |
- [tools] perf: Add ref-cycles into array of tested events (Jiri Olsa) [968806] | |
- [pci] Revert "make SRIOV resources optional" (Myron Stowe) [1022270] | |
- [pci] Revert "ability to relocate assigned pci-resources" (Myron Stowe) [1022270] | |
- [pci] Revert "honor child buses add_size in hot plug configuration" (Myron Stowe) [1022270] | |
- [pci] Revert "make cardbus-bridge resources optional" (Myron Stowe) [1022270] | |
- [pci] Revert "code and comments cleanup" (Myron Stowe) [1022270] | |
- [pci] Revert "make re-allocation try harder by reassigning ranges higher in the heirarchy" (Myron Stowe) [1022270] | |
- [pci] Revert "Calculate right add_size" (Myron Stowe) [1022270] | |
* Mon Oct 28 2013 Rafael Aquini <[email protected]> [2.6.32-426.el6] | |
- [block] loop: unplug_fn only when backing file is attached (Lukas Czerner) [1022997] | |
- [fs] ext4: Remove warning from ext4_da_update_reserve_space() (Lukas Czerner) [1011876] | |
- [kernel] async: Revert MAX_THREADS to 256 (Neil Horman) [1021705] | |
- [net] ipv6: restrict neighbor entry creation to output flow (Jiri Pirko) [997103] | |
- [net] ipv6: udp packets following an UFO enqueued packet need also be handled by UFO (Jiri Pirko) [1011930] {CVE-2013-4387} | |
- [net] ipv4: blackhole route should always be recalculated (Herbert Xu) [1010347] | |
- [net] unix: revert/fix race in stream sockets with SOCK_PASS* flags (Daniel Borkmann) [1019343] | |
- [net] Loosen constraints for recalculating checksum in skb_segment() (Vlad Yasevich) [1020298] | |
- [drm] nouveau: fix vblank deadlock (Rob Clark) [1013388] | |
- [usb] xhci: refactor EHCI/xHCI port switching (Don Zickus) [970715] | |
- [fs] compat_ioctl: VIDEO_SET_SPU_PALETTE missing error check (Phillip Lougher) [949573] {CVE-2013-1928} | |
- [fs] vfs: fix d_mountpoint() (Ian Kent) [1011337] | |
- [fs] autofs4: fix device ioctl mount lookup (Ian Kent) [999708] | |
- [fs] vfs: introduce kern_path_mountpoint() (Ian Kent) [999708] | |
- [fs] vfs: rename user_path_umountat() to user_path_mountpoint_at() (Ian Kent) [999708] | |
- [fs] vfs: massage umount_lookup_last() a bit to reduce nesting (Ian Kent) [999708] | |
- [fs] vfs: allow umount to handle mountpoints without revalidating them (Ian Kent) [999708] | |
- [fs] nfs: Remove the 'FIFO' behaviour for nfs41_setup_sequence (Steve Dickson) [1022257] | |
- [fs] nfs: Record the OPEN create mode used in the nfs4_opendata structure (Steve Dickson) [1019439] | |
- [fs] nfs: Simulate the change attribute (Steve Dickson) [1018653] | |
- [scsi] megaraid_sas: Fix synchronization problem between sysPD IO path and AEN path (Tomas Henzl) [1019811] | |
* Mon Oct 21 2013 Rafael Aquini <[email protected]> [2.6.32-425.el6] | |
- [md] dm-snapshot: fix data corruption (Mikulas Patocka) [974481] {CVE-2013-4299} | |
- [watchdog] iTCO_wdt: add platform driver module alias (Neil Horman) [1019497] | |
- [hda] alsa: disable 44.1kHz rate for Haswell HDMI/DP audio (Jaroslav Kysela) [831970] | |
- [x86] Update UV3 hub revision ID (George Beshers) [1018962] | |
- [fs] xfs: Don't reference the EFI after it is freed (Eric Sandeen) [1018469] | |
- [security] keys: Fix a race between negating a key and reading the error set (Dave Wysochanski) [890231] | |
- [fs] nfsv4: Ensure memory ordering between nfs4_ds_connect and nfs4_fl_prepare_ds (Jeff Layton) [1012439] | |
- [fs] nfsv4: nfs4_fl_prepare_ds - fix bugs when the connect attempt fails (Jeff Layton) [1012439] | |
- [md] Disable TRIM on RAID5 for RHEL 6.5 (Jes Sorensen) [837097] | |
- [md] raid5: BIO_RW_SYNCIO is a bit number, not a bitmask (Jes Sorensen) [837097] | |
- [virt] hyperv: framebuffer pci stub (Gerd Hoffmann) [1013335] | |
- [netdrv] bnx2x: add missing enum channel_tlvs definitions (Michal Schmidt) [1015137] | |
- [netdrv] bnx2x: KR2 disablement fix (Michal Schmidt) [1015137] | |
- [netdrv] bnx2x: Specific Active-DAC is not detected on 57810 (Michal Schmidt) [1015137] | |
- [netdrv] bnx2x: Generalize KR work-around (Michal Schmidt) [1015137] | |
- [usb] usbnet: use ethd name for known ethernet devices (Don Zickus) [1014224] | |
- [usb] cdc_ether: use ethd name for known ethernet devices (Don Zickus) [1014224] | |
- [mm] Revert "Find_early_table_space based on ranges that are actually being mapped" (Rafael Aquini) | |
- [mm] Revert "Exclude E820_RESERVED regions and memory holes above 4 GB from direct mapping" (Rafael Aquini) | |
- [mm] Revert "Group e820 entries together and add map_individual_e820 boot option" (Rafael Aquini) | |
- [net] bridge: update mdb expiration timer upon reports (Vlad Yasevich) [1013816] | |
- [net] veth: Remove NETIF_F_HW_VLAN_RX capability (Thomas Graf) [1018158] | |
- [net] gre/vxlan: handle 802.1Q inner header properly (Thomas Graf) [997632] | |
- [net] disable the new NAPI weight error message for RHEL 6.5 (Michal Schmidt) [1012090] | |
- [scsi] sd: Fix parsing of 'temporary ' cache mode prefix (Ewan Milne) [955441] | |
- [scsi] sd: fix array cache flushing bug causing performance problems (Ewan Milne) [955441] | |
- [scsi] bfa: firmware update to 3.2.1.1 (Rob Evers) [1002770] | |
- [netdrv] bna: firmware update to 3.2.1.1 (Ivan Vecera) [1002771] | |
* Mon Oct 14 2013 Rafael Aquini <[email protected]> [2.6.32-424.el6] | |
- [block] loop: fix crash when using unassigned loop device (Mike Snitzer) [989795] | |
- [fs] xfs: prevent deadlock trying to cover an active log (Dave Chinner) [1014867] | |
- [x86] microcode: Fix patch level reporting for AMD family 15h (Prarit Bhargava) [1014401] | |
- [hda] alsa: enable switcheroo code in the snd-hda-intel driver (Jaroslav Kysela) [1013993] | |
- [x86] reboot: Fix a warning message triggered by stop_other_cpus() (Jerome Marchand) [840710] | |
- [kernel] async: Bump up the MAX_THREADS count for the async subsystem (Neil Horman) [1010666] | |
- [pci] Calculate right add_size (Myron Stowe) [997672] | |
- [netdrv] iwlwifi: pcie: add SKUs for 6000, 6005 and 6235 series (Stanislaw Gruszka) [1013951] | |
- [netdrv] iwlwifi: pcie: add new SKUs for 7000 & 3160 NIC series (Stanislaw Gruszka) [1013951] | |
- [netdrv] iwlwifi: enable shadow registers for 7000 (Stanislaw Gruszka) [1013951] | |
- [netdrv] iwlwifi: add new 7260 and 3160 series device IDs (Stanislaw Gruszka) [1013951] | |
- [netdrv] be2net: pass if_id for v1 and V2 versions of TX_CREATE cmd (Ivan Vecera) [1014360] | |
- [netdrv] be2net: call ENABLE_VF cmd for Skyhawk-R too (Ivan Vecera) [1014360] | |
- [netdrv] be2net: Fix to prevent Tx stall on SH-R when packet size < 32 (Ivan Vecera) [1014360] | |
- [scsi] pm8001: Queue rotation logic for inbound and outbound queues (Rich Bono) [1013771] | |
- [scsi] lpfc: Update lpfc version for 8.3.7.21.4p driver release (Rob Evers) [1004841] | |
- [scsi] lpfc: Fixed spinlock hang (Rob Evers) [1004841] | |
- [scsi] lpfc: Fixed spinlock inversion problem (Rob Evers) [1004841] | |
- [scsi] lpfc: Fixed inconsistent spin lock useage (Rob Evers) [1004841] | |
- [scsi] qla2xxx: Update version number to 8.05.00.03.06.5-k2 (Chad Dupuis) [912652] | |
- [scsi] qla2xxx: Fix request queue null dereference (Chad Dupuis) [912652] | |
- [net] tcp: TSQ can use a dynamic limit (Jiri Pirko) [996802] | |
- [net] tcp: TSO packets automatic sizing (Jiri Pirko) [996802] | |
- [net] tcp: Apply device TSO segment limit earlier (Jiri Pirko) [996802] | |
- [net] Allow driver to limit number of GSO segments per skb (Jiri Pirko) [996802] | |
- [net] cleanups in RX queue allocation (Ivan Vecera) [1012388] | |
- [net] Update kernel-doc for netif_set_real_num_rx_queues() (Ivan Vecera) [1012388] | |
- [net] netif_set_real_num_rx_queues may cap num_rx_queues at init time (Ivan Vecera) [1012388] | |
* Thu Oct 10 2013 Rafael Aquini <[email protected]> [2.6.32-423.el6] | |
- [kvm] pmu: add proper support for fixed counter 2 (Gleb Natapov) [1000956] | |
- [kvm] vmx: do not check bit 12 of EPT violation exit qualification when undefined (Gleb Natapov) [1006139] | |
- [kvm] vmx: set "blocked by NMI" flag if EPT violation happens during IRET from NMI (Gleb Natapov) [1006139] | |
- [edac] Fix workqueue-related crashes (Aristeu Rozanski) [831127] | |
- [edac] amd64_edac: Fix driver module removal (Aristeu Rozanski) [831127] | |
- [md] raid5: BIO flags adjust (Jes Sorensen) [837097] | |
- [md] Fix skipping recovery for read-only arrays (Jes Sorensen) [1014102] | |
- [kernel] audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_names record (Richard Guy Briggs) [1009386] | |
- [kernel] audit: log the audit_names record type (Richard Guy Briggs) [1009386] | |
- [kernel] audit: add child record before the create to handle case where create fails (Richard Guy Briggs) [1009386] | |
- [kernel] audit: format user messages to size of MAX_AUDIT_MESSAGE_LENGTH (Richard Guy Briggs) [1007069] | |
- [netdrv] tg3: Expand led off fix to include 5720 (Ivan Vecera) [991498] | |
- [netdrv] tg3: Don't turn off led on 5719 serdes port 0 (Ivan Vecera) [991498] | |
- [netdrv] tg3: Fix UDP fragments treated as RMCP (Ivan Vecera) [991498] | |
- [netdrv] tg3: Remove incorrect switch to aux power (Ivan Vecera) [991498] | |
- [i2c] ismt: initialize DMA buffer (Neil Horman) [1014753] | |
- [scsi] libfcoe: Make fcoe_sysfs optional / fix fnic NULL exception (Neil Horman) [1014864] | |
- [fs] gfs2: Fix race in iteration of glocks for unfreeze/umount (Abhijith Das) [999909] | |
- [fs] gfs2: dirty inode correctly in gfs2_write_end (Benjamin Marzinski) [991596] | |
- [x86] Mark Intel Atom Avoton processor as supported (Prarit Bhargava) [914842] | |
- [mm] vmscan: fix zone shrinking exit when scan work is done (David Gibson) [985155] | |
- [block] free bios when failing blk_execute_rq_nowait calls (Jeff Moyer) [1009312] | |
- [netdrv] be2net: fix disabling TX in be_close() (Ivan Vecera) [951271] | |
- [crypto] Fix race condition in larval lookup (Herbert Xu) [916361] | |
* Mon Oct 07 2013 Rafael Aquini <[email protected]> [2.6.32-422.el6] | |
- [fs] fuse: drop dentry on failed revalidate (Brian Foster) [924014] | |
- [fs] fuse: clean up return in fuse_dentry_revalidate() (Brian Foster) [924014] | |
- [fs] fuse: use d_materialise_unique() (Brian Foster) [924014] | |
- [mm] Group e820 entries together and add map_individual_e820 boot option (Larry Woodman) [876275] | |
- [mm] Exclude E820_RESERVED regions and memory holes above 4 GB from direct mapping (Larry Woodman) [876275] | |
- [mm] Find_early_table_space based on ranges that are actually being mapped (Larry Woodman) [876275] | |
- [hid] pantherlord: heap overflow flaw (Radomir Vrbovsky) [1000435] {CVE-2013-2892} | |
- [virt] hv: Correctly support ws2008R2 and earlier (Jason Wang) [1007341] | |
- [powerpc] iommu: Use GFP_KERNEL instead of GFP_ATOMIC in iommu_init_table() (Steve Best) [1012666] | |
- [powerpc] Add isync to copy_and_flush (Steve Best) [1014475] | |
- [block] rsxx: Kernel Panic caused by mapping Discards (Steve Best) [1013728] | |
- [kernel] audit: avoid soft lockup due to audit_log_start() incorrect loop termination (Richard Guy Briggs) [990806] | |
- [fs] nfsv4: Remove the BUG_ON() from nfs4_get_lease_time_prepare() (Steve Dickson) [1012688] | |
- [netdrv] bnx2x: fix loss of VLAN priority information in received TPA-aggregated packets (Michal Schmidt) [1014694] | |
- [fs] gfs2: garbage quota usage reported due to uninitialized inode during creation (Abhijith Das) [1008947] | |
- [fs] nfs: fix filelayout_commit_call_ops (Scott Mayhew) [1012479] | |
- [netdrv] igb: fix driver reload with VF assigned to guest (Stefan Assmann) [985733] | |
- [md] Fix bio flags for md raid5 (Jes Sorensen) [837097] | |
- [md] Fix bio flags for md raid10 (Jes Sorensen) [837097] | |
- [scsi] qla4xxx: 5.03.00.00.06.05-k3 (Chad Dupuis) [1011476] | |
- [scsi] qla4xxx: Support setting of local CHAP index for flash target entry (Chad Dupuis) [1011476] | |
- [scsi] qla4xxx: Correct the check for local CHAP entry type (Chad Dupuis) [1011476] | |
- [scsi] lpfc: Update lpfc version for 8.3.7.21.3p driver release (Rob Evers) [1012961] | |
- [scsi] lpfc: Fixed function mode field defined too small for not recognizing dual-chute mode (Rob Evers) [1012961] | |
- [net] Revert "net: more accurate skb truesize" (Francesco Fusco) [889181] | |
- [net] fix multiqueue selection (Michal Schmidt) [1011939] | |
* Mon Sep 30 2013 Rafael Aquini <[email protected]> [2.6.32-421.el6] | |
- [scsi] bnx2fc: Bump version from 1.0.14 to 2.4.1 (Tomas Henzl) [1008733] | |
- [scsi] bnx2fc: hung task timeout warning observed when rmmod bnx2x with active FCoE targets (Tomas Henzl) [1008733] | |
- [scsi] bnx2fc: Fixed a SCSI CMD cmpl race condition between ABTS and CLEANUP (Tomas Henzl) [1008733] | |
- [scsi] cnic: Fix crash in, cnic_bnx2x_service_kcq() (Tomas Henzl) [1004554] | |
- [hid] zeroplus: validate output report details (Frantisek Hrbata) [999906] {CVE-2013-2889} | |
- [hid] provide a helper for validating hid reports (Frantisek Hrbata) [999906] {CVE-2013-2889} | |
- [netdrv] sfc: Add SIOCEFX:EFX_MCDI_REQUEST ioctl to workaround MTD limits (Nikolay Aleksandrov) [1008705] | |
- [netdrv] sfc: deny changing of unsupported flags (Nikolay Aleksandrov) [1010840] | |
- [kernel] __ptrace_may_access() should not deny sub-threads (Oleg Nesterov) [927360] | |
- [tools] perf: Make kmem work for non numa machines (Jiri Olsa) [984788] | |
- [powerpc] Bring all threads online prior to migration/hibernation (Steve Best) [1010528] | |
- [kvm] introduce guest count uevent (Paolo Bonzini) [1004802] | |
- [scsi] iscsi_tcp: consider session state in iscsi_sw_sk_state_check (Chris Leech) [840638] | |
- [crypto] ansi_cprng: Fix off by one error in non-block size request (Neil Horman) [1007694] {CVE-2013-4345} | |
- [infiniband] cache: don't fill the cache with junk (Doug Ledford) [920306] | |
- [usb] core: don't try to reset_device() a port that got just disconnected (Don Zickus) [1000944] | |
- [usb] Fix connected device switch to Inactive state (Don Zickus) [1000944] | |
- [usb] Don't use EHCI port sempahore for USB 3.0 hubs (Don Zickus) [1000944] | |
- [netdrv] macvtap: Ignore tap features when VNET_HDR is off (Vlad Yasevich) [987201] | |
- [netdrv] macvtap: Correctly set tap features when IFF_VNET_HDR is disabled (Vlad Yasevich) [987201] | |
- [netdrv] macvtap: simplify usage of tap_features (Vlad Yasevich) [987201] | |
- [infiniband] mlx4: Use default pkey when creating tunnel QPs (Doug Ledford) [993587] | |
- [infiniband] core: Create QP1 using the pkey index which contains the default pkey (Doug Ledford) [993587] | |
- [infiniband] ipoib: Make sure child devices use valid/proper pkeys (Doug Ledford) [993587] | |
- [infiniband] ipoib: Fix pkey change flow for virtualization environments (Doug Ledford) [993587] | |
- [netdrv] igb: don't deprecate the max_vfs parameter (Stefan Assmann) [1005877] | |
- [netdrv] igb: Read flow control for i350 from correct EEPROM section (Stefan Assmann) [1005877] | |
- [netdrv] igb: Add additional get_phy_id call for i354 devices (Stefan Assmann) [1005877] | |
- [netdrv] igb: Update version number (Stefan Assmann) [1005877] | |
- [netdrv] igb: Implementation to report advertised/supported link on i354 devices (Stefan Assmann) [1005877] | |
- [netdrv] igb: Get speed and duplex for 1G non_copper devices (Stefan Assmann) [1005877] | |
- [netdrv] igb: Support to get 2_5G link status for appropriate media type (Stefan Assmann) [1005877] | |
- [netdrv] igb: No PHPM support in i354 devices (Stefan Assmann) [1005877] | |
- [netdrv] igb: M88E1543 PHY downshift implementation (Stefan Assmann) [1005877] | |
- [netdrv] igb: New PHY_ID for i354 device (Stefan Assmann) [1005877] | |
- [netdrv] igb: Implementation of 1-sec delay for i210 devices (Stefan Assmann) [1005877] | |
- [netdrv] igb: Don't look for a PBA in the iNVM when flashless (Stefan Assmann) [1005877] | |
- [netdrv] igb: Expose RSS indirection table for ethtool (Stefan Assmann) [1005877] | |
- [netdrv] igb: Add macro for size of RETA indirection table (Stefan Assmann) [1005877] | |
- [netdrv] igb: Fix get_fw_version function for all parts (Stefan Assmann) [1005877] | |
- [netdrv] igb: Add device support for flashless SKU of i210 device (Stefan Assmann) [1005877] | |
- [netdrv] igb: Refactor NVM read functions to accommodate devices with no flash (Stefan Assmann) [1005877] | |
- [netdrv] igb: Refactor of init_nvm_params (Stefan Assmann) [1005877] | |
- [netdrv] igb: Update MTU so that it is always at least a standard frame size (Stefan Assmann) [1005877] | |
- [netdrv] igb: don't allow SR-IOV without MSI-X (Stefan Assmann) [1005877] | |
- [netdrv] igb: Added rcu_lock to avoid race (Stefan Assmann) [1005877] | |
- [netdrv] igb: Read register for latch_on without return value (Stefan Assmann) [1005877] | |
- [netdrv] igb: Reset the link when EEE setting changed (Stefan Assmann) [1005877] | |
- [netdrv] treewide: relase -> release (Stefan Assmann) [1005877] | |
- [scsi] iterate over devices individually for /proc/scsi/scsi (David Milburn) [966170] | |
- [scsi] zfcp: fix lock imbalance by reworking request queue locking (Mikulas Patocka) [803592] | |
- [kernel] pidns: fix two invalid task_active_pid_ns() usages (Aristeu Rozanski) [984597] | |
- [netdrv] be2net: implement ethtool set/get_channel hooks (Ivan Vecera) [975885] | |
- [netdrv] be2net: refactor be_setup() to consolidate queue creation routines (Ivan Vecera) [975885] | |
- [netdrv] be2net: Fix be_cmd_if_create() to use MBOX if MCCQ is not created (Ivan Vecera) [975885] | |
- [netdrv] be2net: refactor be_get_resources() code (Ivan Vecera) [975885] | |
- [netdrv] be2net: don't limit max MAC and VLAN counts (Ivan Vecera) [975885] | |
- [netdrv] be2net: Fixup profile management routines (Ivan Vecera) [975885] | |
- [netdrv] be2net: use EQ_CREATEv2 for SH-R (Ivan Vecera) [975885] | |
- [netdrv] be2net: delete primary MAC address while unloading (Ivan Vecera) [874733] | |
- [netdrv] be2net: use SET/GET_MAC_LIST for SH-R (Ivan Vecera) [874733] | |
- [netdrv] be2net: refactor MAC-addr setup code (Ivan Vecera) [874733] | |
- [netdrv] be2net: fix pmac_id for BE3 VFs (Ivan Vecera) [874733] | |
- [netdrv] be2net: allow VFs to program MAC and VLAN filters (Ivan Vecera) [874733] | |
- [netdrv] be2net: fix MAC address modification for VF (Ivan Vecera) [874733] | |
- [netdrv] be2net: don't use dev_err when AER enabling fails (Ivan Vecera) [986513] | |
- [netdrv] be2net: Clear any capability flags that driver is not interested in (Ivan Vecera) [998856] | |
- [net] ethtool: fix RHEL backport of ETHTOOL_RESET (Jiri Benc) [1008678] | |
- [net] gact: Fix potential panic in tcf_gact() (Jiri Benc) [1003781] | |
- [net] tcp: fix FIONREAD/SIOCINQ (Francesco Fusco) [1001479] | |
- [net] vxlan: Avoid creating fdb entry with NULL destination (Amerigo Wang) [923915] | |
- [net] bridge: sync the definition of struct br_mdb_entry with upstream (Amerigo Wang) [1010251] | |
- [fs] proc/ns: Fix ABI of proc_inode (Thomas Graf) [1005224] | |
- [fs] nfs: Fix writeback performance issue on cache invalidation (Scott Mayhew) [1010038] | |
- [fs] xfs: switch stacks for bmap btree modifications (Dave Chinner) [918359] | |
- [fs] GFS2: Dont flag consistency error if first mounter is a spectator (Robert S Peterson) [997929] | |
- [x86] Mark Intel Haswell-EP as supported (Prarit Bhargava) [948339] | |
- [s390] tx: allow program interruption filtering in user space (Hendrik Brueckner) [1006523] | |
- [tty] hvc_iucv: Disconnect IUCV connection when lowering DTR (Hendrik Brueckner) [1007570] | |
- [tty] hvc_console: Add DTR/RTS callback to handle HUPCL control (Hendrik Brueckner) [1007570] | |
- [netdrv] bonding: fix bond_arp_rcv setting and arp validate desync state (Nikolay Aleksandrov) [1003697] | |
- [netdrv] bonding: fix store_arp_validate race with mode change (Nikolay Aleksandrov) [1003697] | |
- [netdrv] bonding: fix set mode race conditions (Nikolay Aleksandrov) [1003697] | |
- [bluetooth] rfcomm: Fix info leak in RFCOMMGETDEVLIST ioctl() (Radomir Vrbovsky) [922409] {CVE-2012-6545} | |
- [bluetooth] rfcomm: Fix info leak via getsockname() (Radomir Vrbovsky) [922409] {CVE-2012-6545} | |
- [mm] mlock: operate on any regions with protection != PROT_NONE (Larry Woodman) [982460] | |
- [mm] mlock: avoid dirtying pages and triggering writeback (Larry Woodman) [982460] | |
* Mon Sep 23 2013 Rafael Aquini <[email protected]> [2.6.32-420.el6] | |
- [net] ipv6: Don't depend on per socket memory for neighbour discovery messages (Thomas Graf) [963317] | |
- [netdrv] bnx2x: add missing ethtool ops of virtual functions (Michal Schmidt) [1009492] | |
- [netdrv] bnx2x: avoid atomic allocations during initialization (Michal Schmidt) [1004645 1007900] | |
- [netdrv] bnx2x: Fix VF stats sync (Michal Schmidt) [1007900] | |
- [netdrv] bnx2x: Fix VF memory leak unload (Michal Schmidt) [1007900] | |
- [netdrv] bnx2x: Fix functionality of configuring vlan list (Michal Schmidt) [1007900] | |
- [netdrv] bnx2x: Fix move FP memory deallocations (Michal Schmidt) [1007900] | |
- [netdrv] bnx2x: vf mark stats started (Michal Schmidt) [1007900] | |
- [netdrv] bnx2x: set VF DMAE when first function has 0 supported VFs (Michal Schmidt) [1007900] | |
- [netdrv] bnx2x: Protect against VFs' ndos when SR-IOV is disabled (Michal Schmidt) [1007900] | |
- [netdrv] bnx2x: prevent VF benign attentions (Michal Schmidt) [1007900] | |
- [netdrv] bnx2x: Consider DCBX remote error (Michal Schmidt) [1007900] | |
- [netdrv] bnx2x: Change DCB context handling (Michal Schmidt) [1007900] | |
- [netdrv] bnx2x: dropless flow control not always functional (Michal Schmidt) [1007900] | |
- [netdrv] bnx2x: fix PTE write access error (Michal Schmidt) [1007900] | |
- [netdrv] bnx2x: fix memory leak in VF (Michal Schmidt) [1007900] | |
- [netdrv] bnx2x: update fairness parameters following DCB negotiation (Michal Schmidt) [1007900] | |
- [netdrv] bnx2x: protect different statistics flows (Michal Schmidt) [1007900] | |
- [scsi] lpfc: update version for 8.3.7.21.2p driver release (Rob Evers) [1007485] | |
- [scsi] lpfc: 8.3.42: Fixed issue of task management commands having a fixed timeout (Rob Evers) [1007485] | |
- [scsi] rdac: Add new IBM product id to the RDAC devlist (Rob Evers) [1006061] | |
- [block] hpsa: remove unused Smart Array ID (Tomas Henzl) [1002788] | |
- [block] hpsa: bump driver version to reflect changes (Tomas Henzl) [1002788] | |
- [block] hpsa: housekeeping patch for device_id and product arrays (Tomas Henzl) [1002788] | |
- [block] hpsa: add HP Smart Array Gen8 names (Tomas Henzl) [1002788] | |
- [block] hpsa: add HP Smart Array Gen9 PCI ID's (Tomas Henzl) [1002788] | |
- [block] hpsa: remove unneeded variable (Tomas Henzl) [893773] | |
- [block] hpsa: fix a race in cmd_free/scsi_done (Tomas Henzl) [893773] | |
- [scsi] qla4xxx: 5.03.00.00.06.05-k2 (Chad Dupuis) [982175] | |
- [scsi] qla4xxx: Export more firmware info in sysfs (Chad Dupuis) [982175] | |
- [scsi] qla4xxx: Only BIOS boot target entries should be at index 0 and 1 (Chad Dupuis) [982175] | |
- [scsi] qla4xxx: discovery_parent_idx can be shown without any check (Chad Dupuis) [982175] | |
- [scsi] qla4xxx: Set IPv6 traffic class if device type is IPv6 (Chad Dupuis) [982175] | |
- [scsi] qla4xxx: Use discovery_parent_idx instead of discovery_parent_type (Chad Dupuis) [982175] | |
- [scsi] qla4xxx: Allow removal of failed session using logout (Chad Dupuis) [982175] | |
- [scsi] libiscsi: Add missing prints for session and connection sysfs attrs (Chad Dupuis) [982175] | |
- [scsi] megaraid_sas: Add High Availability clustering support using shared Logical Disks (Tomas Henzl) [997004] | |
- [scsi] megaraid_sas: Version and Changelog update (Tomas Henzl) [997004] | |
- [net] cnic: Use CHIP_NUM macros from bnx2x.h (Tomas Henzl) [1004554] | |
- [hid] validate HID report id size (Frantisek Hrbata) [1000453] {CVE-2013-2888} | |
- [infiniband] cma: Check for GID on listening device first (Doug Ledford) [920306] | |
- [infiniband] cma: use cached gids (Doug Ledford) [920306] | |
- [input] wacom: collect device quirks into single function (Aristeu Rozanski) [815589] | |
- [input] wacom: add device type to device name string (Aristeu Rozanski) [815589] | |
- [input] wacom: request tablet data for Bamboo Pens (Aristeu Rozanski) [815589] | |
- [input] wacom: implement missing multitouch wrappers (Aristeu Rozanski) [815589] | |
- [input] wacom: fix bug in HID parsing introduced by last patchset (Aristeu Rozanski) [815589] | |
- [fs] nfsv4: Clean up delegation recall error handling (Steve Dickson) [1007556] | |
- [fs] nfsv4: Clean up nfs4_open_delegation_recall (Steve Dickson) [1007556] | |
- [fs] nfsv4: Clean up nfs4_lock_delegation_recall (Steve Dickson) [1007556] | |
- [fs] nfs: It is not safe to dereference lsp->ls_state in release_lockowner (Steve Dickson) [962844] | |
- [fs] nfs: Ensure that we free the lock stateid on the server (Steve Dickson) [962844] | |
- [fs] nfs: Don't free the nfs4_lock_state until after the release_lockowner (Steve Dickson) [962844] | |
- [fs] nfs: Convert nfs41_free_stateid to use an asynchronous RPC call (Steve Dickson) [962844] | |
- [fs] nfs: Clean up TEST_STATEID and FREE_STATEID error reporting (Steve Dickson) [962844] | |
- [fs] nfs: Clean up handling of privileged operations (Steve Dickson) [962844] | |
- [fs] nfs: Clean up nfs41_setup_sequence (Steve Dickson) [962844] | |
- [fs] nfs: Pass a stateid to test_stateid() and free_stateid() (Steve Dickson) [962844] | |
- [fs] nfs: added FREE_STATEID call (Steve Dickson) [962844] | |
- [virt] xen: mask cpu feature avx (Andrew Jones) [1006549] | |
- [fs] nfsv4: Fix up nfs4_proc_lookup_mountpoint (Jeff Layton) [997133] | |
- [block] rsxx: Moving pci_map_page to prevent overflow (Steve Best) [1001555] | |
- [block] rsxx: Handling failed pci_map_page on PowerPC and double free (Steve Best) [1001545] | |
- [kernel] sched/rt: Add a tuning knob to allow changing SCHED_RR timeslice (Herbert Xu) [919238] | |
- [kernel] sched: Make initial SCHED_RR timeslace DEF_TIMESLICE (Herbert Xu) [919238] | |
- [block] nvme: nvme_submit_bio_queue fixup check for DISCARD (David Milburn) [1006051] | |
- [block] nvme: Update nvme_id_power_state with latest spec (David Milburn) [1006051] | |
- [block] nvme: Split header file into user-visible and kernel-visible pieces (David Milburn) [1006051] | |
- [block] nvme: Merge issue on character device bring-up (David Milburn) [1006051] | |
- [block] nvme: Handle ioremap failure (David Milburn) [1006051] | |
- [block] nvme: Add pci suspend/resume driver callbacks (David Milburn) [1006051] | |
- [block] nvme: Use normal shutdown (David Milburn) [1006051] | |
- [block] nvme: Separate controller init from disk discovery (David Milburn) [1006051] | |
- [block] nvme: Separate queue alloc/free from create/delete (David Milburn) [1006051] | |
- [block] nvme: Group pci related actions in functions (David Milburn) [1006051] | |
- [block] nvme: Disk stats for read/write commands only (David Milburn) [1006051] | |
- [block] nvme: Bring up cdev on set feature failure (David Milburn) [1006051] | |
- [block] nvme: Fix checkpatch issues (David Milburn) [1006051] | |
- [block] nvme: Namespace IDs are unsigned (David Milburn) [1006051] | |
- [block] nvme: Call nvme_process_cq from submission path (David Milburn) [1006051] | |
- [block] nvme: Remove "process_cq did something" message (David Milburn) [1006051] | |
- [block] nvme: Return correct value from interrupt handler (David Milburn) [1006051] | |
- [block] nvme: Disk IO statistics (David Milburn) [1006051] | |
- [block] nvme: Restructure MSI / MSI-X setup (David Milburn) [1006051] | |
- [block] nvme: Use kzalloc instead of kmalloc+memset (David Milburn) [1006051] | |
- [netdrv] e1000e: Add code to check for failure of pci_disable_link_state call (John Green) [1000548] | |
- [tools] perf: Fix missing tool parameter (Jiri Olsa) [984785] | |
- [tools] perf: Remove builtin-inject unused parameter (Jiri Olsa) [984785] | |
- [mm] pagewalk: walk_page_range should avoid VM_PFNMAP areas (Larry Woodman) [990753] | |
- [mm] pagemap: set pagemap walk limit to PMD boundary (Motohiro Kosaki) [991260] | |
- [mm] task_mmu: fix buffer overflow in add_page_map() (Motohiro Kosaki) [991260] | |
- [mm] proc: copy_to_user() returns unsigned (Motohiro Kosaki) [991260] | |
- [mm] pagemap: Hold mmap_sem during page walk (Motohiro Kosaki) [991260] | |
- [netdrv] ixgbe: fix lockdep annotation issue for ptp's work item (Andy Gospodarek) [986967] | |
- [netdrv] ixgbe: add support for quad-port x520 adapter (Andy Gospodarek) [986967] | |
- [netdrv] ixgbe: clear semaphore bits on timeouts (Andy Gospodarek) [986967] | |
- [netdrv] ixgbe: fix semaphore lock for I2C read/writes on 82598 (Andy Gospodarek) [986967] | |
- [netdrv] ixgbe: add new media type (Andy Gospodarek) [986967] | |
- [netdrv] ixgbe: bump version number (Andy Gospodarek) [986967] | |
- [netdrv] ixgbe: fix SFF data dumps of SFP+ modules (Andy Gospodarek) [986967] | |
- [netdrv] ixgbe: Fix Tx Hang issue with lldpad on 82598EB (Andy Gospodarek) [986967] | |
- [netdrv] ixgbe: fix fc autoneg ethtool reporting (Andy Gospodarek) [986967] | |
- [netdrv] ixgbe: Retain VLAN filtering in promiscuous + VT mode (Andy Gospodarek) [986967] | |
- [netdrv] ixgbe: Use pci_vfs_assigned instead of ixgbe_vfs_are_assigned (Andy Gospodarek) [986967] | |
- [lib] dma-debug: Fix comparison using wrong pointer variable in dma debug code (Stefan Assmann) [1002992] | |
- [lib] dma-debug: hash_bucket_find needs to allow for offsets within an entry (Stefan Assmann) [1002992] | |
- [mm] x86-64: fall back to regular page vmemmap on allocation failure (Johannes Weiner) [854363] | |
- [mm] x86-64: use vmemmap_populate_basepages() for !pse setups (Johannes Weiner) [854363] | |
- [mm] x86-64: remove dead debugging code for !pse setups (Johannes Weiner) [854363] | |
- [mm] sparse-vmemmap: specify vmemmap population range in bytes (Johannes Weiner) [854363] | |
* Thu Sep 12 2013 Rafael Aquini <[email protected]> [2.6.32-419.el6] | |
- [netdrv] bonding: Fix corrupted queue_mapping (Veaceslav Falico) [991799] | |
- [fs] xfs: fallback to vmalloc for large buffers in xfs_attrlist_by_handle (Eric Sandeen) [905086] | |
- [fs] nfs: set open access operation call flag in nfs4_init_opendata_res (Jeff Layton) [1002855] | |
- [kernel] Prevent RT process stall due to missing upstream scheduler bug fix (Larry Woodman) [1002765] | |
* Tue Sep 10 2013 Rafael Aquini <[email protected]> [2.6.32-418.el6] | |
- [netdrv] bnx2x: prevent crash in shutdown flow with CNIC (Michal Schmidt) [1003436] | |
- [fs] nfs: Minor cleanups for nfs4_handle_exception and nfs4_async_handle_error (Dave Wysochanski) [998752] | |
- [wireless] iwl4965: fix rfkill set state regression (Stanislaw Gruszka) [992969] | |
- [wireless] rt2800: fix wrong TX power compensation (Stanislaw Gruszka) [992969] | |
- [wireless] mac80211: add missing channel context release (Stanislaw Gruszka) [992969] | |
- [wireless] mac80211: add a flag to indicate CCK support for HT clients (Stanislaw Gruszka) [992969] | |
- [wireless] ath9k_htc: Restore skb headroom when returning skb to mac80211 (Stanislaw Gruszka) [992969] | |
- [wireless] ath9k: Enable PLL fix only for AR9340/AR9330 (Stanislaw Gruszka) [992969] | |
- [wireless] iwlwifi: pcie: disable L1 Active after pci_enable_device (Stanislaw Gruszka) [992969] | |
- [wireless] iwlwifi: dvm: fix calling ieee80211_chswitch_done() with NULL (Stanislaw Gruszka) [992969] | |
- [wireless] Hostap: copying wrong data prism2_ioctl_giwaplist() (Stanislaw Gruszka) [992969] | |
- [wireless] zd1201: do not use stack as URB transfer_buffer (Stanislaw Gruszka) [992969] | |
- [wireless] iwlwifi: mvm: unregister leds when registration failed (Stanislaw Gruszka) [992969] | |
- [wireless] iwlwifi: mvm: take the seqno from packet if transmit failed (Stanislaw Gruszka) [992969] | |
- [wireless] iwlwifi: mvm: don't set the MCAST queue in STA's queue list (Stanislaw Gruszka) [992969] | |
- [wireless] iwlwifi: mvm: properly tell the fw that a STA is awake (Stanislaw Gruszka) [992969] | |
- [wireless] iwlwifi: mvm: fix MCAST in AP mode (Stanislaw Gruszka) [992969] | |
- [wireless] iwlwifi: mvm: correctly configure MCAST in AP mode (Stanislaw Gruszka) [992969] | |
- [wireless] mac80211: don't wait for TX status forever (Stanislaw Gruszka) [992969] | |
- [wireless] nl80211: fix another nl80211_fam.attrbuf race (Stanislaw Gruszka) [992969] | |
- [wireless] cfg80211: fix P2P GO interface teardown (Stanislaw Gruszka) [992969] | |
- [wireless] mac80211: continue using disabled channels while connected (Stanislaw Gruszka) [992969] | |
- [wireless] mac80211: fix infinite loop in ieee80211_determine_chantype (Stanislaw Gruszka) [992969] | |
- [wireless] mac80211: ignore HT primary channel while connected (Stanislaw Gruszka) [992969] | |
- [wireless] iwl4965: reset firmware after rfkill off (Stanislaw Gruszka) [992969] | |
- [wireless] iwl4965: set power mode early (Stanislaw Gruszka) [992969] | |
- [wireless] iwlwifi: dvm: don't send BT_CONFIG on devices w/o Bluetooth (Stanislaw Gruszka) [992969] | |
- [wireless] iwlwifi: mvm: set SSID bits for passive channels (Stanislaw Gruszka) [992969] | |
- [wireless] rt2x00: fix stop queue (Stanislaw Gruszka) [992969] | |
- [wireless] mac80211: fix monitor interface suspend crash regression (Stanislaw Gruszka) [992969] | |
- [wireless] mac80211: fix ethtool stats for non-station interfaces (Stanislaw Gruszka) [992969] | |
- [wireless] mac80211: fix duplicate retransmission detection (Stanislaw Gruszka) [992969] | |
- [wireless] mac80211/minstrel_ht: fix cck rate sampling (Stanislaw Gruszka) [992969] | |
- [wireless] mac80211/minstrel: fix NULL pointer dereference issue (Stanislaw Gruszka) [992969] | |
- [wireless] nl80211: fix mgmt tx status and testmode reporting for netns (Stanislaw Gruszka) [992969] | |
- [wireless] ath9k_htc: reboot firmware if it was loaded (Stanislaw Gruszka) [992969] | |
- [wireless] ath9k_htc: do some initial hardware configuration (Stanislaw Gruszka) [992969] | |
- [wireless] iwlwifi: mvm: fix flushing not started aggregation sessions (Stanislaw Gruszka) [992969] | |
- [wireless] iwlwifi: add DELL SKU for 5150 HMC (Stanislaw Gruszka) [992969] | |
- [wireless] iwlwifi: mvm: refuse connection to APs with BI < 16 (Stanislaw Gruszka) [992969] | |
- [wireless] iwlwifi: mvm: fix bug in scan ssid (Stanislaw Gruszka) [992969] | |
- [wireless] iwlwifi: mvm: fix L2P BA ressources leak (Stanislaw Gruszka) [992969] | |
- [wireless] mac80211: close AP_VLAN interfaces before unregistering all (Stanislaw Gruszka) [992969] | |
- [wireless] b43: ensue that BCMA is "y" when B43 is "y" (Stanislaw Gruszka) [992969] | |
- [wireless] ath9k: Do not assign noise for NULL caldata (Stanislaw Gruszka) [992969] | |
- [wireless] ath9k: Fix noisefloor calibration (Stanislaw Gruszka) [992969] | |
- [wireless] ath9k_hw: Assign default xlna config for AR9485 (Stanislaw Gruszka) [992969] | |
- [wireless] rt2x00: rt2800lib: fix default TX power check for RT55xx (Stanislaw Gruszka) [992969] | |
- [wireless] rt2x00: read 5GHz TX power values from the correct offset (Stanislaw Gruszka) [992969] | |
- [wireless] iwlwifi: pcie: wake the queue if stopped when being unmapped (Stanislaw Gruszka) [992969] | |
- [wireless] iwlwifi: pcie: fix race in queue unmapping (Stanislaw Gruszka) [992969] | |
- [fs] ext4: don't let i_reserved_meta_blocks go negative (Lukas Czerner) [916592] | |
- [fs] ext4: introduce reserved space (Lukas Czerner) [916592] | |
* Fri Sep 06 2013 Rafael Aquini <[email protected]> [2.6.32-417.el6] | |
- [target] Set bi_destructor in iblock_get_bio (Andy Grover) [999490] | |
- [target] Fix calling bdev_get_queue on a NULL *bio (Andy Grover) [999490] | |
- [net] ipv6: remove max_addresses check from ipv6_create_tempaddr (Petr Holasek) [999365] {CVE-2013-0343} | |
- [net] soreuseport: UDP/IPv6 implementation (Thomas Graf) [991600] | |
- [net] soreuseport: TCP/IPv6 implementation (Thomas Graf) [991600] | |
- [net] soreuseport: UDP/IPv4 implementation (Thomas Graf) [991600] | |
- [net] soreuseport: TCP/IPv4 implementation (Thomas Graf) [991600] | |
- [net] soreuseport: infrastructure (Thomas Graf) [991600] | |
- [kernel] prevent an older auditd shutdown from orphaning a newer auditd startup (Richard Guy Briggs) [742562] | |
- [kernel] audit: add an option to control logging of passwords with pam_tty_audit (Richard Guy Briggs) [725100] | |
- [misc] hpilo: Correct panic when an AUX iLO is detected (Nigel Croxon) [996600] | |
- [watchdog] hpwdt: Patch to ignore auxilary iLO devices (Nigel Croxon) [996608] | |
- [netdrv] igb: fix vlan filtering in promisc mode when not in VT mode (Stefan Assmann) [996277] | |
- [char] random: fix priming of last_data (Jarod Wilson) [997985] | |
- [char] random: prime last_data value per fips requirements (Jarod Wilson) [997985] | |
- [char] random: simplify fips mode (Jarod Wilson) [997985] | |
- [fs] nfs: don't extend writes to cover entire page if pagecache is invalid (Jeff Layton) [1002830] | |
- [fs] nfs: fix inode reference leak (Steve Dickson) [998694] | |
- [fs] nfs: Use session max response size for GETDEVICEINFO gdia_maxcount (Steve Dickson) [922810] | |
- [fs] nfs: Simplify the NFSv4 REMOVE, LINK and RENAME compounds (Steve Dickson) [998697] | |
- [fs] nfs: Simplify the NFSv4 CREATE compound (Steve Dickson) [998697] | |
- [fs] nfs: Simplify the NFSv4 OPEN compound (Steve Dickson) [998697] | |
- [fs] nfs: Simplify the cache invalidation code (Steve Dickson) [998697] | |
- [fs] nfs: Change attribute updates should set NFS_INO_REVAL_PAGECACHE (Steve Dickson) [998697] | |
- [fs] nfs: Simplify nfs_fhget() (Steve Dickson) [998697] | |
- [fs] nfs: Always trust the PageUptodate flag when we have a delegation (Steve Dickson) [998697] | |
- [fs] nfs: Optimise away nfs_check_inode_attributes() when holding a delegation (Steve Dickson) [998697] | |
- [fs] nfs: Dont force page cache revalidations when holding a delegation (Steve Dickson) [998697] | |
- [fs] nfs: Retrieve attributes _before_ calling delegreturn (Steve Dickson) [998697] | |
- [fs] nfs: Fix a typo in NFS4_enc_link_sz (Steve Dickson) [998697] | |
- [scsi] Fix bug on some bnx2x devices that don't support iSCSI (Tomas Henzl) [957217] | |
- [scsi] mpt3sas: Added a driver module parameter max_msix_vectors (Tomas Henzl) [997045] | |
- [scsi] aacraid: Fix for arrays going offline in the system. System hangs (Rich Bono) [996207] | |
* Thu Aug 29 2013 Rafael Aquini <[email protected]> [2.6.32-416.el6] | |
- [fs] gfs2: dont overrun reserved revokes (Benjamin Marzinski) [996637] | |
- [s390] qeth: change default standard blkt settings for OSA (Hendrik Brueckner) [997625] | |
- [s390] kernel: z90crypt module load crash (Hendrik Brueckner) [997621] | |
- [s390] dasd: fix hanging devices after path events (Hendrik Brueckner) [996185] | |
- [cpufreq] revert "remove rwsem lock from CPUFREQ_GOV_STOP call -- second call site" (Prarit Bhargava) [869899] | |
- [perf] Fix regs retrieval for tracepoints events (Jiri Olsa) [1000706] | |
- [tools] perf: Fix period symbol_conf.field_sep display (Jiri Olsa) [985968] | |
- [tools] traceevent: Handle dynamic array's element size properly (Jiri Olsa) [664899] | |
- [tools] perf: Fix perf build make command and BuildRequires (Jiri Olsa) [968186] | |
- [tools] perf: Add support for wildcard in tracepoint system name (Jiri Olsa) [664899] | |
- [perf] Add support for PERF_HW_COUNT_REF_CPU_CYCLES (Jiri Olsa) [968806] | |
- [perf] events: Add Intel x86 mapping for PERF_COUNT_HW_REF_CPU_CYCLES (Jiri Olsa) [968806] | |
- [perf] events: Add PERF_COUNT_HW_REF_CPU_CYCLES generic PMU event (Jiri Olsa) [968806] | |
- [perf] events: Enable raw event support for Intel unhalted_reference_cycles event (Jiri Olsa) [968806] | |
- [net] phonet: some signedness bugs (Francesco Fusco) [1000271] | |
- [net] phonet: put protocols array under RCU (Francesco Fusco) [1000271] | |
- [net] openvswitch: Add vxlan tunneling support (Amerigo Wang) [981285] | |
- [net] vxlan: Add tx-vlan offload support (Amerigo Wang) [981285] | |
- [net] vxlan: Improve vxlan headroom calculation (Amerigo Wang) [981285] | |
- [net] vxlan: Factor out vxlan send api (Amerigo Wang) [981285] | |
- [net] vxlan: Extend vxlan handlers for openvswitch (Amerigo Wang) [981285] | |
- [net] vxlan: Add vxlan recv demux (Amerigo Wang) [981285] | |
- [net] vxlan: Restructure vxlan receive (Amerigo Wang) [981285] | |
- [net] vxlan: Restructure vxlan socket apis (Amerigo Wang) [981285] | |
- [net] openvswitch: Reset tunnel key between input and output (Amerigo Wang) [981285] | |
- [net] openvswitch: Use correct type while allocating flex array (Amerigo Wang) [981285] | |
- [net] openvswitch: Fix bad merge resolution (Amerigo Wang) [981285] | |
- [net] vxlan: fix a soft lockup in vxlan module removal (Amerigo Wang) [923915] | |
- [net] vxlan: fix a regression of igmp join (Amerigo Wang) [923915] | |
- [net] vxlan: fix rcu related warning (Amerigo Wang) [923915] | |
- [net] vxlan: fdb: replace an existing entry (Amerigo Wang) [923915] | |
- [kernel] list: introduce list_first_entry_or_null (Amerigo Wang) [923915] | |
- [net] vxlan: fix igmp races (Amerigo Wang) [923915] | |
- [net] vxlan: unregister on namespace exit (Amerigo Wang) [923915] | |
- [net] vxlan: add necessary locking on device removal (Amerigo Wang) [923915] | |
- [net] vxlan: Fix kernel crash on rmmod (Amerigo Wang) [923915] | |
- [net] vxlan: fix function name spelling (Amerigo Wang) [923915] | |
- [net] vxlan: fdb: allow specifying multiple destinations for zero MAC (Amerigo Wang) [923915] | |
- [net] rtnetlink: allow using zero MAC address in rtnl_fdb_add, rtnl_fdb_del (Amerigo Wang) [923915] | |
- [net] fix address check in rtnl_fdb_del (Amerigo Wang) [923915] | |
- [net] vxlan: allow removal of single destination from fdb entry (Amerigo Wang) [923915] | |
- [net] vxlan: introduce vxlan_fdb_parse (Amerigo Wang) [923915] | |
- [net] vxlan: introduce vxlan_fdb_find_rdst (Amerigo Wang) [923915] | |
- [net] vxlan: add implicit fdb entry for default destination (Amerigo Wang) [923915] | |
- [net] vxlan: Fix sparse warnings (Amerigo Wang) [923915] | |
- [net] vxlan: cosmetic cleanup's (Amerigo Wang) [923915] | |
- [net] vxlan: Use initializer for dummy structures (Amerigo Wang) [923915] | |
- [net] vxlan: port module param should be ushort (Amerigo Wang) [923915] | |
- [net] vxlan: convert remotes list to list_rcu (Amerigo Wang) [923915] | |
- [net] vxlan: make vxlan_xmit_one void (Amerigo Wang) [923915] | |
- [net] vxlan: move cleanup to uninit (Amerigo Wang) [923915] | |
- [net] vxlan: fix race caused by dropping rtnl_unlock (Amerigo Wang) [923915] | |
- [net] vxlan: send notification when MAC migrates (Amerigo Wang) [923915] | |
- [net] vxlan: move IGMP join/leave to work queue (Amerigo Wang) [923915] | |
- [net] vxlan: fix crash from work pending on module removal (Amerigo Wang) [923915] | |
- [net] vxlan: fix out of order operation on module removal (Amerigo Wang) [923915] | |
- [net] vxlan: fix check for migration of static entry (Amerigo Wang) [923915] | |
- [net] vxlan: handle skb_clone failure (Amerigo Wang) [923915] | |
- [net] vxlan: only migrate dynamic FDB entries (Amerigo Wang) [923915] | |
- [net] vxlan: fix race between flush and incoming learning (Amerigo Wang) [923915] | |
- [net] vxlan: defer vxlan init as late as possible (Amerigo Wang) [923915] | |
- [net] vxlan: use unsigned int instead of unsigned (Amerigo Wang) [923915] | |
- [net] vxlan: remove the unused rcu head from struct vxlan_rdst (Amerigo Wang) [923915] | |
- [net] vxlan: Update vxlan fdb 'used' field after each usage (Amerigo Wang) [923915] | |
- [net] vxlan: listen on multiple ports (Amerigo Wang) [923915] | |
- [net] vxlan: do not set SKB_GSO_UDP (Amerigo Wang) [923915] | |
- [net] vxlan: allow choosing destination port per vxlan (Amerigo Wang) [923915] | |
- [net] vxlan: compute source port in network byte order (Amerigo Wang) [923915] | |
- [net] vxlan: source compatiablity with IFLA_VXLAN_GROUP (Amerigo Wang) [923915] | |
- [net] vxlan: fix byte order issues with NDA_PORT (Amerigo Wang) [923915] | |
- [net] vxlan: document UDP default port (Amerigo Wang) [923915] | |
- [net] vxlan: update mail address and copyright date (Amerigo Wang) [923915] | |
- [net] vxlan: Allow L2 redirection with L3 switching (Amerigo Wang) [923915] | |
- [net] vxlan: Allow setting destination to unicast address (Amerigo Wang) [923915] | |
- [net] vxlan: don't bypass encapsulation for multi- and broadcasts (Amerigo Wang) [923915] | |
- [net] vxlan: use htonl when snooping for loopback address (Amerigo Wang) [923915] | |
- [net] vxlan: fix some sparse warnings (Amerigo Wang) [923915] | |
- [net] vxlan: Bypass encapsulation if the destination is local (Amerigo Wang) [923915] | |
- [net] vxlan: Fix sparse warnings (Amerigo Wang) [923915] | |
- [net] vxlan: Use IP Tunnels tunnel ENC encap API (Amerigo Wang) [923915] | |
- [net] vxlan: generalize forwarding tables (Amerigo Wang) [923915] | |
- [net] vxlan: Add vlan support to static neighbors (Amerigo Wang) [923915] | |
- [net] vxlan: allow live mac address change (Amerigo Wang) [923915] | |
- [net] vxlan: add DOVE extensions for VXLAN (Amerigo Wang) [923915] | |
- [net] vxlan: move SET_ETHTOOL_OPS() to vxlan_newlink() (Amerigo Wang) [923915] | |
- [net] vxlan: specify fl4.proto before calling ip_route_output_key() (Amerigo Wang) [923915] | |
- [net] vxlan: Depend on CONFIG_INET (Amerigo Wang) [923915] | |
- [net] fix invalid usage of netdev->priv_flags (Stanislaw Gruszka) [984373] | |
* Tue Aug 27 2013 Rafael Aquini <[email protected]> [2.6.32-415.el6] | |
- [drm] upstream sync to 3.9.9 (Rob Clark) [818344 902637 962824] | |
- [uapi] install UAPI headers in the correct path (Rob Clark) [962824] | |
- [debug] lockdep: provide mutex_lock_nest_lock (Rob Clark) [962824] | |
- [pci] backport PCIE_SPEED_* (Rob Clark) [962824] | |
- [pci] Add PCIe Link Capability link speed and width names (Rob Clark) [962824] | |
- [fs] export get_task_comm() (Rob Clark) [962824] | |
- [x86] sgi-xp: handle non-fatal traps - headers (George Beshers) [956876] | |
- [x86] sgi-xp: handle non-fatal traps (George Beshers) [956876] | |
- [x86] irq: Rename gsi_end gsi_top, and fix off by one errors (Prarit Bhargava) [998602] | |
- [x86] ioapic: In mpparse use mp_register_ioapic (Prarit Bhargava) [998602] | |
- [x86] ioapic: Teach mp_register_ioapic to compute a global gsi_end (Prarit Bhargava) [998602] | |
- [x86] Reinsert "io_apic: initialize nr_ioapic_registers early in mp_register_ioapic()" (Prarit Bhargava) [855057 998602] | |
- [virt] Add a check to catch KVM emulation of Hyper-V (Jason Wang) [985747] | |
- [virt] kvm: Switch to use hypervisor_cpuid_base() (Jason Wang) [985747] | |
- [x86] Introduce hypervisor_cpuid_base() (Jason Wang) [985747] | |
- [kernel] kexec: add the values related to buddy system for filtering free pages (Nigel Croxon) [960746] | |
- [virt] hv_balloon: Initialize the transaction ID just before sending the packet (Jason Wang) [993473] | |
- [virt] hv_balloon: Do not post pressure status if interrupted (Jason Wang) [993473] | |
- [virt] hv_balloon: Fix a bug in the hot-add code (Jason Wang) [993473] | |
- [kernel] sysctl: range checking in do_proc_dointvec_ms_jiffies_conv (Francesco Fusco) [972430] | |
- [net] neigh: prevent overflowing params in /proc/sys/net/ipv4/neigh/ (Francesco Fusco) [972430] | |
- [net] neigh: fix some compiler warning in net/core/neighbour.c (Francesco Fusco) [972430] | |
- [net] neigh: prohibit negative value for unres_qlen_bytes parameter (Francesco Fusco) [972430] | |
- [net] netfilter: don't permit ct creation with random tuple (Thomas Graf) [994393] | |
- [net] netfilter: fix BUG_ON while removing nf_conntrack with netns (Thomas Graf) [991246] | |
- [net] gro: Fix kcalloc argument order (Amerigo Wang) [995405] | |
- [net] gro: fix a race in gro_cell_poll() (Amerigo Wang) [995405] | |
- [net] ip_tunnel: fix a pointer cast in ip_tunnel_xmit() (Amerigo Wang) [995405] | |
- [virt] xen: avoid allocation causing potential swap activity on the resume path (Radim Krcmar) [996631] | |
- [virt] xen: ensure timer tick is resumed even on CPU driving the resume (Radim Krcmar) [996631] | |
- [infiniband] ipoib: Fix race in deleting ipoib_neigh entries (Doug Ledford) [987174] | |
- [scsi] libiscsi: Added new boot entries in the session sysfs (Chris Leech) [994743] | |
- [x86] kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu() (Fam Zheng) [988658] | |
- [block] do not pass disk names as format strings (Alexander Gordeev) [971372] {CVE-2013-2851} | |
* Mon Aug 19 2013 Rafael Aquini <[email protected]> [2.6.32-414.el6] | |
- [fs] Revert "ext4: dont let i_reserved_meta_blocks go negative" (Rafael Aquini) [916592] | |
- [fs] Revert "ext4: introduce reserved space" (Rafael Aquini) [916592] | |
- [netdrv] bnx2x: fill in sane dump flag information (Michal Schmidt) [995475 996988] | |
- [netdrv] bnx2x: remove zeroing of dump data buffer (Michal Schmidt) [995475 996988] | |
- [netdrv] bnx2x: fix dump flag handling (Michal Schmidt) [995475 996988] | |
- [netdrv] bnx2x: fix crash in bnx2x_set_vlan_stripping() (Michal Schmidt) [995475] | |
- [scsi] lpfc: Update lpfc version for 8.3.7.21.1p driver release (Rob Evers) [947546] | |
- [scsi] lpfc: Merge with "lpfc 8.3.31: Fixed system panic due to midlayer abort and (Rob Evers) [947546] | |
- [scsi] lpfc: Removed obsolete fcp_eq_count and fcp_wq_count driver attributes (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.40: Update Copyrights to 2013 for 8.3.38, 8.3.39, and 8.3.40 modifications (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.40: Fixed a race condition between SLI host and port failed FCF rediscovery (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.40: Fixed issue mailbox wait routine failed to issue dump memory mbox command (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.40: Fixed system panic due to unsafe walking and deleting linked list (Rob Evers) [947546] | |
- [scsi] lpfc: lpfc 8.3.40: Fixed FCoE connection list vlan identifier and add FCF list debug (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.40: Clarified the behavior of the lpfc_max_luns module parameter (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.40: Fix to allow OCM to report FEC status (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.40: Fixed a missing return code in a logging message (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.40: Fixed some logging message fields (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.40: Fixed list corruption when lpfc_drain_tx runs (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.40: Fix starting reference tag when calculating BG error (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.40: Fix inconsistent list removal causes crash (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.40: Fixed system panic during handling unsolicited receive buffer error condition (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.40: Fix BlockGuard error checking (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.40: Fixed crash during FCoE failover testing (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.40: Fix lpfc_used_cpu to be more dynamic (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.39: Fixed driver handling of CLEAR_LA with NPIV enabled causing SID=0 frames out (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.39: Reduced tmo value set to FLOGI WQE for quick recovery from FLOGI sequence timeout (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.39: Add log message when completes with clean address bit set to zero (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.39: Fixed driver vector mapping to CPU affinity (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.39: Fixed iocb flags not being reset for scsi commands (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.39: Fixed system panic during EEH recovery due to midlayer acting on outstanding I/O (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.39: Fixed not returning FAILED status when SCSI invoking host reset handler failed (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.39: Fixed bad book keeping in posting els sgls to port (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.39: Fixed BlockGuard to take advantage of rdprotect/wrprotect info when available (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.39: Reduced spinlock contention on SCSI buffer list (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.39: Fixed crash when processing bsg's sg list with high memory pages (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.39: Remove lpfc_fcp_look_ahead module parameter (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.39: Fix driver issues with SCSI Host reset (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.39: Doorbell formation information logged in dual-chute mode WQ and RQ setup (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.39: Fix driver issues with large s/g lists for BlockGuard (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.39: Fix driver issues with large lpfc_sg_seg_cnt values (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.39: Fixed pt2pt and loop discovery problems on topology changes (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.39: Remove driver dependency on HZ (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.39: Fixed BlockGuard error reporting (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.39: Fixed VPI allocation issues after firmware dump is performed (Rob Evers) [947546] | |
- [scsi] lpfc: fix potential NULL pointer dereference in lpfc_sli4_rq_put() (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.38: Fixed potential mis-interpretation of READ_TOPOLOGY reserved fields (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.38: Fix default value for lpfc_enable_rrq (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.38: Fixed circular locking dependency and inconsistent lock state issues (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.38: Fixed PT2PT bring up problem for FC SLI4 (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.38: Fixed OXID reuse issue (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.38: Fixed async FCF modified event to in-use FCF failure to trigger recovery (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.38: Fixed deadlock condition in FCF round robin handling (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.38: Fixed bsg timeout handling issues that would result in crashes ? applied and checked into RHEL6.5 (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.38: Fixed degraded performance after cable pulls (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.38: Fixed NMI watch dog panic's when resetting the hba (Rob Evers) [947546] | |
- [scsi] lpfc: treewide: Fix typos in kernel messages (Rob Evers) [947546] | |
- [scsi] lpfc: fix lpfc build when wmb() is defined as mb() (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.37: Fixed infinite loop in lpfc_sli4_fcf_rr_next_index_get (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.37: Fixed crash due to SLI Port invalid resource count (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.37: Provide support for FCoE protocol dual-chute (ULP) operation (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.37: Fixed stale ndlp state when the node is marked for deferred removal (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.37: Fix potential memory corruption bug (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.37: Fixed no-context ABTS failed with BA_RJT (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.37: Removed use of NOP mailboxes for interrupt verification (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.37: Fixed exhausted retry for plogi to nameserver (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.37: Fixed ELS_REC received on the unsolicited receive queue (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.37: Provide support for change_queue_type (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.36: Correct mask error (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.36: Correct buffer length overrun (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.36: Update DIF support for passthru/strip/insert (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.36: Fix bug with Target Resets and FCP2 devices (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.35: Fixed not checking solicition in progress bit when verifying FCF record for use (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.35: Fixed PRLI not being retried if a LS_RJT with a reason (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.35: Expand I/O channel support for large systems (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.34: Adjust IO Channels to 1 when INTx (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.35: Fix interrupt delay multipler conversion for eq_create (Rob Evers) [947546] | |
- [scsi] lpfc 8.3.34: Correct typecasts for snprintf messages (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.34: Fix number of IO channels to match CPUs (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.33: Fixed debugfs queInfo to include queue stats (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.33: Add lpfc_fcp_look_ahead module parameter (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.33: Make I/O to hw queue distribution algorithm a module parameter (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.33: Change Naming convention for SLI4 Interrupt vector (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.33: Allow per-hba interrupt rate tuning (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.33: Tie parallel I/O queues into separate MSIX vectors (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.33: Add Interrupts per second stats via debugfs (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.33: Parallelize SLI-4 Q distribution (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.33: Formally separate lpfc_sli_ring SLI-3 and SLI-4 variantions (Rob Evers) [947546] | |
- [scsi] lpfc: 8.3.33: Add debugfs interface to display SLI queue information (Rob Evers) [947546] | |
- [scsi] lpfc: treewide: fix comment/printk/variable typos (Rob Evers) [947546] | |
- [netdrv] qlcnic: Update version to 5.2.43 (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Enhance virtual NIC logging (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: qlcnic_get_board_name() function cleanup (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Implement GET_LED_STATUS command for 82xx adapter (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: modify reset recovery path in diag mode (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: diagnostics routine changes (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Convert nested if-else to switch-case (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Initialize trans_work and idc_aen_work at VF probe (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Remove qlcnic_config_npars module parameter (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Update IRQ name for 8200 and 8300 Series adapter (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Disable INT-x interrupt for 83xx on driver unload (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Support spoof check config (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Fix LRO bugs while tuning offloads using Q application (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Enable LRO if it was disabled by RX checksum (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: remove netdev->trans_start updates within the driver (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Return proper error codes from probe failure paths (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Fix validation of link event command (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Fix mailbox response handling (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Fix bug in diagnostics test reset recovery path (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Fix reset recovery after transmit timeout (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Fix ethtool supported port status for 83xx (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Fix missing bracket in module parameter (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Fix ethtool strings (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Fix setting MAC address (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Update version to 5.2.42 (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Add identifying string for 83xx adapter (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Rename the IRQ description (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Enable Interrupt Coalescing for 83xx adapter (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Add eSwitch statistics support (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Take EPORT out of reset sequence before disabling PAUSE (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Enhance channel configuration logs (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Update version to 5.2.41 (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Support polling for mailbox events (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Fix loopback test for SR-IOV PF (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Support VLAN id config (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Support MAC address, Tx rate config (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: VF reset recovery implementation (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: VF FLR implementation (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Change 82xx adapter VLAN id endian type (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Fix typo in logs (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: fix TSO race condition (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Stop traffic before performing loopback test (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: fix beaconing test for 82xx adapter (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Fix set_flags handler for ethtool (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Bump up the version to 5.2.40 (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Fix sparse warnings (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Fix NULL dereference in error path (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Fix potential NULL dereference (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Bump up the version to 5.2.39 (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Support atomic commands (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Support VF-PF communication channel commands (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: VF-PF communication channel implementation (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Use shared interrupt vector for Tx and Rx (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: SR-IOV VF probe (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Support SR-IOV enable and disable (Chad Dupuis) [927395] | |
- [netdrv] qlcnic: Add QLCNIC_SRIOV to Kconfig (Chad Dupuis) [927395] | |
* Thu Aug 15 2013 Rafael Aquini <[email protected]> [2.6.32-413.el6] | |
- [mm] reinstate mmap -EINVAL return error code when mapping length is zero (Rafael Aquini) [995339] | |
- [fs] ext4: introduce reserved space (Lukas Czerner) [916592] | |
- [fs] ext4: dont let i_reserved_meta_blocks go negative (Lukas Czerner) [916592] | |
- [firmware] efivars: Use correct efi_pstore_info struct when calling pstore_register (Lenny Szubowicz) [867689] | |
- [s390] zfcp: block queue limits with data router (Hendrik Brueckner) [952734] | |
- [char] ipmi: eliminate long delay in ipmi_si on SGI UV2 (George Beshers) [876778] | |
- [net] bridge: fix a conflict in if_bridge.h with glibc headers (Amerigo Wang) [981325] | |
- [usb] fix endpoint-disabling for failed config changes (Don Zickus) [889391] | |
- [usb] Free the allocated memory before exiting on error (Don Zickus) [889391] | |
- [usb] xhci: fix list access before init (Don Zickus) [889391] | |
- [usb] xhci-mem: init list heads at the beginning of init (Don Zickus) [889391] | |
- [usb] xhci: override bogus bulk wMaxPacketSize values (Don Zickus) [889391] | |
- [usb] enclose USB_XHCI_HCD related symbols within a if USB_XHCI_HCD block (Don Zickus) [889391] | |
- [usb] xhci: clarify compliance mode debug messages (Don Zickus) [889391] | |
- [usb] xhci: Rename SEGMENT_SIZE and SEGMENT_SHIFT as the former is used in a.out.h (Don Zickus) [889391] | |
- [usb] xhci: Use ilog2() rather than __ffs() for calculating SEGMENT_SHIFT (Don Zickus) [889391] | |
- [usb] xhci: Don't warn on empty ring for suspended devices (Don Zickus) [889391] | |
- [usb] xhci: Fix TRB transfer length macro used for Event TRB (Don Zickus) [889391] | |
- [usb] xhci: fix build warning (Don Zickus) [889391] | |
- [usb] xhci: fix bit definitions for IMAN register (Don Zickus) [889391] | |
- [usb] xhci: correctly enable interrupts (Don Zickus) [889391] | |
- [usb] xhci: fix memory leak of URB-private data (Don Zickus) [889391] | |
- [usb] xhci: fix incorrect bit test (Don Zickus) [889391] | |
- [usb] xhci: Fix TD size for isochronous URBs (Don Zickus) [889391] | |
- [usb] xhci: Fix isoc TD encoding (Don Zickus) [889391] | |
- [usb] xhci: remove unused trb var in xhci_irq() (Don Zickus) [889391] | |
- [usb] xhci: Add Lynx Point LP to list of Intel switchable hosts (Don Zickus) [889391] | |
- [usb] xhci: move HC_STATE_SUSPENDED check to xhci_suspend() (Don Zickus) [889391] | |
- [usb] xhci: Stricter conditional for Z1 system models for Compliance Mode Patch (Don Zickus) [889391] | |
- [usb] xhci: Extend Fresco Logic MSI quirk (Don Zickus) [889391] | |
- [usb] xhci: fix null-pointer dereference when destroying half-built segment rings (Don Zickus) [889391] | |
- [usb] xhci: Fix TD Size calculation on 1.0 hosts (Don Zickus) [889391] | |
- [usb] xhci: Fix conditional check in bandwidth calculation (Don Zickus) [889391] | |
- [usb] xhci: Avoid global symbol pollution with handshake (Don Zickus) [889391] | |
- [usb] xhci: Remove assigned but unused ep_ctx (Don Zickus) [889391] | |
- [usb] xhci: Remove assigned but unused slot_ctx (Don Zickus) [889391] | |
- [usb] xhci: Fix missing break in xhci_evaluate_context_result (Don Zickus) [889391] | |
- [usb] xhci: Fix potential NULL ptr deref in command cancellation (Don Zickus) [889391] | |
- [usb] xhci: Remove __force__ __u16 before assigning DeviceRemovable and assign directly (Don Zickus) [889391] | |
- [usb] xhci-ring: removes unnecessary semicolon (Don Zickus) [889391] | |
- [usb] xhci: update a comment regarding the BOS descriptor to reflect the code (Don Zickus) [889391] | |
- [usb] xhci: sparse fixes (Don Zickus) [889391] | |
- [usb] Fail a get config when the port is powered off (Don Zickus) [889391] | |
- [usb] xhci: Handle clear PORT_POWER feature (Don Zickus) [889391] | |
- [usb] redefine DeviceRemovable and wHubDelay as _le16 (Don Zickus) [889391] | |
- [usb] xhci: Avoid "dead ports", add roothub port polling (Don Zickus) [894180] | |
- [usb] Handle warm reset failure on empty port (Don Zickus) [894180] | |
- [usb] Ignore port state until reset completes (Don Zickus) [894180] | |
- [usb] Increase reset timeout (Don Zickus) [894180] | |
- [usb] Allow USB 3.0 ports to be disabled (Don Zickus) [894180] | |
- [usb] Ignore xHCI Reset Device status (Don Zickus) [894180] | |
- [usb] Handle auto-transition from hot to warm reset (Don Zickus) [894180] | |
- [usb] xhci: Handle HS bulk/ctrl endpoints that don't NAK (Don Zickus) [894180] | |
- [usb] Enable LPM after a failed probe (Don Zickus) [815547] | |
- [usb] Don't enable LPM if the exit latency is zero (Don Zickus) [815547] | |
- [usb] Send Set SEL before enablng parent U1/U2 timeout (Don Zickus) [815547] | |
- [usb] xhci: endianness xhci_calculate_intel_u2_timeout (Don Zickus) [815547] | |
- [usb] xhci: fix integer overflow (Don Zickus) [815547] | |
- [usb] Fix LPM disable count mismatch on driver unbind (Don Zickus) [815547] | |
- [usb] Disable LPM while the device is unconfigured (Don Zickus) [815547] | |
- [usb] Fix LPM disable/enable during device reset (Don Zickus) [815547] | |
- [usb] xhci: Fix DIV_ROUND_UP compile error (Don Zickus) [815547] | |
- [usb] xhci: Fix compile with CONFIG_USB_SUSPEND=n (Don Zickus) [815547] | |
- [usb] Fix core compile with CONFIG_USB_SUSPEND=n (Don Zickus) [815547] | |
- [usb] Disable hub-initiated LPM for comms devices (Don Zickus) [815547] | |
- [usb] xhci: Add Intel U1/U2 timeout policy (Don Zickus) [815547] | |
- [usb] xhci: Add infrastructure for host-specific LPM policies (Don Zickus) [815547] | |
- [usb] Add macros for interrupt endpoint types (Don Zickus) [815547] | |
- [usb] xhci: Reserve one command for USB3 LPM disable (Don Zickus) [815547] | |
- [usb] xhci: Some Evaluate Context commands must succeed (Don Zickus) [815547] | |
- [usb] Disable USB 3.0 LPM in critical sections (Don Zickus) [815547] | |
- [usb] Add support to enable/disable USB3 link states (Don Zickus) [815547] | |
- [usb] Allow drivers to disable hub-initiated LPM (Don Zickus) [815547] | |
- [usb] Calculate USB 3.0 exit latencies for LPM (Don Zickus) [815547] | |
- [usb] Refactor code to set LPM support flag (Don Zickus) [815547] | |
- [usb] Make sure to fetch the BOS desc for roothubs (Don Zickus) [815547] | |
- [usb] xhci: Add roothub code to set U1/U2 timeouts (Don Zickus) [815547] | |
- [scsi] pm8001: Add new driver pmc8001 to RHEL 6.5 (Rich Bono) [922129] | |
- [scsi] bnx2fc: introduce missing kfree (Jan Vesely) [916004] | |
- [scsi] bnx2fc: Fix common misspellings (Jan Vesely) [916004] | |
- [scsi] bnx2fc: Drivers: scsi: remove __dev* attributes (Jan Vesely) [916004] | |
- [scsi] bnx2fc: Make the fcoe_cltr the SCSI host parent (Jan Vesely) [916004] | |
- [scsi] bnx2fc: Bumped version to 1.0.14 (Jan Vesely) [916004] | |
- [scsi] bnx2fc: Update copyright dates (Jan Vesely) [916004] | |
- [scsi] bnx2fc: Fix race condition between IO completion and abort (Jan Vesely) [916004] | |
- [scsi] bnx2fc: Include chip number in the symbolic name (Jan Vesely) [916004] | |
- [scsi] bnx2fc: Enable cached tasks to improve performance (Jan Vesely) [916004] | |
- [scsi] bnx2fc: adjust duplicate test (Jan Vesely) [916004] | |
- [scsi] bnx2fc: Bumped version to 1.0.13 (Jan Vesely) [916004] | |
- [scsi] bnx2fc: Support max IO size to 512KB (Jan Vesely) [916004] | |
- [scsi] bnx2fc: Tx/Rx byte counts reset to 0 when exceeding 32 bit values (Jan Vesely) [916004] | |
- [scsi] bnx2fc: Map the doorbell register between offload and enable requests (Jan Vesely) [916004] | |
- [scsi] bnx2fc: Move offload/upload wait logic into a function (Jan Vesely) [916004] | |
- [scsi] bnx2fc: support software fcoe target (Jan Vesely) [916004] | |
- [scsi] bnx2fc: remove useless calls to memset() (Jan Vesely) [916004] | |
- [scsi] bnx2fc: use fcoe_get_lesb/fcoe_ctlr_get_lesb() directly from libfcoe (Jan Vesely) [916004] | |
- [scsi] bnx2fc: use fcoe_link_speed_update() from the exported symbol in libfcoe (Jan Vesely) [916004] | |
- [scsi] bnx2fc: add support to get_netdev for bnx2f_interface (Jan Vesely) [916004] | |
- [scsi] bnx2fc: Use the fcoe_sysfs control interface (Jan Vesely) [916004] | |
- [scsi] libfcoe, fcoe, bnx2fc: Add new fcoe control interface (Jan Vesely) [916004] | |
- [scsi] bnx2fc: treewide: fix typo of "suppport" in various comments (Jan Vesely) [916004] | |
- [scsi] fix various printk and comment typos (Jan Vesely) [916004] | |
- [scsi] fcoe, bnx2fc, libfcoe: SW FCoE and bnx2fc use FCoE Syfs (Jan Vesely) [916004] | |
- [scsi] bnx2fc: Allocate fcoe_ctlr with bnx2fc_interface, not as a member (Jan Vesely) [916004] | |
- [scsi] bnx2i: Fixed bugs in the handling of unsolicited NOP-Ins (Jan Vesely) [916003] | |
- [scsi] bnx2i: Update version and copyright year 2013 (Jan Vesely) [916003] | |
- [scsi] bnx2i: Drivers: scsi: remove __dev* attributes (Jan Vesely) [916003] | |
- [scsi] bnx2i: Fix typo in printk and comments (Jan Vesely) [916003] | |
- [scsi] bnx2i: fix the bit manipulation when setting the error mask (Jan Vesely) [916003] | |
- [scsi] bnx2i: removed the individual PCI DEVICE ID checking (Jan Vesely) [916003] | |
* Tue Aug 13 2013 Rafael Aquini <[email protected]> [2.6.32-412.el6] | |
- [netdrv] ixgbe: fix broken module parameter IntMode (Andy Gospodarek) [958967] | |
- [netdrv] ixgbe: fix broken module parameter FdirMode (Andy Gospodarek) [958967] | |
- [fs] fuse: initialize dentry->d_op properly in fuse_direntplus_link() (Brian Foster) [994492] | |
- [fs] nfs4: Fix infinite loop in nfs4_lookup_root (Scott Mayhew) [987426] | |
- [tracing] Replace syscall_meta_data struct array with pointer array (Jiri Olsa) [992987] | |
- [tracing] Replace trace_event struct array with pointer array (Jiri Olsa) [992987] | |
- [mm] percpu: don't implicitly include slab.h from percpu.h (Baoquan He) [878312] | |
- [mm] percpu: fix per_cpu_ptr_to_phys() handling of non-page-aligned addresses (Baoquan He) [878312] | |
- [mm] percpu: explain why per_cpu_ptr_to_phys() is more complicated than necessary (Baoquan He) [878312] | |
- [mm] percpu: fix chunk range calculation (Baoquan He) [878312] | |
- [mm] percpu: should use is_vmalloc_addr() (Baoquan He) [878312] | |
- [mm] percpu: fix pcpu_last_unit_cpu (Baoquan He) [878312] | |
- [mm] percpu: fix first chunk match in per_cpu_ptr_to_phys() (Baoquan He) [878312] | |
- [mm] percpu: fix trivial bugs in pcpu_build_alloc_info() (Baoquan He) [878312] | |
- [mm] percpu: move vmalloc based chunk management into percpu-vm.c (Baoquan He) [878312] | |
- [mm] percpu: misc preparations for nommu support (Baoquan He) [878312] | |
- [mm] percpu: reorganize chunk creation and destruction (Baoquan He) [878312] | |
- [mm] percpu: factor out pcpu_addr_in_first/reserved_chunk() and update per_cpu_ptr_to_phys() (Baoquan He) [878312] | |
- [mm] percpu: add __percpu sparse annotations to core kernel subsystems (Baoquan He) [878312] | |
- [mm] percpu: avoid calling __pcpu_ptr_to_addr() (Baoquan He) [878312] | |
- [mm] percpu: refactor the code in pcpu_depopulate_chunk() (Baoquan He) [878312] | |
- [mm] percpu: add missing per_cpu_ptr_to_phys() definition for UP (Baoquan He) [878312] | |
- [mm] percpu: Fix kdump failure if booted with percpu_alloc=page (Baoquan He) [878312] | |
- [mm] Revert: percpu: fix chunk range calculation (Baoquan He) [878312] | |
- [mm] Revert: percpu: Fix kdump crash_notes content lost in case i386 debug (Baoquan He) [878312] | |
- [md] raid5: fix interaction of 'replace' and 'recovery' (Jes Sorensen) [994382] | |
- [md] raid10: remove use-after-free bug (Jes Sorensen) [994382] | |
- [md] Remove recent change which allows devices to skip recovery (Jes Sorensen) [994382] | |
- [md] raid10: fix two problems with RAID10 resync (Jes Sorensen) [994382] | |
- [infiniband] ocrdma: Fix several stack info leaks (Doug Ledford) [827601] | |
- [infiniband] ocrdma: Remove unused include (Doug Ledford) [827601] | |
- [infiniband] hw: import new ocrdma driver from upstream tree (Doug Ledford) [827601] | |
- [infiniband] cma: Export AF_IB statistics (Michal Schmidt) [908111] | |
- [infiniband] ucma: Allow user space to specify AF_IB when joining multicast (Michal Schmidt) [908111] | |
- [infiniband] ucma: Allow user space to pass AF_IB into resolve (Michal Schmidt) [908111] | |
- [infiniband] ucma: Allow user space to bind to AF_IB (Michal Schmidt) [908111] | |
- [infiniband] ucma: Name changes to indicate only IP addresses supported (Michal Schmidt) [908111] | |
- [infiniband] ucma: Add ability to query GID addresses (Michal Schmidt) [908111] | |
- [infiniband] cma: Export cma_get_service_id() (Michal Schmidt) [908111] | |
- [infiniband] ucma: Support querying when IB paths are not reversible (Michal Schmidt) [908111] | |
- [infiniband] sa: Export function to pack a path record into wire format (Michal Schmidt) [908111] | |
- [infiniband] ucma: Support querying for AF_IB addresses (Michal Schmidt) [908111] | |
- [infiniband] cma: Only listen on IB devices when using AF_IB (Michal Schmidt) [908111] | |
- [infiniband] cma: Set qkey for AF_IB (Michal Schmidt) [908111] | |
- [infiniband] cma: Expose private data when using AF_IB (Michal Schmidt) [908111] | |
- [infiniband] cma: Merge cma_get/save_net_info (Michal Schmidt) [908111] | |
- [infiniband] cma: Remove unused SDP related code (Michal Schmidt) [908111] | |
- [infiniband] cma: Add support for AF_IB to cma_get_service_id() (Michal Schmidt) [908111] | |
- [infiniband] cma: Add support for AF_IB to rdma_resolve_route() (Michal Schmidt) [908111] | |
- [infiniband] cma: Add support for AF_IB to rdma_resolve_addr() (Michal Schmidt) [908111] | |
- [infiniband] cma: Verify that source and dest sa_family are the same (Michal Schmidt) [908111] | |
- [infiniband] cma: Restrict AF_IB loopback to binding to IB devices only (Michal Schmidt) [908111] | |
- [infiniband] cma: Add helper functions to return id address information (Michal Schmidt) [908111] | |
- [infiniband] cma: Do not modify sa_family when setting loopback address (Michal Schmidt) [908111] | |
- [infiniband] cma: Allow user to specify AF_IB when binding (Michal Schmidt) [908111] | |
- [infiniband] cma: Update port reservation to support AF_IB (Michal Schmidt) [908111] | |
- [infiniband] cma: Add AF_IB support to ip_addr_size (Michal Schmidt) [908111] | |
- [infiniband] cma: Include AF_IB in loopback and any address checks (Michal Schmidt) [908111] | |
- [infiniband] cma: Allow enabling reuseaddr in any state (Michal Schmidt) [908111] | |
- [infiniband] rdma: Define native IB address (Michal Schmidt) [908111] | |
- [netdrv] mlx4: Set link type for RAW PACKET QPs in the QP context (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: Disable VLAN stripping for RAW PACKET QPs (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: Fetch XRC SRQ in the CQ polling code (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: Advertise MW support (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: Support memory window binding (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: Remove redundant NULL check before kfree (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: Fix compiler warning about uninitialized 'vlan' variable (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: Convert is_xxx variables in build_mlx_header() to bool (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: Remove local invalidate segment unused fields (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: Adjust duplicate test (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: Fix bug unwinding on error in mlx4_ib_init_sriov() (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: Fix build error on platforms where UL is not 64 bits (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: fix unresolved 64bit math in mellanox/mlx4/en_dcb_nl.c (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Can set maxrate only for TC0 (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Set max rate-limit for a TC (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] dcb: Add an optional max rate attribute (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Disable RFS when running in SRIOV mode (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Initialize RFS filters lock and list in init_netdev (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Limit the RFS filter IDs to be < RPS_NO_FILTER (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Add accelerated RFS support (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: Add rmap support to mlx4_assign_eq (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: fix small memory leak on error (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Dynamic VST to VST vlan/qos changes (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Fail device init if num_vfs is negative (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Add warning in case of command timeouts (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Replace sscanf() with kstrtoint() (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Add prints when TX timeout occurs (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Fix a race between napi poll function and RX ring cleanup (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Change log level from error to debug for vlan related messages (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Move register_netdev() to the end of initialization function (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Do not query stats when device port is down (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Fix resource leak in error flow (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: allow order-0 memory allocations in RX path (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: use one page fragment per incoming frame (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx_en: Timestamping is not supported in slave mode (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Keep VF assigned MAC in the PF admin table (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Handle unassigned VF MAC address correctly (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Fix adaptive moderation cq update (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: Strengthen VLAN tags/priorities enforcement in VST mode (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Add missing report on VST and spoof-checking dev caps (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: fix a build error on 32bit arches (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: Add support to get VF config (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: Add set VF default vlan ID and priority support (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: Add set VF mac address support (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: Add structures to keep VF Ethernet ports information (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: Add reference counting to MAC registeration (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Disable HW clock overflow check when no HW support (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Disable HW timestamping for VFs (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Expose a few helpers to fill DMFS HW strucutures (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Directly expose fields of DMFS HW rule control segment (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Change a few DMFS fields names to match firmare spec (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: Match DMFS promiscuous field names to firmware spec (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Move DMFS HW structs to common header file (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Reduce warning message for SRQ_LIMIT event to debug level (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Add a service task (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Support software timestamping (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Add HW timestamping support (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Read HCA frequency and map internal clock (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Add timestamping device capability (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Implement SRQ object lookup from srqn (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: set correct MTU in SRIOV (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Translate guest B0 steering rules to DMFS (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Add helper function to translate B0 steering rules to DMFS (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Advertize DCB_CAP_DCBX_HOST in getdcbx (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Enable DCB ETS ops only when supported by the firmware (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Added proper description for two device capabilities (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Fix setting initial MAC address (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Disallow releasing VF QPs which have steering rules (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Always use 64 bit resource ID when doing lookup (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Remove ethtool flow steering rules before releasing QPs (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Fix wrong order of flow steering resources removal (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Fix wrong mask applied on EQ numbers in the wrapper (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Cleanup MAC resources on module unload or port stop (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Fix race when setting the device MAC address (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Fix endianness bug in set_param_l (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Turn off device-managed FS bit in dev-cap wrapper if DMFS is not enabled (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Disable mlx4_QP_ATTACH calls from guests if the host uses flow steering (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: Implement memory windows allocation and deallocation (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Enable memory windows in INIT_HCA and QUERY_HCA (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Disable memory windows for virtual functions (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: fix allocation of device tx_cq (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Propagate MR deregistration failures to caller (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Rename MPT-related functions to have mpt_ prefix (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Add unicast MAC filtering (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Manage hash of MAC addresses per port (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Save previous MAC address of the port so we can replace it later (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Re-arrange ndo_set_rx_mode related code (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: Move Ethernet related functionality from mlx4_core to mlx4_en (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Cleanup multiline strings (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: Optimize Rx fast path filter checks (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Optimize loopback related checks in data path (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Assigning TX irq per ring (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Fix compilation error when CONFIG_INET isn't defined (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Fix error propagation for ethtool helper function (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Fix transmit timeout when driver restarts port (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Don't reassign port mac address on firmware that supports it (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Use firmware driven flow steering hash mode (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Fix ethtool rules leftovers after module unloaded (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Block insertion of ethtool steering rules while the interface is down (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Fix vlan mask for ethtool steering rules (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Validate VLAN IDs provided in ethtool flow steering rules (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Fix ip/udp steering rules multicast mac when attached via ethtool (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Set correctly allow_loopback flag (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Directly expose fields of HW flow steering rule control segment (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Fix a race when closing TX queue (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Return proper error code when __mlx4_add_one fails (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Use the correct netif lock on ndo_set_rx_mode (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Fix traffic loss under promiscuous mode (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Issue the dump eth statistics command under lock (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: remove redundant code (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Add support for destination MAC in steering rules (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Use generic etherdevice.h functions (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Set number of rx/tx channels using ethtool (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Fix TX moderation info loss after set_ringparam is called (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Adjusting moderation per each ring (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Remove remnants of LRO support (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Unmap UAR also in the case of error flow (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Don't use vlan tag value as an indication for vlan presence (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Perform correct resource cleanup if mlx4_QUERY_ADAPTER() fails (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_core: Remove annoying debug messages from SR-IOV flow (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: fix skb truesize underestimation (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] etherdevice.h: Add ether_addr_equal_64bits (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] ethtool: Add destination MAC address to flow steering API (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Fixing TX queue stop/wake flow (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: nullify cq->vector field when closing completion queue (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Checksum counters per ring (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4: Fix vlan table overflow (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Adding 40gb speed report for ethtool (Amir Vadai) [950401 950910 950913 950915] | |
- [netdrv] mlx4_en: Fix crash upon device initialization error (Amir Vadai) [950401 950910 950913 950915] | |
- [net] introduce IFF_NO_UNICAST_FLT (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] ipoib: Add more rtnl_link_ops callbacks (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] ipoib: Add rtnl_link_ops support (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] ib_srp: Eliminate state SRP_TARGET_DEAD - minus system_long_wq (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] srp: Allow SRP disconnect through sysfs (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] srp_transport: Simplify attribute initialization code (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] srp_transport: Fix attribute registration (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] srp_transport: Document sysfs attributes (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] srp: use __scsi_target_unblock (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] iser: Add Mellanox copyright (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] iser: Fix device removal flow (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] iser: Add support for iser CM REQ additional info (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] iser: Return error to upper layers on EAGAIN registration failures (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] iser: Move informational messages from error to info level (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] iser: Add module version (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] IPoIB: add support for TIPC protocol (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] IPoIB: Fix ipoib_hard_header() return value (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] IPoIB: Fix send lockup due to missed TX completion (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] rds: zero last byte for strncpy (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] rds: simplify a warning message (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] rds: limit the size allocated by rds_message_alloc() (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] IPoIB: Free ipoib neigh on path record failure so path rec queries are retried (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] srp: Fail I/O requests if the transport is offline (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] srp: Avoid endless SCSI error handling loop (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] srp: Avoid sending a task management function needlessly (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] srp: Track connection state properly (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] iser: Enable iser when FMRs are not supported (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] iser: Avoid error prints on EAGAIN registration failures (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] iser: Use proper define for the commands per LUN value advertised to SCSI ML (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] IPoIB: Don't attempt to release resources on error flow (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] IPoIB: Add version and firmware info to ethtool reporting (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] IPoIB: Fix ipoib_neigh hashing to use the correct daddr octets (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] IPoIB: Fix crash due to skb double destruct (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] rds: remove depends on CONFIG_EXPERIMENTAL (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] IPoIB: Call skb_dst_drop() once skb is enqueued for sending (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] srp: send disconnect request without waiting for CM timewait exit (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] srp: destroy and recreate QP and CQs when reconnecting (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] srp: Introduce the helper function srp_remove_target() (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] srp: Suppress superfluous error messages (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] srp: Process all error completions (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] srp: Introduce srp_handle_qp_err() (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] srp: Simplify SCSI error handling (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] srp: Keep processing commands during host removal (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] srp: Eliminate state SRP_TARGET_CONNECTING (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] srp: Increase block layer timeout (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] iser: Add more RX CQs to scale out processing of SCSI responses (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] core: Don't touch cmid after dropping reference (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] core: Verify that QP handler is valid before dispatching events (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] uverbs: Implement memory windows support in uverbs (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] core: Add "type 2" memory windows support (Doug Ledford) [791284 865301 950918 983117] | |
- [infiniband] core: Change return value from find_gid_port() (Doug Ledford) [791284 865301 950918 983117] | |
* Thu Aug 08 2013 Rafael Aquini <[email protected]> [2.6.32-411.el6] | |
- [fs] autofs: remove autofs dentry mount check (Ian Kent) [947275] | |
- [net] bridge: do not call setup_timer() multiple times (Amerigo Wang) [994430] | |
- [mm] compaction: fixup need_compaction (Andrea Arcangeli) [953225] | |
- [mm] compaction: add compaction to zone_reclaim_mode (Andrea Arcangeli) [953225] | |
- [mm] zone_reclaim: after a successful zone_reclaim check the min watermark (Andrea Arcangeli) [953225] | |
- [mm] compaction: increase the high order pages in the watermarks (Andrea Arcangeli) [953225] | |
- [mm] compaction: don't require high order pages below min wmark (Andrea Arcangeli) [953225] | |
- [mm] compaction: reset before initializing the scan cursors (Andrea Arcangeli) [953225] | |
- [mm] compaction: don't depend on kswapd to invoke reset_isolation_suitable (Andrea Arcangeli) [953225] | |
- [mm] zone_reclaim: compaction: scan all memory with /proc/sys/vm/compact_memory (Andrea Arcangeli) [953225] | |
- [mm] zone_reclaim: remove ZONE_RECLAIM_LOCKED (Andrea Arcangeli) [953225] | |
- [mm] page_alloc: avoid marking zones full prematurely after zone_reclaim() (Andrea Arcangeli) [953225] | |
- [x86] trace: Add irq_enter/exit() in smp_trace_reschedule_interrupt() (Seiji Aguchi) [738712] | |
- [x86] trace: Add config option checking to the definitions of mce handlers (Seiji Aguchi) [738712] | |
- [x86] trace: Do not call local_irq_save() in load_current_idt() (Seiji Aguchi) [738712] | |
- [x86] trace: Move creation of irq tracepoints from apic.c to irq.c (Seiji Aguchi) [738712] | |
- [x86] trace: Add irq vector tracepoints (Seiji Aguchi) [738712] | |
- [x86] trace: Introduce entering/exiting_irq() (Seiji Aguchi) [738712] | |
- [x86] trace: Add DEFINE_EVENT_FN() macro (Seiji Aguchi) [738712] | |
- [x86] uv3: Trim MMR register definitions after code changes for SGI UV3 (George Beshers) [988345] | |
- [x86] uv3: Check current gru hub support for SGI UV3 (George Beshers) [988345] | |
- [x86] uv3: Update Time Support for SGI UV3 (George Beshers) [988345] | |
- [x86] uv3: Update x2apic Support for SGI UV3 (George Beshers) [988345] | |
- [x86] uv3: Update Hub Info for SGI UV3 (George Beshers) [988345] | |
- [x86] uv3: Update ACPI Check to include SGI UV3 (George Beshers) [988345] | |
- [x86] uv3: Update MMR register definitions for SGI Ultraviolet System 3 (George Beshers) [988345] | |
- [kernel] coredump: change wait_for_dump_helpers() to use wait_event_interruptible() (Oleg Nesterov) [773215] | |
- [kernel] coredump: introduce dump_interrupted() (Oleg Nesterov) [773215] | |
- [kernel] coredump: Un-inline the core-dump helper functions (Oleg Nesterov) [773215] | |
- [kernel] coredump: sanitize the setting of signal->group_exit_code (Oleg Nesterov) [773215] | |
- [kernel] coredump: ensure that SIGKILL always kills the dumping thread (Oleg Nesterov) [773215] | |
- [kernel] coredump: only SIGKILL should interrupt the coredumping task (Oleg Nesterov) [773215] | |
- [kernel] coredump: set ->group_exit_code for other CLONE_VM tasks too (Oleg Nesterov) [773215] | |
- [fs] procfs: allow threads to rename siblings via /proc/pid/tasks/tid/comm (Jerome Marchand) [950840] | |
- [security] selinux: make security_sb_clone_mnt_opts return an error on context mismatch (Jeff Layton) [800218] | |
- [netdrv] bna: fix vlan_grp handling (Stefan Assmann) [886420] | |
- [netdrv] mlx4_en: fix vlgrp handling (Stefan Assmann) [886420] | |
- [netdrv] qlge: fix vlgrp handling (Stefan Assmann) [886420] | |
- [netdrv] qlcnic: fix vlgrp handling (Stefan Assmann) [886420] | |
- [fs] nfs4: end back channel session draining (Steve Dickson) [984118] | |
- [fs] nfs4: Fix a pNFS session draining deadlock (Steve Dickson) [984118] | |
- [fs] xfs: Fix delalloc WARN_ON() in xfs_vm_releasepage() (Aaron Tomlin) [991496] | |
- [fs] nfs: Fix access to suid/sgid executables (Niels de Vos) [988135] | |
- [fs] nfs4: don't put ACCESS in OPEN compound if O_EXCL (Niels de Vos) [988135] | |
- [fs] nfs4: Add ACCESS operation to OPEN compound (Niels de Vos) [988135] | |
- [fs] livelock avoidance in sget() (Eric Sandeen) [916811] | |
- [fs] ext4: create a new BH_Verified flag to avoid unnecessary metadata validation (Lukas Czerner) [879163] | |
- [fs] ext4: Fix dirtying of journalled buffers in data=journal mode (Lukas Czerner) [834919] | |
- [fs] ext4: fix ext_remove_space for punch_hole case (Lukas Czerner) [969307] | |
- [fs] ext4: punch_hole should wait for DIO writers (Lukas Czerner) [969307] | |
- [fs] ext4: prevent race while walking extent tree for fiemap (Lukas Czerner) [692063] | |
- [fs] ext4: Fix possibly very long loop in fiemap (Lukas Czerner) [692063] | |
- [fs] ext4: make FIEMAP and delayed allocation play well together (Lukas Czerner) [692063] | |
- [fs] ext4: handle NULL p_ext in ext4_ext_next_allocated_block() (Lukas Czerner) [692063] | |
- [fs] ext4: drop ec_type from the ext4_ext_cache structure (Lukas Czerner) [692063] | |
- [fs] lockd: protect nlm_blocked list (David Jeffery) [967095] | |
- [virt] hv: Populate the guest ID with RHEL info (Jason Wang) [969230] | |
- [virt] hv: Fix a bug in version negotiation code for util services (Jason Wang) [980554] | |
- [netdrv] e1000e: disable ASPM L1 on 82583 (Dean Nelson) [991242] | |
- [pci] Fix bit definitions of PCI_EXP_LNKCAP2 register (Myron Stowe) [989252] | |
- [virt] storvsc: Increase the value of STORVSC_MAX_IO_REQUESTS (Jason Wang) [969537 969548] | |
- [virt] storvsc: Support FC devices (Jason Wang) [969537] | |
- [virt] storvsc: Implement multi-channel support (Jason Wang) [969537] | |
- [virt] storvsc: Update the storage protocol to win8 level (Jason Wang) [969537] | |
- [virt] storvsc: Increase the value of scsi timeout for storvsc devices (Jason Wang) [969548] | |
- [virt] hv: Add the GUID fot synthetic fibre channel device (Jason Wang) [969537] | |
- [s390] sclp: add parameter to specify number of buffer pages (Hendrik Brueckner) [990853] | |
- [usb] fix thread-unsafe anchor utiliy routines (Stanislaw Gruszka) [993005] | |
- [kernel] hung_task: print more info when reporting the problem (Oleg Nesterov) [976899] | |
- [cpufreq] Convert the cpufreq_driver_lock to a rwlock (Prarit Bhargava) [887045] | |
- [scsi] fnic: fix sleeping function called from invalid context during probe (Chris Leech) [829506] | |
- [scsi] fnic: potential dead lock in fnic_is_abts_pending() (Chris Leech) [829506] | |
- [scsi] fnic: Incremented driver version (Chris Leech) [829506] | |
- [scsi] fnic: fix kernel panic due to FIP mode misconfiguration (Chris Leech) [829506] | |
- [scsi] fnic: FIP VLAN Discovery Feature Support (Chris Leech) [829506] | |
- [scsi] fnic: Fnic Trace Utility (Chris Leech) [829506] | |
- [scsi] fnic: New debug flags and debug log messages (Chris Leech) [829506] | |
- [scsi] fnic: fnic driver may hit BUG_ON on device reset (Chris Leech) [829506] | |
- [scsi] fnic: Fix SGEs limit (Chris Leech) [829506] | |
- [scsi] fnic: fixing issues in device and firmware reset code (Chris Leech) [829506] | |
- [scsi] fnic: fix for trusted cos (Chris Leech) [829506] | |
- [scsi] fnic: fix incorrect use of SLAB_CACHE_DMA flag (Chris Leech) [829506] | |
- [x86] pmu: prepare for migration support (Paolo Bonzini) [928866] | |
- [x86] kvm: Add code to track call origin for msr assignment (Paolo Bonzini) [928866] | |
- [x86] kvm: add kvm_arch_vcpu_postcreate callback, move TSC initialization (Paolo Bonzini) [928866] | |
- [netdrv] e1000e: fix I217/I218 PHY initialization flow (Dean Nelson) [981032] | |
- [netdrv] e1000e: enable support for new device IDs (Dean Nelson) [981032] | |
- [input] wacom: BTN_TOOL_DOUBLETAP is not a valid device_type (Aristeu Rozanski) [815589] | |
- [input] wacom: use BTN_TOOL_FINGER to indicate touch device type (Aristeu Rozanski) [815589] | |
- [input] wacom: remove pressure for touch devices (Aristeu Rozanski) [815589] | |
- [input] wacom: report id 3 returns 4 bytes of data (Aristeu Rozanski) [815589] | |
- [input] wacom: add support for Lenovo tablet ID 0xE6 (Aristeu Rozanski) [815589] | |
- [input] wacom: support 2FGT in MT format (Aristeu Rozanski) [815589] | |
- [input] wacom: support one finger touch the touchscreen way (Aristeu Rozanski) [815589] | |
- [input] wacom: process pen data in its own routine (Aristeu Rozanski) [815589] | |
- [input] wacom: share pen info with touch of the same ID (Aristeu Rozanski) [815589] | |
- [input] wacom: fix runtime PM related deadlock (Aristeu Rozanski) [815589] | |
- [input] wacom: add support for new LCD tablets (Aristeu Rozanski) [815589] | |
- [input] wacom: add defines for packet lengths of various devices (Aristeu Rozanski) [815589] | |
- [input] wacom: fix error path in wacom_probe() (Aristeu Rozanski) [815589] | |
- [scsi] qla2xxx: Update version number to 8.05.00.03.06.5-k (Chad Dupuis) [927382] | |
- [scsi] Revert "qla2xxx: Add setting of driver version string for vendor application." (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Clear the MBX_INTR_WAIT flag when the mailbox time-out happens (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Fix for locking issue between driver ISR and mailbox routines (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Add clarifying printk to thermal access fail cases (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Wait for IDC complete event to finish loopback operation (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Don't process state change aen for reset owner (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Don't process RSCNs for a vport on the same physical adapter (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Correction of comment in MBC opcode defines (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Correct list-iteration bug in Report-ID Acquisition codes (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Enhancements to support ISPFx00 (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Integrate generic card temperature with mezz card temperature (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Add setting of driver version string for vendor application (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Update the copyright information (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Display the lock owner on lock acquire failure (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Move loopback mode reset after chip reset check (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Extra loopback error handling for ISP83xx (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: don't free pool that wasn't allocated (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Unload hangs after issuing BSG commands to vport (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Do MPI reset only for 81xx (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Do link initialization on get loop id failure (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Update the FTP site references in the driver sources (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Reject loopback request if one is already in progress (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Print thermal unsupported message (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Avoid null pointer dereference in shutdown routine (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Get VPD information from common location for CNA (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Correct race in loop_state assignment during reset handling (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Display that driver is operating in legacy interrupt mode (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Free rsp_data even on error in qla2x00_process_loopback() (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Dont clear drv active on iospace config failure (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Fix typo in qla2xxx driver (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Update ql2xextended_error_logging parameter description with new options (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Parameterize the link speed of hba rather than fcport (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Add 16Gb/s case to get port speed capability (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Move marking fcport online ahead of setting iiDMA speed (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Obtain loopback iteration count from bsg request (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Add acquiring of risc semaphore before doing ISP reset (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Properly set result field of bsg_job reply structure for success and failure (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Fix coccinelle warnings in qla2x00_relogin (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Ignore driver ack bit if corresponding presence bit is not set (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Use correct Request-Q-Out register during bidirectional request processing (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Fix typo in qla83xx_fw_dump function (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Add Gen3 PCIe speed 8GT/s to the log message (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Move noisy Start scsi failed messages to verbose logging level (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Honor status value of 2 for report-id acquisition (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Fix for warnings reported by sparse (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: No fcport FC-4 type assignment in GA_NXT response (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Change in setting UNLOADING flag and FC vports logout sequence while unloading qla2xxx driver (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Clear unsupported 'states' during Get-FW-State queries (Chad Dupuis) [927382] | |
- [scsi] qla2xxx: Remove spurious taking of ha->vport_slock spinlock (Chad Dupuis) [927382] | |
- [cciss] Silence noisy per-device cciss messages (Tomas Henzl) [972697] | |
- [scsi] mpt3sas: Bump driver version to v02.100.00.00-rh1 (Tomas Henzl) [839470] | |
- [scsi] mpt3sas: when async scanning is enabled then while scanning, devices are removed but their transport layer entries are not removed (Tomas Henzl) [839470] | |
- [scsi] mpt3sas: MPI2.5 Rev F v2.5.1.1 specification (Tomas Henzl) [839470] | |
- [scsi] mpt3sas: Infinite loops can occur if MPI2_IOCSTATUS_CONFIG_INVALID_PAGE is not returned (Tomas Henzl) [839470] | |
- [scsi] mpt3sas: fix for kernel panic when driver loads with HBA conected to non LUN 0 configured expander (Tomas Henzl) [839470] | |
- [scsi] mpt3sas: Updated the Hardware timing requirements (Tomas Henzl) [839470] | |
- [scsi] mpt3sas: 2013 source code copyright (Tomas Henzl) [839470] | |
- [scsi] mpt3sas: don't wank with fasync on ->release() (Tomas Henzl) [839470] | |
- [scsi] mpt3sas: Fix typos in printk (Tomas Henzl) [839470] | |
- [scsi] mpt3sas: remove unused variables (Tomas Henzl) [839470] | |
- [scsi] mpt3sas: Remove unneeded version.h header inclusion (Tomas Henzl) [839470] | |
- [scsi] mpt3sas: cut and paste bug storing trigger mpi (Tomas Henzl) [839470] | |
- [scsi] mpt3sas: add new driver supporting 12GB SAS (Tomas Henzl) [839470] | |
- [scsi] scsi_transport_sas: add 12GB definitions for mpt3sas (Tomas Henzl) [839470] | |
- [scsi] megaraid_sas: megaraid_sas driver init fails in kdump kernel (Tomas Henzl) [833299] | |
- [scsi] sd_dif: problem with verify of type 1 protection information (PI) (Ewan Milne) [956402] | |
- [scsi] sd: Ensure we correctly disable devices with unknown protection type (Ewan Milne) [956402] | |
- [scsi] sd: Avoid remapping bad reference tags (Ewan Milne) [956402] | |
- [scsi] sd: Allow protection_type to be overridden (Ewan Milne) [956402] | |
- [scsi] Disable DIF on Hitachi Ultrastar 15K300 (Ewan Milne) [956402] | |
- [scsi] Fix printing of variable length commands (Ewan Milne) [956402] | |
- [scsi] Fix race between starved list and device removal (Ewan Milne) [916994] | |
- [scsi] Add 'eh_deadline' to limit SCSI EH runtime (Ewan Milne) [923876] | |
- [scsi] remove check for 'resetting' (Ewan Milne) [923876] | |
- [scsi] dc395: Move 'last_reset' into internal host structure (Ewan Milne) [923876] | |
- [scsi] tmscsim: Move 'last_reset' into host structure (Ewan Milne) [923876] | |
- [scsi] advansys Remove 'last_reset' references (Ewan Milne) [923876] | |
- [scsi] dpt_i2o: return SCSI_MLQUEUE_HOST_BUSY when in reset (Ewan Milne) [923876] | |
- [scsi] dpt_i2o: Remove DPTI_STATE_IOCTL (Ewan Milne) [923876] | |
- [net] ipv6: prevent race between address creation and removal (Jiri Pirko) [953380] | |
- [net] ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pending data (Jiri Benc) [987651] {CVE-2013-4162} | |
- [net] netlabel: improve domain mapping validation (Paul Moore) [963427] | |
- [net] netlabel: correctly list all the static label mappings (Paul Moore) [918803] | |
- [x86] Revert "io_apic: initialize nr_ioapic_registers early in mp_register_ioapic()" (Rafael Aquini) [855057] | |
* Wed Aug 07 2013 Rafael Aquini <[email protected]> [2.6.32-410.el6] | |
- [x86] Revert: power: Initialize MSR_IA32_ENERGY_PERF_BIAS due to performance regression (Neil Horman) [968981] | |
- [mm] mmu_notifier: re-fix freed page still mapped in secondary MMU (George Beshers) [910085] | |
- [x86] Round the calculated scale factor in set_cyc2ns_scale() (Prarit Bhargava) [975507] | |
- [x86] sched: Fix overflow in cyc2ns_offset (Prarit Bhargava) [975507] | |
- [virt] virtio: support unlocked queue poll (Jason Wang) [989411] | |
- [netdrv] virtio_net: fix race in RX VQ processing (Jason Wang) [989411] | |
- [watchdog] Use pr_<fmt> and pr_<level> (Don Zickus) [796364] | |
- [watchdog] cleanup spaces before tabs (Don Zickus) [796364] | |
- [watchdog] sbc_fitpc2_wdt: fix crash on systems without DMI_BOARD_NAME (Don Zickus) [796364] | |
- [watchdog] sbc_fitpc2_wdt: fixed "scheduling while atomic" bug (Don Zickus) [796364] | |
- [watchdog] sbc_fitpc2_wdt: fixed I/O operations order (Don Zickus) [796364] | |
- [watchdog] watchdog_info constify (Don Zickus) [796364] | |
- [watchdog] sbc_fitpc2_wdt: fix I/O space access technique (Don Zickus) [796364] | |
- [block] aoe: adjust ref of head for compound page tails (David Milburn) [976900] | |
- [block] aoe: update internal version number to v83 (David Milburn) [976900] | |
- [block] aoe: update copyright date (David Milburn) [976900] | |
- [block] aoe: perform I/O completions in parallel (David Milburn) [976900] | |
- [block] aoe: replace kmalloc and then memcpy with kmemdup (David Milburn) [976900] | |
- [block] aoe: reserve enough headroom on skbs (David Milburn) [976900] | |
- [block] aoe: get rid of cached bv variable in bufinit() (David Milburn) [976900] | |
- [block] aoe: fix use after free in aoedev_by_aoeaddr() (David Milburn) [976900] | |
- [block] aoe: update internal version number to 81 (David Milburn) [976900] | |
- [block] aoe: identify source of runt AoE packets (David Milburn) [976900] | |
- [block] aoe: allow comma separator in aoe_iflist value (David Milburn) [976900] | |
- [block] aoe: allow user to disable target failure timeout (David Milburn) [976900] | |
- [block] aoe: use dynamic number of remote ports for AoE storage target (David Milburn) [976900] | |
- [block] aoe: avoid races between device destruction and discovery (David Milburn) [976900] | |
- [block] aoe: improve handling of misbehaving network paths (David Milburn) [976900] | |
- [block] aoe: return real minor number for static minors (David Milburn) [976900] | |
- [block] aoe: initialize sysminor to avoid compiler warning (David Milburn) [976900] | |
- [block] aoe: make error messages more specific in static minor allocation (David Milburn) [976900] | |
- [block] aoe: remove call to request handler from I/O completion (David Milburn) [976900] | |
- [block] aoe: cleanup: correct comment for aoetgt nout (David Milburn) [976900] | |
- [block] aoe: increase default cap on outstanding AoE commands in the network (David Milburn) [976900] | |
- [block] aoe: remove vestigial request queue allocation (David Milburn) [976900] | |
- [block] aoe: copy fallback timing information on destination failover (David Milburn) [976900] | |
- [block] aoe: update driver-internal version to 64+ (David Milburn) [976900] | |
- [block] aoe: commands in retransmit queue use new destination on failure (David Milburn) [976900] | |
- [block] aoe: use high-resolution RTTs with fallback to low-res (David Milburn) [976900] | |
- [block] aoe: manipulate aoedev network stats under lock (David Milburn) [976900] | |
- [block] aoe: err device: include MAC addresses for unexpected responses (David Milburn) [976900] | |
- [block] aoe: improve network congestion handling (David Milburn) [976900] | |
- [block] aoe: provide ATA identify device content to user on request (David Milburn) [976900] | |
- [block] aoe: update driver-internal version number to 60 (David Milburn) [976900] | |
- [block] aoe: whitespace cleanup (David Milburn) [976900] | |
- [block] aoe: cleanup: remove unused ata_scnt function (David Milburn) [976900] | |
- [block] aoe: "payload" sysfs file exports per-AoE-command data transfer size (David Milburn) [976900] | |
- [block] aoe: support larger I/O requests via aoe_maxsectors module param (David Milburn) [976900] | |
- [block] aoe: update cap on outstanding commands based on config query response (David Milburn) [976900] | |
- [block] aoe: support the forgetting (flushing) of a user-specified AoE target (David Milburn) [976900] | |
- [block] aoe: print warning regarding a common reason for dropped transmits (David Milburn) [976900] | |
- [block] aoe: avoid running request handler on plugged queue (David Milburn) [976900] | |
- [block] aoe: update aoe-internal version number to 50 (David Milburn) [976900] | |
- [block] aoe: update documentation to better reflect aoe-plus-udev usage (David Milburn) [976900] | |
- [block] aoe: remove unused code (David Milburn) [976900] | |
- [block] aoe: make dynamic block minor numbers the default (David Milburn) [976900] | |
- [block] aoe: update and specify AoE address guards and error messages (David Milburn) [976900] | |
- [block] aoe: retain static block device numbers for backwards compatibility (David Milburn) [976900] | |
- [block] aoe: support more AoE addresses with dynamic block device minor numbers (David Milburn) [976900] | |
- [block] aoe: update documentation with new URL and VM settings reference (David Milburn) [976900] | |
- [block] aoe: update copyright year in touched files (David Milburn) [976900] | |
- [block] aoe: update internal version number to 49 (David Milburn) [976900] | |
- [block] aoe: remove unused code and add cosmetic improvements (David Milburn) [976900] | |
- [block] aoe: increase net_device reference count while using it (David Milburn) [976900] | |
- [block] aoe: associate frames with the AoE storage target (David Milburn) [976900] | |
- [block] aoe: disallow unsupported AoE minor addresses (David Milburn) [976900] | |
- [block] aoe: do revalidation steps in order (David Milburn) [976900] | |
- [block] aoe: failover remote interface based on aoe_deadsecs parameter (David Milburn) [976900] | |
- [block] aoe: use packets that work with the smallest-MTU local interface (David Milburn) [976900] | |
- [block] aoe: use a kernel thread for transmissions (David Milburn) [976900] | |
- [block] aoe: become I/O request queue handler for increased user control (David Milburn) [976900] | |
- [block] aoe: kernel thread handles I/O completions for simple locking (David Milburn) [976900] | |
- [block] aoe: for performance support larger packet payloads (David Milburn) [976900] | |
- [block] aoe: assert AoE packets marked as requiring no checksum (David Milburn) [976900] | |
- [md] dm-raid: Remember the last sync operation that was performed (Jonathan E Brassow) [985920] | |
- [md] dm-raid: silence compiler warning on rebuilds_per_group (Jonathan E Brassow) [985920] | |
- [md] dm-raid: Fix raid_resume not reviving failed devices in all cases (Jonathan E Brassow) [913650] | |
- [md] dm-raid: Break-up untidy function (Jonathan E Brassow) [913650] | |
- [md] dm-raid: Add ability to restore transiently failed devices on resume (Jonathan E Brassow) [913650] | |
- [md] dm-raid: Add message/status support for changing sync action (Jonathan E Brassow) [985920] | |
- [md] dm-raid: round region_size to power of two (Jonathan E Brassow) [985920] | |
- [block] nvme: fixup nvme_dev_open for ioctl's (David Milburn) [922973] | |
- [block] nvme: Return the result from user admin command IOCTL even in case of failure (David Milburn) [922973] | |
- [block] nvme: Add MSI support (David Milburn) [922973] | |
- [block] nvme: Use dma_set_mask() correctly (David Milburn) [922973] | |
- [block] nvme: Do not cancel command multiple times (David Milburn) [922973] | |
- [block] nvme: fix error return code in nvme_submit_bio_queue() (David Milburn) [922973] | |
- [block] nvme: check for integer overflow in nvme_map_user_pages() (David Milburn) [922973] | |
- [block] nvme: update NVM EXPRESS DRIVER file list (David Milburn) [922973] | |
- [block] nvme: Fix a signedness bug in nvme_trans_modesel_get_mp (David Milburn) [922973] | |
- [block] nvme: Remove redundant version.h header include (David Milburn) [922973] | |
- [block] nvme: Use user defined admin ioctl timeout (David Milburn) [922973] | |
- [block] nvme: Simplify Firmware Activate code slightly (David Milburn) [922973] | |
- [block] nvme: Only clear the enable bit when disabling controller (David Milburn) [922973] | |
- [block] nvme: Wait for device to acknowledge shutdown (David Milburn) [922973] | |
- [block] nvme: Schedule timeout for sync commands (David Milburn) [922973] | |
- [block] nvme: Meta-data support in NVME_IOCTL_SUBMIT_IO (David Milburn) [922973] | |
- [block] nvme: Device specific stripe size handling (David Milburn) [922973] | |
- [block] nvme: Split non-mergeable bio requests (David Milburn) [922973] | |
- [block] nvme: Remove dead code in nvme_dev_add (David Milburn) [922973] | |
- [block] nvme: Check for NULL memory in nvme_dev_add (David Milburn) [922973] | |
- [block] nvme: Fix error clean-up on nvme_alloc_queue (David Milburn) [922973] | |
- [block] nvme: Free admin queue on request_irq error (David Milburn) [922973] | |
- [block] nvme: Add scsi unmap to SG_IO (David Milburn) [922973] | |
- [block] nvme: queue usage fixes in nvme-scsi (David Milburn) [922973] | |
- [block] nvme: Set TASK_INTERRUPTIBLE before processing queues (David Milburn) [922973] | |
- [block] nvme: Add a character device for each nvme device (David Milburn) [922973] | |
- [block] nvme: Fix endian-related problems in user I/O submission path (David Milburn) [922973] | |
- [block] nvme: Fix I/O cancellation status on big-endian machines (David Milburn) [922973] | |
- [block] nvme: Fix sparse warnings in scsi emulation (David Milburn) [922973] | |
- [block] nvme: Don't fail initialisation unnecessarily (David Milburn) [922973] | |
- [block] nvme: Abstract out sector to block number conversion (David Milburn) [922973] | |
- [block] nvme: Use round_jiffies_relative() for the periodic, once-per-second timer (David Milburn) [922973] | |
- [block] nvme: Add nvme-scsi.c (David Milburn) [922973] | |
- [block] nvme: Add definitions for format command (David Milburn) [922973] | |
- [block] nvme: Move structures & definitions to header file (David Milburn) [922973] | |
- [block] nvme: Rename nvme.c to nvme-core.c (David Milburn) [922973] | |
- [block] nvme: Add discard support for capable devices (David Milburn) [922973] | |
- [block] nvme: Add namespaces with no LBA range feature (David Milburn) [922973] | |
- [block] nvme: Add entry for the NVMe driver (David Milburn) [922973] | |
- [block] nvme: Initialize iod nents to 0 (David Milburn) [922973] | |
- [block] nvme: Define SMART log (David Milburn) [922973] | |
- [block] nvme: Add result to nvme_get_features (David Milburn) [922973] | |
- [block] nvme: Set result from user admin command (David Milburn) [922973] | |
- [block] nvme: End queued bio requests when freeing queue (David Milburn) [922973] | |
- [block] nvme: Free cmdid on nvme_submit_bio error (David Milburn) [922973] | |
- [block] nvme: Cancel outstanding IOs on queue deletion (David Milburn) [922973] | |
- [block] nvme: Free admin queue memory on initialisation failure (David Milburn) [922973] | |
- [block] nvme: Use ida for nvme device instance (David Milburn) [922973] | |
- [block] nvme: Fix whitespace damage in nvme_init (David Milburn) [922973] | |
- [block] nvme: handle allocation failure in nvme_map_user_pages() (David Milburn) [922973] | |
- [block] nvme: Fix uninitialized iod compiler warning (David Milburn) [922973] | |
- [block] nvme: Do not set IO queue depth beyond device max (David Milburn) [922973] | |
- [block] nvme: Set block queue max sectors (David Milburn) [922973] | |
- [block] nvme: use namespace id for nvme_get_features (David Milburn) [922973] | |
- [block] nvme: replace nvme_ns with nvme_dev for user admin (David Milburn) [922973] | |
- [block] nvme: Fix nvme module init when nvme_major is set (David Milburn) [922973] | |
- [block] nvme: Set request queue logical block size (David Milburn) [922973] | |
- [block] nvme: Set number of queues correctly (David Milburn) [922973] | |
- [block] nvme: Version 0.8 (David Milburn) [922973] | |
- [block] nvme: Set queue flags correctly (David Milburn) [922973] | |
- [block] nvme: Simplify nvme_unmap_user_pages (David Milburn) [922973] | |
- [block] nvme: Mark the end of the sg list (David Milburn) [922973] | |
- [block] nvme: Fix DMA mapping for admin commands (David Milburn) [922973] | |
- [block] nvme: Rename IO_TIMEOUT to NVME_IO_TIMEOUT (David Milburn) [922973] | |
- [block] nvme: Merge the nvme_bio and nvme_prp data structures (David Milburn) [922973] | |
- [block] nvme: Change nvme_completion_fn to take a dev (David Milburn) [922973] | |
- [block] nvme: Change get_nvmeq to take a dev instead of a namespace (David Milburn) [922973] | |
- [block] nvme: Simplify completion handling (David Milburn) [922973] | |
- [block] nvme: Update Identify Controller data structure (David Milburn) [922973] | |
- [block] nvme: Implement doorbell stride capability (David Milburn) [922973] | |
- [block] nvme: Version 0.7 (David Milburn) [922973] | |
- [block] nvme: Don't probe namespace 0 (David Milburn) [922973] | |
- [block] nvme: Fix calculation of number of pages in a PRP List (David Milburn) [922973] | |
- [block] nvme: Create nvme_identify and nvme_get_features functions (David Milburn) [922973] | |
- [block] nvme: Fix memory leak in nvme_dev_add() (David Milburn) [922973] | |
- [block] nvme: Fix calls to dma_unmap_sg (David Milburn) [922973] | |
- [block] nvme: Correct sg list setup in nvme_map_user_pages (David Milburn) [922973] | |
- [block] nvme: Fix bug in NVME_IOCTL_SUBMIT_IO (David Milburn) [922973] | |
- [block] nvme: Rework ioctls (David Milburn) [922973] | |
- [block] nvme: Add the nvme thread to the wait queue before waking it up (David Milburn) [922973] | |
- [block] nvme: Return real error from nvme_create_queue (David Milburn) [922973] | |
- [block] nvme: Version 0.6 (David Milburn) [922973] | |
- [block] nvme: Add a few calling convention notes (David Milburn) [922973] | |
- [block] nvme: Handle failures from memory allocations in nvme_setup_prps (David Milburn) [922973] | |
- [block] nvme: Use an IDA to allocate minor numbers (David Milburn) [922973] | |
- [block] nvme: Add include of delay.h for msleep (David Milburn) [922973] | |
- [block] nvme: Add support for timing out I/Os (David Milburn) [922973] | |
- [block] nvme: Rename cancel_cmdid_data to cancel_cmdid (David Milburn) [922973] | |
- [block] nvme: Fix bug in error handling (David Milburn) [922973] | |
- [block] nvme: Time out initialisation after a few seconds (David Milburn) [922973] | |
- [block] nvme: Fix warning in free_irq (David Milburn) [922973] | |
- [block] nvme: Correct the Controller Configuration settings (David Milburn) [922973] | |
- [block] nvme: Version 0.5 (David Milburn) [922973] | |
- [block] nvme: Change the definition of nvme_user_io (David Milburn) [922973] | |
- [block] nvme: Correct the definitions of two ioctls (David Milburn) [922973] | |
- [block] nvme: Add compat_ioctl (David Milburn) [922973] | |
- [block] nvme: Simplify queue lookup (David Milburn) [922973] | |
- [block] nvme: Remove the kthread from the wait queue (David Milburn) [922973] | |
- [block] nvme: Fix off-by-one when filling in PRP lists (David Milburn) [922973] | |
- [block] nvme: Fix interpretation of 'Number of Namespaces' field (David Milburn) [922973] | |
- [block] nvme: Remove outdated comments (David Milburn) [922973] | |
- [block] nvme: Fix comment formatting (David Milburn) [922973] | |
- [block] nvme: Convert comments to kernel-doc notation (David Milburn) [922973] | |
- [block] nvme: Update admin opcodes to match the 1.0RC spec (David Milburn) [922973] | |
- [block] nvme: Version 0.4 (David Milburn) [922973] | |
- [block] nvme: Reduce maximum queue depth by 1 (David Milburn) [922973] | |
- [block] nvme: Fix discontiguous accesses (David Milburn) [922973] | |
- [block] nvme: Handle bios that contain non-virtually contiguous addresses (David Milburn) [922973] | |
- [block] nvme: Implement Flush (David Milburn) [922973] | |
- [block] nvme: Mark CMD_CTX_CANCELLED as being unlikely (David Milburn) [922973] | |
- [block] nvme: Correct SQ doorbell semantics (David Milburn) [922973] | |
- [block] nvme: Let the kthread take care of devices earlier (David Milburn) [922973] | |
- [block] nvme: Rename nr_queues to nr_io_queues (David Milburn) [922973] | |
- [block] nvme: Remove setting of 'flags' in rw command (David Milburn) [922973] | |
- [block] nvme: Release 0.3 (David Milburn) [922973] | |
- [block] nvme: Add a kthread to handle the congestion list (David Milburn) [922973] | |
- [block] nvme: Handle failures differently in nvme_submit_bio_queue() (David Milburn) [922973] | |
- [block] nvme: Update BAR structure to match the current spec (David Milburn) [922973] | |
- [block] nvme: Handle physical merging of bvec entries (David Milburn) [922973] | |
- [block] nvme: Check for DMA mapping failure (David Milburn) [922973] | |
- [block] nvme: Pass the nvme_dev to nvme_free_prps and nvme_setup_prps (David Milburn) [922973] | |
- [block] nvme: Optimise memory usage for I/Os between 4k and 128k (David Milburn) [922973] | |
- [block] nvme: Switch to use DMA Pool API (David Milburn) [922973] | |
- [block] nvme: Rename nvme_req_info to nvme_bio (David Milburn) [922973] | |
- [block] nvme: Initial PRP List support (David Milburn) [922973] | |
- [block] nvme: Advance the sg pointer when filling in an sg list (David Milburn) [922973] | |
- [block] nvme: Renumber the special context values (David Milburn) [922973] | |
- [block] nvme: Handle the congestion list a little better (David Milburn) [922973] | |
- [block] nvme: Record the timeout for each command (David Milburn) [922973] | |
- [block] nvme: Need to lock queue during interrupt handling (David Milburn) [922973] | |
- [block] nvme: Detect command IDs completing that are out of range (David Milburn) [922973] | |
- [block] nvme: Detect commands that are completed twice (David Milburn) [922973] | |
- [block] nvme: Use a symbolic name to represent cancelled commands instead of 0 (David Milburn) [922973] | |
- [block] nvme: Add a module parameter to use a threaded interrupt (David Milburn) [922973] | |
- [block] nvme: Call put_nvmeq() before calling nvme_submit_sync_cmd() (David Milburn) [922973] | |
- [block] nvme: Allow fatal signals to interrupt I/O (David Milburn) [922973] | |
- [block] nvme: Release 0.2 (David Milburn) [922973] | |
- [block] nvme: Add download / activate firmware ioctls (David Milburn) [922973] | |
- [block] nvme: Add remaining status codes (David Milburn) [922973] | |
- [block] nvme: Move sysfs entries to the right place (David Milburn) [922973] | |
- [block] nvme: Disable the device before we write the admin queues (David Milburn) [922973] | |
- [block] nvme: Request I/O regions (David Milburn) [922973] | |
- [block] nvme: Allow queues to be allocated above 4GB (David Milburn) [922973] | |
- [block] nvme: Enable device DMA (David Milburn) [922973] | |
- [block] nvme: Enable and disable the PCI device (David Milburn) [922973] | |
- [block] nvme: Check returns from nvme_alloc_queue() (David Milburn) [922973] | |
- [block] nvme: Remove 'node' from nvme_dev (David Milburn) [922973] | |
- [block] nvme: Read the model, serial & firmware rev from the controller (David Milburn) [922973] | |
- [block] nvme: Add NVME_IOCTL_SUBMIT_IO (David Milburn) [922973] | |
- [block] nvme: Create nvme_map_user_pages() and nvme_unmap_user_pages() (David Milburn) [922973] | |
- [block] nvme: Change NVME_IOCTL_GET_RANGE_TYPE to return all the ranges (David Milburn) [922973] | |
- [block] nvme: Zero the command before we send it (David Milburn) [922973] | |
- [block] nvme: Add nvme_setup_prps() (David Milburn) [922973] | |
- [block] nvme: Make nvme_common_command more featureful (David Milburn) [922973] | |
- [block] nvme: Use PRP2 for the nvme_identify ioctl (David Milburn) [922973] | |
- [block] nvme: Fix admin IRQ claim on real hardware (David Milburn) [922973] | |
- [block] nvme: Rename 'cycle' to 'phase' (David Milburn) [922973] | |
- [block] nvme: Implement per-CPU queues (David Milburn) [922973] | |
- [block] nvme: Reduce set_queue_count arguments by one (David Milburn) [922973] | |
- [block] nvme: Factor out queue_request_irq() (David Milburn) [922973] | |
- [block] nvme: New driver (David Milburn) [922973] | |
* Tue Aug 06 2013 Rafael Aquini <[email protected]> [2.6.32-409.el6] | |
- [alsa] fix for !CONFIG_SND_DMA_SGBUF after ALSA update from upstream (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add new GPU codec ID to snd-hda (Jaroslav Kysela) [916264] | |
- [alsa] hda: pm_runtime backport specific fixes to get things working (Jaroslav Kysela) [916264] | |
- [alsa] pcm: try to retain kABI compatibility / modversions (Jaroslav Kysela) [916264] | |
- [alsa] hda: remove unused variable warning (Jaroslav Kysela) [916264] | |
- [alsa] rawmidi: fix oops (use after free) when unloading a driver module (Jaroslav Kysela) [916264] | |
- [alsa] rawmidi: fix the get next midi device ioctl (Jaroslav Kysela) [916264] | |
- [alsa] rawmidi: fix opened substreams count (Jaroslav Kysela) [916264] | |
- [alsa] core: automatically add .llseek fop (Jaroslav Kysela) [916264] | |
- [alsa] timer: Add NULL-check for invalid slave timer (Jaroslav Kysela) [916264] | |
- [alsa] timer: Fix Oops at closing slave timer (Jaroslav Kysela) [916264] | |
- [alsa] take tu->qlock with irqs disabled (Jaroslav Kysela) [916264] | |
- [alsa] jack: Add "Line In" input jack constants (Jaroslav Kysela) [916264] | |
- [alsa] jack: fix one memory leak in sound jack (Jaroslav Kysela) [916264] | |
- [alsa] vmaster: Fix the regression of missing vmaster hook call (Jaroslav Kysela) [916264] | |
- [alsa] vmaster: Add snd_ctl_sync_vmaster() helper function (Jaroslav Kysela) [916264] | |
- [alsa] vmaster: Fix slave change notification (Jaroslav Kysela) [916264] | |
- [alsa] vmaster: fix core/vmaster.c kernel-doc warning (Jaroslav Kysela) [916264] | |
- [alsa] vmaster: Free slave-links when freeing the master element (Jaroslav Kysela) [916264] | |
- [alsa] control: Fix missing VOLATILE flag at creating controls (Jaroslav Kysela) [916264] | |
- [alsa] control: Fixe a trailing white space error (Jaroslav Kysela) [916264] | |
- [alsa] core: release the constraint check for replace ops (Jaroslav Kysela) [916264] | |
- [alsa] core: trivial code style fix (Jaroslav Kysela) [916264] | |
- [alsa] control: clean up snd_ctl_hole_check() (Jaroslav Kysela) [916264] | |
- [alsa] control: fix numid conflict check for new controls (Jaroslav Kysela) [916264] | |
- [alsa] core: Define llseek fops (Jaroslav Kysela) [916264] | |
- [alsa] pcm: Optimize the call of snd_pcm_update_hw_ptr() in read/write loop (Jaroslav Kysela) [916264] | |
- [alsa] pcm: fix race condition in wait_for_avail() (Jaroslav Kysela) [916264] | |
- [alsa] pcm_lib: avoid timing jitter in snd_pcm_read/write() (Jaroslav Kysela) [916264] | |
- [alsa] pcm: Don't check DMA time-out too shortly (Jaroslav Kysela) [916264] | |
- [alsa] pcm_lib: fix xrun_log (Jaroslav Kysela) [916264] | |
- [alsa] pcm_lib: xrun_log log also in_interrupt (Jaroslav Kysela) [916264] | |
- [alsa] core: Avoid endless sleep after disconnect (Jaroslav Kysela) [916264] | |
- [alsa] PCM: Fix some races at disconnection (Jaroslav Kysela) [916264] | |
- [alsa] info: Small refactoring and a sanity check in snd_info_get_line() (Jaroslav Kysela) [916264] | |
- [alsa] info: Avoid leaking kernel memory (Jaroslav Kysela) [916264] | |
- [alsa] info: Implement common llseek for binary mode (Jaroslav Kysela) [916264] | |
- [alsa] info: Remove BKL (Jaroslav Kysela) [916264] | |
- [alsa] info: Check file position validity in common layer (Jaroslav Kysela) [916264] | |
- [alsa] core: remove unused variables (Jaroslav Kysela) [916264] | |
- [alsa] core: Don't use 'default' for default (Jaroslav Kysela) [916264] | |
- [alsa] Fix yet another race in disconnection (Jaroslav Kysela) [916264] | |
- [alsa] fix comment/printk typos (Jaroslav Kysela) [916264] | |
- [alsa] core: Allow card id change to the same string (Jaroslav Kysela) [916264] | |
- [alsa] hda: add CONFIG_SND_HDA_CODEC_CA0132_DSP define to rhel specific config (Jaroslav Kysela) [916264] | |
- [alsa] hda: Keep halting ALC5505 DSP (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix EAPD vmaster hook for AD1884 & co (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add Dell SSID to support Headset Mic recording (Jaroslav Kysela) [916264] | |
- [alsa] hda: relase -> release (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix the max length of control name in generic parser (Jaroslav Kysela) [916264] | |
- [alsa] hda: Guess what, it's two more Dell headset mic quirks (Jaroslav Kysela) [916264] | |
- [alsa] hda: Yet another Dell headset mic quirk (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add support for ALC5505 DSP power-save mode (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add missing alc_inv_dmic_sync() call in alc269_resume() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Remove superfluous stac_resume() (Jaroslav Kysela) [916264] | |
- [alsa] hda/hdmi: poll eld at resume time (Jaroslav Kysela) [916264] | |
- [alsa] hda: clean up code to reset hda link (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add In-driver connection info (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use auto_mute_via_amp=1 for VT1708 (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add auto_mute_via_amp flag to generic parser (Jaroslav Kysela) [916264] | |
- [alsa] hda: Remove unused variable (Jaroslav Kysela) [916264] | |
- [alsa] hda: reset hda link during system/runtime suspend (Jaroslav Kysela) [916264] | |
- [alsa] hda: Make Thinkpad X220-tablet use generic parser (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix missing Mic Boost controls for VIA codecs (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use snd_hda_check_power_state() in patch_hdmi.c (Jaroslav Kysela) [916264] | |
- [alsa] hda: Avoid choose same converter for unused pins (Jaroslav Kysela) [916264] | |
- [alsa] hda: Cache the MUX selection for generic HDMI (Jaroslav Kysela) [916264] | |
- [alsa] hda: Haswell converter power state D0 verify (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix return value of snd_hda_check_power_state() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Don't take unresponsive D3 transition too serious (Jaroslav Kysela) [916264] | |
- [alsa] hda: Introduce bit flags to snd_hda_codec_read/write() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Drop hard dependency on CONFIG_SND_DYNAMIC_MINORS (Jaroslav Kysela) [916264] | |
- [alsa] hda/via: Use standard snd_hda_shutup_pins() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add models for Dell headset jacks (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix pin configurations for MacBook Air 4,2 (Jaroslav Kysela) [916264] | |
- [alsa] hda: Headset mic support for three more machines (Jaroslav Kysela) [916264] | |
- [alsa] hda: add mic fixup for ALC269VB on Ordissimo EVE2 (Jaroslav Kysela) [916264] | |
- [alsa] hda/via: Clean up duplicated codes (Jaroslav Kysela) [916264] | |
- [alsa] hda/via: Fix wrongly cleared pins after suspend on VT1802 (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add keep_eapd_on flag to generic parser (Jaroslav Kysela) [916264] | |
- [alsa] hda: Allow setting automute/automic hooks after parsing (Jaroslav Kysela) [916264] | |
- [alsa] hda/via: Disable broken dynamic power control (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add headset quirk for two Dell machines (Jaroslav Kysela) [916264] | |
- [alsa] hda: add dock support for Thinkpad T431s (Jaroslav Kysela) [916264] | |
- [alsa] hda: Remove superfluous pci_set_drvdata() at remove (Jaroslav Kysela) [916264] | |
- [alsa] hda: Enable mic-mute LED on more HP laptops (Jaroslav Kysela) [916264] | |
- [alsa] hda: add PCI IDs for Intel BayTrail (Jaroslav Kysela) [916264] | |
- [alsa] Revert: hda: Fix wrong power setup for HP paths of VIA codecs (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add headset mic support for another Dell machine (Jaroslav Kysela) [916264] | |
- [alsa] hda: Check the activity of the NID to be powered down (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix wrong power setup for HP paths of VIA codecs (Jaroslav Kysela) [916264] | |
- [alsa] Revert: hda: Don't set up active streams twice (Jaroslav Kysela) [916264] | |
- [alsa] hda: Apply pin-enablement workaround to all Haswell HDMI codecs (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix Oops caused by dereference NULL pointer (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix 3.9 regression of EAPD init on Conexant codecs (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix system panic when DMA > 40 bits for Nvidia audio controllers (Jaroslav Kysela) [916264] | |
- [alsa] hda: Move Thinkpad X220 to use auto parser (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add the support for ALC286 codec (Jaroslav Kysela) [916264] | |
- [alsa] hda: Limit internal mic boost for a few Asus machines (Jaroslav Kysela) [916264] | |
- [alsa] hda: Disable the sanity check in snd_hda_add_pincfg() (Jaroslav Kysela) [916264] | |
- [alsa] hda: fix error return code in patch_alc662() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Don't call vmaster hook when bus->shutdown is set (Jaroslav Kysela) [916264] | |
- [alsa] hda: fixup D3 pin and right channel mute on Haswell HDMI audio (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use the primary DAC for all aamix outputs (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix aamix activation with loopback control on VIA codecs (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix headset mic support for Asus X101CH (Jaroslav Kysela) [916264] | |
- [alsa] hda: Implement headset jack functionality for some Dell hw (Jaroslav Kysela) [916264] | |
- [alsa] hda: Handle Headphone Mic jack more generic (Jaroslav Kysela) [916264] | |
- [alsa] hda: add some small convenience functions to auto parser (Jaroslav Kysela) [916264] | |
- [alsa] hda: allow "Headphone Mic" parser flag (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Add a quirk for AC700 Chromebook (Jaroslav Kysela) [916264] | |
- [alsa] hda/cirrus: Add a quirk for Stumpy ChromeBox (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Update latency based on DSP state (Jaroslav Kysela) [916264] | |
- [alsa] hda: Introduce get_delay codec PCM ops (Jaroslav Kysela) [916264] | |
- [alsa] hda: fix uninitialized variable (Jaroslav Kysela) [916264] | |
- [alsa] hda: Allow power_save_controller option override DCAPS" (Jaroslav Kysela) [916264] | |
- [alsa] hda: fix typo in proc output (Jaroslav Kysela) [916264] | |
- [alsa] hda: Enabling Realtek ALC 671 codec (Jaroslav Kysela) [916264] | |
- [alsa] hda: bug fix on HDMI ELD debug message (Jaroslav Kysela) [916264] | |
- [alsa] hda: bug fix on return value when getting HDMI ELD info (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Delay HP amp turnon (Jaroslav Kysela) [916264] | |
- [alsa] hda: VIA prefers side surrounds over HP (Jaroslav Kysela) [916264] | |
- [alsa] hda: Lower the badness for independent HP penalty (Jaroslav Kysela) [916264] | |
- [alsa] hda: Allow codec drivers to give own badness tables (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix DAC assignment for independent HP (Jaroslav Kysela) [916264] | |
- [alsa] hda: Enable "Headset Mic" name for some Dell Latitude devices (Jaroslav Kysela) [916264] | |
- [alsa] hda: Introduce "Headset Mic" name (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix abuse of snd_hda_lock_devices() for DSP loader (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix typo in checking IEC958 emphasis bit (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix yet missing GPIO/EAPD setup in cirrus driver (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add GPIO-based LED support on HP desktop machines (Jaroslav Kysela) [916264] | |
- [alsa] hda: Make the resume of digital beep setup proper (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix power-saving during playing beep sound (Jaroslav Kysela) [916264] | |
- [alsa] hda: Move beep attach/detach calls in hda_generic.c (Jaroslav Kysela) [916264] | |
- [alsa] hda/cirrus: Fix the digital beep registration (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix missing beep detach in patch_conexant.c (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix missing EAPD/GPIO setup for Cirrus codecs (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Remove extra setting of dsp_state (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Check download state of DSP (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Check if dspload_image succeeded (Jaroslav Kysela) [916264] | |
- [alsa] hda: Disable IDT eapd_switch if there are no internal speakers (Jaroslav Kysela) [916264] | |
- [alsa] hda: Don't apply EAPD power filter as default (Jaroslav Kysela) [916264] | |
- [alsa] hda: Allow unlimited pins and converters in patch_hdmi.c (Jaroslav Kysela) [916264] | |
- [alsa] hda: Drop explicit memset() by reallocation with __GFP_ZERO (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix snd_hda_get_num_raw_conns() to return a correct value (Jaroslav Kysela) [916264] | |
- [alsa] hda: Don't re-initialize shared hp/mic pinctl (Jaroslav Kysela) [916264] | |
- [alsa] hda: Avoid automatic pin-ctl update for hp/mic when jack ctl exists (Jaroslav Kysela) [916264] | |
- [alsa] hda: Consolidate add_in_jack_modes and add_out_jack_modes hints (Jaroslav Kysela) [916264] | |
- [alsa] hda: Allow to change I/O direction in hp/mic jack mode ctl (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add some model name strings for ALC260 (Jaroslav Kysela) [916264] | |
- [alsa] hda: Handle shared hp/mic jack mode (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add the generic Headphone Mic feature (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add support of new codec ALC233 (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Avoid division by zero in dspxfr_one_seg() (Jaroslav Kysela) [916264] | |
- [alsa] hda: check NULL pointer when creating SPDIF PCM switch (Jaroslav Kysela) [916264] | |
- [alsa] hda: check NULL pointer when creating SPDIF controls (Jaroslav Kysela) [916264] | |
- [alsa] hda: Enable beep for ASUS EeeBox EBP1501P (Jaroslav Kysela) [916264] | |
- [alsa] hda/hdmi: Make jacks phantom, if they're not detectable (Jaroslav Kysela) [916264] | |
- [alsa] hda/hdmi: Notify userspace when ELD control changes (Jaroslav Kysela) [916264] | |
- [alsa] hda/hdmi: Protect ELD buffer (Jaroslav Kysela) [916264] | |
- [alsa] hda/hdmi: Refactor hdmi_eld into parsed_hdmi_eld (Jaroslav Kysela) [916264] | |
- [alsa] hda/hdmi: Do not expose eld data when eld is invalid (Jaroslav Kysela) [916264] | |
- [alsa] hda/hdmi: ELD shouldn't be valid after unplug (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix the silent speaker output on Fujitsu S7020 laptop (Jaroslav Kysela) [916264] | |
- [alsa] hda: add quirks for mute LED on two HP machines (Jaroslav Kysela) [916264] | |
- [alsa] hda: Remove speaker clicks on CX20549 (Jaroslav Kysela) [916264] | |
- [alsa] hda: Disable runtime PM for Intel 5 Series/3400 (Jaroslav Kysela) [916264] | |
- [alsa] hda: Increase badness for missing multi-io (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix broken workaround for HDMI/SPDIF conflicts (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Add missing n to debug prints (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Fix type of INVALID_CHIP_ADDRESS (Jaroslav Kysela) [916264] | |
- [alsa] hda: update documentation for no-primary-hp fixup (Jaroslav Kysela) [916264] | |
- [alsa] hda: Workaround for silent output on Sony Vaio VGC-LN51JGB with ALC889 (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Slight optimization for build with DSP (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix memory leak and error handling in CA0132 DSP loader (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Improve the DSP transfer timeout calculations (Jaroslav Kysela) [916264] | |
- [alsa] hda/intel: Add Device IDs for Intel Wellsburg PCH (Jaroslav Kysela) [916264] | |
- [alsa] hda: Yet another fix for broken HSW HDMI pin connections (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add fixup for Haswell to enable all pin and convertor widgets (Jaroslav Kysela) [916264] | |
- [alsa] hda: Support rereading widgets under the function group (Jaroslav Kysela) [916264] | |
- [alsa] hda: Remove limit of widget connections (Jaroslav Kysela) [916264] | |
- [alsa] hda: Set non-snoop for Creative HD-audio controllers (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix misc compile warnings in patch_ca0132.c (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use generic array for loopback list management (Jaroslav Kysela) [916264] | |
- [alsa] hda: Enable loopback accounts for CONFIG_PM=n, too (Jaroslav Kysela) [916264] | |
- [alsa] hda: Apply mic-mute LED fixup for new HP laptops (Jaroslav Kysela) [916264] | |
- [alsa] hda: detect jacks on VT1708 even when no streams are active (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix phantom jacks on VT1708 (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add new Kconfig CONFIG_SND_HDA_CODEC_CA0132_DSP (Jaroslav Kysela) [916264] | |
- [alsa] hda: Release assigned pin/cvt at error path of hdmi_pcm_open() (Jaroslav Kysela) [916264] | |
- [alsa] hda: New PCI ID for Haswell ULT (Jaroslav Kysela) [916264] | |
- [alsa] hda: add support for IDT 92HD95 HDA codec (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix non-snoop page handling (Jaroslav Kysela) [916264] | |
- [alsa] hda: Enable LPIB delay count for Poulsbo / Oaktrail (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix powermap for external mics on IDT codecs (Jaroslav Kysela) [916264] | |
- [alsa] hda: fix inverted internal mic on Acer AOA150/ZG5 (Jaroslav Kysela) [916264] | |
- [alsa] hda: Enable power down of unused widgets for IDT codecs (Jaroslav Kysela) [916264] | |
- [alsa] hda: Implement path-based power filter to the generic parser (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add snd_hda_check_power_state() helper function (Jaroslav Kysela) [916264] | |
- [alsa] hda: Synchronize the power state at the end of codec init (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add power state filtering (Jaroslav Kysela) [916264] | |
- [alsa] hda/via: Fix wrong checks of power state bits (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix wrong arguments for path deactivation checks (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add auto-mute support to PB desktop (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add a fixup for Packard-Bell desktop with ALC880 (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add chained_before flag to the fixup entry (Jaroslav Kysela) [916264] | |
- [alsa] hda: Small code refactoring about path re-initialization (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix missing path between aamix and outputs in AD codecs (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix inconsistent pin states after resume (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix invalid snd_BUG_ON() in alc271_hp_gate_mic_jack() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Select auto-parser as default for AD codecs (Jaroslav Kysela) [916264] | |
- [alsa] hda: Convert some static quirks to fixup codes for AD codecs (Jaroslav Kysela) [916264] | |
- [alsa] hda: Rearrange for dropping static quirk codes in AD codec driver (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add SPDIF mux control to AD codec auto-parser (Jaroslav Kysela) [916264] | |
- [alsa] hda: Combine snd_hda_codec_flush_*_cache() to a single function (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix missing call of cmd flush in capture volume put callback (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add missing exports to helper functions (Jaroslav Kysela) [916264] | |
- [alsa] hda: Revive SPDIF mux for IDT/STAC codecs (Jaroslav Kysela) [916264] | |
- [alsa] hda: Disable HP auto-mute during independent HP mode (Jaroslav Kysela) [916264] | |
- [alsa] hda: Set individual name to secondary analog PCM stream (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add aamix NID to AD codecs (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add Conexant CX20755/20756/20757 codec IDs (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add aamix NID to IDT 92HD codecs (Jaroslav Kysela) [916264] | |
- [alsa] hda: Remove superfluous header inclusions (Jaroslav Kysela) [916264] | |
- [alsa] hda: Enable parsing the independent HP mode as default for VIA codecs (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix conflicts between Loopback Mixing and Independent HP (Jaroslav Kysela) [916264] | |
- [alsa] hda: Check aamix-output paths from other DACs, too (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add missing badness evaluation for unresolved paths (Jaroslav Kysela) [916264] | |
- [alsa] hda: Set the pin targets after deciding output config (Jaroslav Kysela) [916264] | |
- [alsa] hda: Improve debug prints for output paths (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add fixup for Acer AO725 laptop (Jaroslav Kysela) [916264] | |
- [alsa] hda/conexant: Set mixer NID 0x19 for CX20551 codec (Jaroslav Kysela) [916264] | |
- [alsa] hda: Correct more array rooms in hda_gen_spec (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix the wrong adc_idx for capture source (Jaroslav Kysela) [916264] | |
- [alsa] hda: Don't add unnecessary indices on HDMI and SPDIF (Jaroslav Kysela) [916264] | |
- [alsa] hda: don't compare with yourself in fill_input_pin_labels (Jaroslav Kysela) [916264] | |
- [alsa] hda: make sure there are enough input labels and paths (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix speaker pin of FSC Lifebook S7110 laptop (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add boost to line inputs, too (Jaroslav Kysela) [916264] | |
- [alsa] hda/sigmatel: Add bass speaker support for HP ENVY Spectre XT (Jaroslav Kysela) [916264] | |
- [alsa] hda: Consolidate cap_sync_hook and capture_switch_hook (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix missing call of capture_switch_hook (Jaroslav Kysela) [916264] | |
- [alsa] hda: Look for boost controls more deeply (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix invalid mute in path activation (Jaroslav Kysela) [916264] | |
- [alsa] hda: Unify input label creations in generic parser (Jaroslav Kysela) [916264] | |
- [alsa] hda: Keep autocfg.input idx value in imux table (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix missing unsol event handler in some codec drivers (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use generic parser for STAC/IDT codec driver (Jaroslav Kysela) [916264] | |
- [alsa] hda: Improve naming rule for primary output (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add PCM capture hook to hda_gen_spec (Jaroslav Kysela) [916264] | |
- [alsa] hda: Record all detected ADCs in hda_gen_spec (Jaroslav Kysela) [916264] | |
- [alsa] hda: Move vmaster TLV parsing to snd_hda_gen_parse_auto_config() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add input jack mode enum controls to generic parser (Jaroslav Kysela) [916264] | |
- [alsa] hda: Minor cleanup/fixes for patch_sigmatel.c fixup transition (Jaroslav Kysela) [916264] | |
- [alsa] hda: Give more comments to hda_gen_spec flags (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add suppress_auto_mute flag to hda_gen_spec (Jaroslav Kysela) [916264] | |
- [alsa] hda: Record the current speaker / LO mute status in hda_gen_spec (Jaroslav Kysela) [916264] | |
- [alsa] hda: Properly call automute/switch hooks at init (Jaroslav Kysela) [916264] | |
- [alsa] hda: Make sure fill_all_dac_nids is called for digital only codecs (Jaroslav Kysela) [916264] | |
- [alsa] hda: force different capture controls if amp caps differ (Jaroslav Kysela) [916264] | |
- [alsa] hda: do not add non-existing Mic boost controls (Jaroslav Kysela) [916264] | |
- [alsa] hda: initialize channel counts correctly (Jaroslav Kysela) [916264] | |
- [alsa] hda: fix wrong adc_idx in generic parser (Jaroslav Kysela) [916264] | |
- [alsa] hda: Check array bounds in get_input_path (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Make some symbols static (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add prefer_hp_amp flag to hda_gen_spec (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Fix a wrong comma in snd_printdd() call (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Declare firmware only when really built (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Fix possible invalid DMA channel deallocation (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Fix possible NULL dereference (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Fix another smatch warning (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Fix superfluous unsigned check (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Use snd_hda_set_pin_ctl() helper again (Jaroslav Kysela) [916264] | |
- [alsa] Revert: hda: Add firmware caching to CA0132 codec (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Fix potential init errors and update module description (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Shuffle to group together related code (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Code shuffle to group similar functions (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Add tuning controls (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Add unsol handler for DSP and jack detection (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Add PCM enhancements (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Add DSP mixer controls and helpers (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Init chip, DSP effects and mixer settings (Jaroslav Kysela) [916264] | |
- [alsa] hda/ca0132: Add new definitions and structs for DSP (Jaroslav Kysela) [916264] | |
- [alsa] hda: fix OOPS in hda_mark_cmd_cache_dirty (Jaroslav Kysela) [916264] | |
- [alsa] hda/sigmatel: Remove superfluous fields from sigmatel_spec (Jaroslav Kysela) [916264] | |
- [alsa] hda/sigmatel: Move w/a for HP Mini 110 LED to fixup table (Jaroslav Kysela) [916264] | |
- [alsa] hda/sigmatel: Remove PCI id check in find_mute_led_cfg() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use standard fixup table for IDT92HD83xxx (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use standard fixup table for IDT92HD73xx (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use standard fixup table for IDT92HD71Bxx (Jaroslav Kysela) [916264] | |
- [alsa] hda: Check pincap while parsing the configuration (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use standard fixup table for STAC927x (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use standard fixup table for STAC922x (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use standard fixup table for STAC9205 (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use standard fixup table for STAC9872 (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use standard fixup table for STAC925x (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use standard fixup table for STAC9200 (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add capture_switch_hook to generic parser (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use generic parser for VIA codec driver (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add generic parser support to Analog Device codec driver (Jaroslav Kysela) [916264] | |
- [alsa] hda: Rearrange for dropping static quirk codes in Coexant driver (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use generic parser in Conexant codec driver (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use generic parser for Cirrus codec driver (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use generic parser for CA0110 codec (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use generic codec parser for C-Media codecs (Jaroslav Kysela) [916264] | |
- [alsa] hda: Allow user to give hints for codec parser behavior (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add snd_hda_get_int_hint() helper function (Jaroslav Kysela) [916264] | |
- [alsa] hda: Protect user-defined arrays via mutex (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Generic mute LED implementation for HP laptops (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Fix the timing for some fixups (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Add a fixup for FSC S7020 laptop (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add output jack mode enum controls (Jaroslav Kysela) [916264] | |
- [alsa] hda: Update automute / automic upon jack retasking (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add a new fixup type to override pinctl values (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Read the cached pinctl value in fixups (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Drop aliases for old fixups (Jaroslav Kysela) [916264] | |
- [alsa] hda: Avoid auto-mute or auto-mic of retasked jacks (Jaroslav Kysela) [916264] | |
- [alsa] hda: Manage current pinctl values in generic parser (Jaroslav Kysela) [916264] | |
- [alsa] hda: More strict correction of invalid pinctl bits (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add helper functions to cache the current pinctl target (Jaroslav Kysela) [916264] | |
- [alsa] hda: Clear the dropped paths properly (Jaroslav Kysela) [916264] | |
- [alsa] hda: Allow aamix as a capture source (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix inconsistent input_paths after ADC reduction (Jaroslav Kysela) [916264] | |
- [alsa] hda: Return "Headphone Mic" from hda_get_autocfg_input_label() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Exclude aamix from capture paths (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add a flag to suppress mic auto-switch (Jaroslav Kysela) [916264] | |
- [alsa] hda: Handle BOTH jack port as a fixed output (Jaroslav Kysela) [916264] | |
- [alsa] hda: Re-define snd_hda_parse_nid_path() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Manage input paths via path indices (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix multi-io channel mode management (Jaroslav Kysela) [916264] | |
- [alsa] hda: Don't set up active streams twice (Jaroslav Kysela) [916264] | |
- [alsa] hda: Remove unused dac reference in create_multi_out_ctls() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use direct path reference in assign_out_path_ctls() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Clear path indices properly at each re-evaluation (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add brief comments to exported snd_hda_gen_*_() functions (Jaroslav Kysela) [916264] | |
- [alsa] hda: Remove dead HDA_CTL_BIND_VOL and HDA_CTL_BIND_SW codes (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add snd_hda_gen_free() and snd_hda_gen_check_power_status() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Allow jack detection when polling is enabled (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add pcm_playback_hook to hda_gen_spec (Jaroslav Kysela) [916264] | |
- [alsa] hda: Drop bind-volume workaround (Jaroslav Kysela) [916264] | |
- [alsa] hda: Drop unneeded pin argument from set_output_and_unmute() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add missing slave names for Speaker Surround, etc (Jaroslav Kysela) [916264] | |
- [alsa] hda: Prefer binding the primary CLFE output (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix truncated control names (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add Loopback Mixing control (Jaroslav Kysela) [916264] | |
- [alsa] hda: Correct aamix output paths (Jaroslav Kysela) [916264] | |
- [alsa] hda: Initialize digital-input path properly (Jaroslav Kysela) [916264] | |
- [alsa] hda: Manage using output/loopback path indices (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix multi-io pin assignment in create_multi_out_ctls() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Simplify the multi-io assignment with multi speakers (Jaroslav Kysela) [916264] | |
- [alsa] hda: Check the existing path in snd_hda_add_new_path() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Avoid duplicated path creations (Jaroslav Kysela) [916264] | |
- [alsa] hda: Initialize output paths with current active states (Jaroslav Kysela) [916264] | |
- [alsa] hda: Don't skip amp init for activated paths (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add hooks for HP/line/mic auto switching (Jaroslav Kysela) [916264] | |
- [alsa] hda: Revive snd_hda_get_conn_list() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add codec->inv_jack_detect flag (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add inv_eapd flag to struct hda_codec (Jaroslav Kysela) [916264] | |
- [alsa] hda: Implement independent HP control (Jaroslav Kysela) [916264] | |
- [alsa] hda: Allow aamix in the primary output path (Jaroslav Kysela) [916264] | |
- [alsa] hda: Define HDA_PARSE_* for snd_hda_parse_nid_path() argument (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix typos in debug_show_configs() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add more debug prints about new paths (Jaroslav Kysela) [916264] | |
- [alsa] hda: Drop spec->channel_mode field from hda_gen_spec (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix PCM name string for generic parser (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use cached version for changing pins in hda_generic.c (Jaroslav Kysela) [916264] | |
- [alsa] hda: Dynamically turn on/off EAPD in generic codec driver (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix initialization of primary outputs in hda_generic.c (Jaroslav Kysela) [916264] | |
- [alsa] hda: Refactor init_extra_out() in hda_generic.c (Jaroslav Kysela) [916264] | |
- [alsa] hda: Clear unsol enable bits on unused pins in generic parser (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add spec->vmaster_mute_enum flag to generic parser (Jaroslav Kysela) [916264] | |
- [alsa] hda: Begin HDA_GEN_* event tag from 1 (Jaroslav Kysela) [916264] | |
- [alsa] hda: Increase the max depth of widget connections (Jaroslav Kysela) [916264] | |
- [alsa] hda: Avoid access of amp cache element outside mutex (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix wrong dirty check in snd_hda_codec_resume_amp() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Do sequential writes in snd_hda_gen_init() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add / fix comments about capture vol/sw controls in hda_generic.c (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add missing amp cache flush for bound capture vol/sw ctls (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add snd_hda_codec_flush_*_cache() aliases (Jaroslav Kysela) [916264] | |
- [alsa] hda: Flush dirty amp caches before writing inv_dmic fix (Jaroslav Kysela) [916264] | |
- [alsa] hda: Check CORB overflow (Jaroslav Kysela) [916264] | |
- [alsa] hda: Clear cached_write flag in snd_hda_codec_resume_*() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Clear dirty flag upon cache write (Jaroslav Kysela) [916264] | |
- [alsa] hda: Allow one chance for zero NID in connection list (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use "Capture Source" for single sources (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use generic parser codes for Realtek driver (Jaroslav Kysela) [916264] | |
- [alsa] hda: Export standard jack event handlers for generic parser (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix NULL dereference in snd_hda_gen_build_controls() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Move the call of snd_hda_parse_pin_defcfg() from snd_hda_gen_parse_auto_config() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Export snd_hda_gen_add_kctl() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add EAPD control to generic parser (Jaroslav Kysela) [916264] | |
- [alsa] hda: Merge Realtek parser code to generic parser (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Remove redundant argument from alc_mux_select() (Jaroslav Kysela) [916264] | |
- [alsa] hda: More generic auto-mic switching for Realtek codecs (Jaroslav Kysela) [916264] | |
- [alsa] hda: Rearrange INPUT_PIN_ATTR_* (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Fix split stereo dmic code (Jaroslav Kysela) [916264] | |
- [alsa] hda: Move fixup code into struct hda_codec (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Add conexant-style inverted dmic handling (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Allow multiple individual capture volume/switch controls (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Allow passing name=NULL to alc_kcontrol_new() (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Merge a few split functions (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Assign Master mixer when possible (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Handle vmaster hook in the parser side (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Remove unused fields and macro definitions (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Drop auto_mic_valid_imux flag (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Allow different pins for shared hp/mic vref check (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Parse digital input path (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Rename add_new_out_path() with add_new_nid_path() (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Remove superfluous input amp init (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Clean up some spec fields (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Make input path parser more generic (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Don't change connection at path deactivation (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Initialize loopback paths properly (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Add boost volumes to path list (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Add missing initialization of multi-io routes (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Fix the initialization of pin amp-in (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Rename get_out_path() to get_nid_path() (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Use path-based parser for digital outputs (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Consolidate to a single path list (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Consolidate is_reachable_path() (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Add path active flag (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Remove non-standard automute mode (Jaroslav Kysela) [916264] | |
- [alsa] hda: Introduce snd_hda_codec_amp_init*() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Introduce cache & flush cmd / amp writes (Jaroslav Kysela) [916264] | |
- [alsa] hda: Remove snd_hda_codec_amp_update() call from patch_*.c (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Fix initialization of input amps in output paths (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Check amp capabilities of aa-mixer widget (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Parse analog loopback paths more generically (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Parse input paths (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Make path->idx and path->multi consistent (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Simplify the output volume initialization (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Reduce vol/mute ctl lookups at parsing codec (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix mono amp values in proc output (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Manage mixer controls in out_path list (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Add output path parser (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: List up all available DACs (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Simplify alc_auto_is_dac_reachable() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add support of new codec ALC284 (Jaroslav Kysela) [916264] | |
- [alsa] hda: Allow power_save_controller option override DCAPS (Jaroslav Kysela) [916264] | |
- [alsa] Revert: hda: Shut up pins at power-saving mode with Conexant codecs (Jaroslav Kysela) [916264] | |
- [alsa] hda: Disable runtime D3 for Intel CPT & co (Jaroslav Kysela) [916264] | |
- [alsa] hda: print power state for AFG node in proc file (Jaroslav Kysela) [916264] | |
- [alsa] hda: add mute LED for HP Pavilion 17 (Realtek codec) (Jaroslav Kysela) [916264] | |
- [alsa] hda: Switch "On" and "Off" for "Mute-LED Mode" kcontrol (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix sound resume hang (Jaroslav Kysela) [916264] | |
- [alsa] hda: bug fix for invalid connection list of Haswell HDMI codec pins (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix the wrong pincaps set in ALC861VD dallas/hp fixup (Jaroslav Kysela) [916264] | |
- [alsa] hda: Set codec->single_adc_amp flag for Realtek codecs (Jaroslav Kysela) [916264] | |
- [alsa] hda: Remove superfluous zero-clear memset in patch_ca0132.c (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix NULL dereference in error path of patch_ca0132.c (Jaroslav Kysela) [916264] | |
- [alsa] hda: Remove unnecessary struct hda_stream_format from CA0132 (Jaroslav Kysela) [916264] | |
- [alsa] hda: Update chipio functions and DSP write wait timeout (Jaroslav Kysela) [916264] | |
- [alsa] hda: Change return value for load_dsp_prepare() to -ENOSYS (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add comments and descriptions to CA0132 functions (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add firmware caching to CA0132 codec (Jaroslav Kysela) [916264] | |
- [alsa] hda: Update CA0132 codec to load DSP firmware binary (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add DSP firmware enums and defs to CA0132 codec (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add CA0132 register definitions file (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add new DSP loader callback routines (Jaroslav Kysela) [916264] | |
- [alsa] Revert: hda: bug fix for invalid connection list of Haswell HDMI codec pin (Jaroslav Kysela) [916264] | |
- [alsa] hda: bug fix for invalid connection list of Haswell HDMI codec pin (Jaroslav Kysela) [916264] | |
- [alsa] hda: Always turn on pins for HDMI/DP (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix pin configuration of HP Pavilion dv7 (Jaroslav Kysela) [916264] | |
- [alsa] hda: Move runtime PM check to runtime_idle callback (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add stereo-dmic fixup for Acer Aspire One 522 (Jaroslav Kysela) [916264] | |
- [alsa] hda: Avoid doubly suspend after vga switcheroo (Jaroslav Kysela) [916264] | |
- [alsa] hda: Check validity of CORB/RIRB WP reads (Jaroslav Kysela) [916264] | |
- [alsa] hda: use usleep_range in link reset and change timeout check (Jaroslav Kysela) [916264] | |
- [alsa] hda/via: Add support for codec VT1808 (Jaroslav Kysela) [916264] | |
- [alsa] hda/via: Add support for codec VT1705CF (Jaroslav Kysela) [916264] | |
- [alsa] hda: Remove the rest of __devinit* in comments (Jaroslav Kysela) [916264] | |
- [alsa] hda: Remove superfluous DELAYED_INIT*_MARK (Jaroslav Kysela) [916264] | |
- [alsa] hda: remove __dev* attributes (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add PCI device prefix for clarity (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix yet another race of vga_switcheroo registration (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Keep the channel count for multiple speakers (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add a helper function for simple enum kcontrols (Jaroslav Kysela) [916264] | |
- [alsa] hda: Pass errors properly in alc_auto_check_switches() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Refactor alc_kcontrol_new() usages (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use standard sort function in hda_auto_parser.c (Jaroslav Kysela) [916264] | |
- [alsa] hda: Call snd_array_init() early and only once (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix build without CONFIG_PM (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add a fixup for internal mic on MacBook Pro 8,1 (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add missing verb applications in patch_cirrus.c (Jaroslav Kysela) [916264] | |
- [alsa] hda: Move static ADC setup for CS4206 to init verbs (Jaroslav Kysela) [916264] | |
- [alsa] hda: Don't release firmware when CONFIG_PM is set (Jaroslav Kysela) [916264] | |
- [alsa] hda: Don't overwrite the pin default configs (Jaroslav Kysela) [916264] | |
- [alsa] hda: Remove shutup calls in free callbacks (Jaroslav Kysela) [916264] | |
- [alsa] hda: Use standard helper functions in patch_hdmi.c (Jaroslav Kysela) [916264] | |
- [alsa] hda/cirrus: Correctly clear line_out_pins when moving to speaker (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add support for Realtek ALC292 (Jaroslav Kysela) [916264] | |
- [alsa] hda: Limit runtime PM support only to known Intel chips (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix Acer Aspire models with analog mics (Jaroslav Kysela) [916264] | |
- [alsa] hda: Allow jack state to depend on another jack (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix recursive suspend/resume call (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add a missing quirk entry for iMac 9,1 (Jaroslav Kysela) [916264] | |
- [alsa] hda: Removed unused non-standard name "C/LFE" (Jaroslav Kysela) [916264] | |
- [alsa] hda: Give standard "Bass Speaker" mixer for 2.1 speakers (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add new codec ALC668 and ALC900 (default name ALC1150) (Jaroslav Kysela) [916264] | |
- [alsa] hda: Improve HP depop when system enter to S3 (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add pin fixups for ASUS G75 (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix invalid connections in VT1802 codec (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix empty DAC filling in patch_via.c (Jaroslav Kysela) [916264] | |
- [alsa] hda: Keep power link on for PantherPoint HDMI (Jaroslav Kysela) [916264] | |
- [alsa] hda: Force to reset IEC958 status bits for AD codecs (Jaroslav Kysela) [916264] | |
- [alsa] hda: Mark CS260x immutable structures const (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix digital microphone on CS420x (Jaroslav Kysela) [916264] | |
- [alsa] hda: Cirrus: Fix coefficient index for beep configuration (Jaroslav Kysela) [916264] | |
- [alsa] hda: stop setup_dig_out_stream() causing clicks (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add tracepoints to HD-audio controller driver (Jaroslav Kysela) [916264] | |
- [alsa] hda: remove unused variable in azx_position_ok() (Jaroslav Kysela) [916264] | |
- [alsa] hda: Don't enable unsol for jacks we're polling (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add workaround for conflicting IEC958 controls (Jaroslav Kysela) [916264] | |
- [alsa] hda: Print PCI device name at "spurious message" warnings (Jaroslav Kysela) [916264] | |
- [alsa] hda: Implement a poll loop for jacks as a module parameter (Jaroslav Kysela) [916264] | |
- [alsa] hda: Make hda sound card usable for Loongson (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix mute-LED setup for HP dv5 laptop (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix silent headphone output from Toshiba P200 (Jaroslav Kysela) [916264] | |
- [alsa] hda: add dock support for Thinkpad T430 (Jaroslav Kysela) [916264] | |
- [alsa] hda: Always check array bounds in alc_get_line_out_pfx (Jaroslav Kysela) [916264] | |
- [alsa] hda: Stop LPIB delay counting on broken hardware (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix registration race of VGA switcheroo (Jaroslav Kysela) [916264] | |
- [alsa] hda: Clean up superfluous position_fix list entries (Jaroslav Kysela) [916264] | |
- [alsa] hda: do not detect jack on internal speakers for Realtek (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix missing beep on ASUS X43U notebook (Jaroslav Kysela) [916264] | |
- [alsa] hda: Remove AZX_DCAPS_POSFIX_COMBO (Jaroslav Kysela) [916264] | |
- [alsa] hda: Warn an allocation for an uninitialized array (Jaroslav Kysela) [916264] | |
- [alsa] hda/cirrus: Add missing init/free of hda_gen_spec (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix memory leaks at error path in patch_cirrus.c (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add missing hda_gen_spec to struct via_spec (Jaroslav Kysela) [916264] | |
- [alsa] hda: remove "Mic Jack Mode" for headset jacks (Latitude Exx30) (Jaroslav Kysela) [916264] | |
- [alsa] hda: make Cirrus codec use generic unsol event handler (Jaroslav Kysela) [916264] | |
- [alsa] hda: make VIA codec use generic unsol event handler (Jaroslav Kysela) [916264] | |
- [alsa] hda: Remove dead GPIO code for VIA codec (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add new codec ALC283 ALC290 support (Jaroslav Kysela) [916264] | |
- [alsa] hda: avoid unneccesary indices on "Headphone Jack" controls (Jaroslav Kysela) [916264] | |
- [alsa] hda: fix indices on boost volume on Conexant (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix hang caused by race during suspend (Jaroslav Kysela) [916264] | |
- [alsa] hda: Clean up redundant FG checks (Jaroslav Kysela) [916264] | |
- [alsa] hda/realtek: Fix detection of ALC271X codec (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add inverted internal mic quirk for Lenovo IdeaPad U310 (Jaroslav Kysela) [916264] | |
- [alsa] hda: make Realtek/Sigmatel/Conexant use the generic unsol event (Jaroslav Kysela) [916264] | |
- [alsa] hda: make a generic unsol event handler (Jaroslav Kysela) [916264] | |
- [alsa] hda: add PCI identifier for Intel 5 Series/3400 (Jaroslav Kysela) [916264] | |
- [alsa] hda: use LPIB for delay estimation (Jaroslav Kysela) [916264] | |
- [alsa] hda: force use of SSYNC bits (Jaroslav Kysela) [916264] | |
- [alsa] hda/via: don't report presence on HPs with no presence support (Jaroslav Kysela) [916264] | |
- [alsa] hda: Add external mic quirk for Asus Zenbook UX31A (Jaroslav Kysela) [916264] | |
- [alsa] hda: Yet another fix for D3 stop-clock refcounting (Jaroslav Kysela) [916264] | |
- [alsa] hda: Optimize bitfield usage in struct hda_codec (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix D3 clock stop check for codecs with own set_power_state op (Jaroslav Kysela) [916264] | |
- [alsa] hda: Clean up CONFIG_SND_HDA_POWER_SAVE (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix runtime PM leftover refcounts (Jaroslav Kysela) [916264] | |
- [alsa] hda: bug fix on references without checking CONFIG_SND_HDA_POWER_SAVE (Jaroslav Kysela) [916264] | |
- [alsa] hda: add runtime PM support (Jaroslav Kysela) [916264] | |
- [alsa] hda: Fix possible compile warnings regarding CONFIG_PM (Jaroslav Kysela) [916264] | |
- [alsa] hda: Convert to new pm_ops for PCI drivers (Jaroslav Kysela) [916264] | |
- [alsa] Revert: hda_intel: Add Device IDs for Intel Wellsburg PCH (Jarod Wilson) [916264] | |
* Mon Aug 05 2013 Rafael Aquini <[email protected]> [2.6.32-408.el6] | |
- [virt] kvm: validate userspace_addr of memslot (Petr Matousek) [950498] {CVE-2013-1943} | |
- [x86] edac: Apply patch to support ECC error decoding for Fam16h (Kim Naru) [922941] | |
- [fs] fuse: readdirplus sanity checks (Niels de Vos) [981741] | |
- [fs] fuse: readdirplus cleanup (Niels de Vos) [981741] | |
- [fs] fuse: readdirplus change attributes once (Niels de Vos) [981741] | |
- [fs] fuse: readdirplus fix instantiate (Niels de Vos) [981741] | |
- [fs] fuse: fix readdirplus dentry leak (Niels de Vos) [981741] | |
- [fs] fuse: hold i_mutex in fuse_file_fallocate() (Brian Foster) [979433] | |
- [fs] cifs: on send failure, readjust server sequence number downward (Sachin Prabhu) [877010] | |
- [fs] cifs: don't try to unlock pagecache page after releasing it (Sachin Prabhu) [877010] | |
- [fs] cifs: bugfix for unreclaimed writeback pages in cifs_writev_requeue() (Sachin Prabhu) [877010] | |
- [fs] cifs: move check for NULL socket into smb_send_rqst (Sachin Prabhu) [877010] | |
- [fs] cifs: fix writeback race with file that is growing (Sachin Prabhu) [877010] | |
- [fs] cifs: adjust sequence number downward after signing NT_CANCEL request (Sachin Prabhu) [877010] | |
- [fs] cifs: remove kmap lock (Sachin Prabhu) [877010] | |
- [fs] cifs: replace kvec array in readdata with a single kvec (Sachin Prabhu) [877010] | |
- [fs] cifs: convert async read code to use pages array without kmapping (Sachin Prabhu) [877010] | |
- [fs] cifs: turn the pages list in cifs_readdata into an array (Sachin Prabhu) [877010] | |
- [fs] cifs: allocate kvec array for cifs_readdata as a separate allocation (Sachin Prabhu) [877010] | |
- [fs] cifs: remove the kmap size limit from wsize (Sachin Prabhu) [877010] | |
- [fs] cifs: convert async write code to pass in data via rq_pages array (Sachin Prabhu) [877010] | |
- [fs] cifs: change cifs_call_async to use smb_rqst structs (Sachin Prabhu) [877010] | |
- [fs] cifs: teach signing routines how to deal with arrays of pages in a smb_rqst (Sachin Prabhu) [877010] | |
- [fs] cifs: teach smb_send_rqst how to handle arrays of pages (Sachin Prabhu) [877010] | |
- [fs] cifs: cork the socket before a send and uncork it afterward (Sachin Prabhu) [877010] | |
- [fs] cifs: convert send code to use smb_rqst structs (Sachin Prabhu) [877010] | |
- [fs] cifs: change signing routines to deal with smb_rqst structs (Sachin Prabhu) [877010] | |
- [fs] cifs: print error code if smb signature verification fails (Sachin Prabhu) [877010] | |
- [fs] cifs: rename cifs_sign_smb2 to cifs_sign_smbv (Sachin Prabhu) [877010] | |
- [fs] cifs: remove bogus reset of smb_buf_length in smb_send routines (Sachin Prabhu) [877010] | |
- [fs] cifs: convert cifs_iovec_write to use async writes (Sachin Prabhu) [877010] | |
- [fs] cifs: call cifs_update_eof with i_lock held (Sachin Prabhu) [877010] | |
- [fs] cifs: fix up get_numpages (Sachin Prabhu) [877010] | |
- [fs] cifs: fix allocation in cifs_write_allocate_pages (Sachin Prabhu) [877010] | |
- [fs] cifs: allow caller to specify completion op when allocating writedata (Sachin Prabhu) [877010] | |
- [fs] cifs: add pid field to cifs_writedata (Sachin Prabhu) [877010] | |
- [fs] cifs: fix issue mounting of DFS ROOT when redirecting from one domain controller to the next (Sachin Prabhu) [976535] | |
- [fs] gfs2: go back to try locks if reservation does not fit our needs (Robert S Peterson) [989669] | |
- [fs] xfs: remove xfs_get_buftarg_list (Eric Sandeen) [973769] | |
- [fs] xfs: check for stale inode before acquiring iflock on push (Brian Foster) [971441] | |
- [fs] xfs: fix sgid inheritance for subdirectories inheriting default acls (Carlos Maiolino) [876528] | |
- [fs] xfs: use XFS_BMAP_BMDR_SPACE vs. XFS_BROOT_SIZE_ADJ (Eric Sandeen) [886566] | |
- [fs] xfs: check on-disk, not incore, btree root size in dfrag.c (Eric Sandeen) [886566] | |
- [fs] writeback: avoid extra sync work at enqueue time (Eric Sandeen) [915546] | |
- [fs] writeback: the kupdate expire timestamp should be a moving target (Eric Sandeen) [915546] | |
- [fs] fix typo on bio_get_nr_vecs (Carlos Maiolino) [982344] | |
- [fs] gfs2: Reserve journal space for quota change in do_grow (Robert S Peterson) [976823] | |
- [fs] nfsd: permit read opens of executable-only files (Niels de Vos) [988120] | |
- [fs] nfsd: when dentry_open returns an error do not propagate as struct file (Harshula Jayasuriya) [987142] | |
- [fs] nfs: Make nfs_readdir revalidate less often (Scott Mayhew) [976879] | |
- [fs] nfs: Make nfs_attribute_cache_expired() non-static (Scott Mayhew) [976879] | |
- [fs] nfs: set verifier on existing dentries in nfs_prime_dcache (Scott Mayhew) [976879] | |
- [fs] nfs: fix open() O_RDONLY|O_TRUNC in NFS4.0 (Jeff Layton) [982688] | |
- [fs] vfs: remove unused __d_splice_alias argument (J. Bruce Fields) [820446] | |
- [fs] vfs: stop d_splice_alias creating directory aliases (J. Bruce Fields) [820446] | |
- [fs] nfs: Allow nfs_updatepage to extend a write under additional circumstances (Scott Mayhew) [983288] | |
- [fs] nfs: add filehandle crc for debug display (Dave Wysochanski) [918580] | |
- [fs] nfs: add fh_crc to debug output (Dave Wysochanski) [918580] | |
- [fs] nfs: Add a client-side function to display NFS file handles (Dave Wysochanski) [918580] | |
- [fs] nfs: include filelayout DS rpc stats in mountstats (Steve Dickson) [963096] | |
- [fs] nfs: fix a leak at nfs_lookup_revalidate() (Dave Wysochanski) [975211] | |
- [fs] NFS returns EIO for EDQUOT and others (Scott Mayhew) [888944] | |
- [fs] nfs: Ensure that NFS file unlock waits for readahead to complete (Dave Wysochanski) [976915] | |
- [fs] nfs: Add functionality to allow waiting on all outstanding reads to complete (Dave Wysochanski) [976915] | |
- [fs] nfs: Convert nfs_get_lock_context to return an ERR_PTR on failure (Dave Wysochanski) [976915] | |
- [netdrv] lseek() does not go to eof - n (Ivan Vecera) [928987] | |
- [netdrv] bna: Driver and Firmware Updated (Ivan Vecera) [928987] | |
- [netdrv] bna: Enahncement to Identify Default IOC Function (Ivan Vecera) [928987] | |
- [netdrv] bna: Fix Ucast Failure Handling (Ivan Vecera) [928987] | |
- [netdrv] bna: Clear Driver Config Flags When HW Resets (Ivan Vecera) [928987] | |
- [netdrv] bna: add missing iounmap() on error in bnad_init() (Ivan Vecera) [928987] | |
- [netdrv] bna: dma_alloc_coherent: use __GFP_ZERO instead of memset() (Ivan Vecera) [928987] | |
- [netdrv] bna: fix declaration mismatch (Ivan Vecera) [928987] | |
- [netdrv] bna: Driver Version Updated to 3.1.2.1 (Ivan Vecera) [928987] | |
- [netdrv] bna: Firmware update (Ivan Vecera) [928987] | |
- [netdrv] bna: Add RX State (Ivan Vecera) [928987] | |
- [netdrv] bna: Rx Page Based Allocation (Ivan Vecera) [928987] | |
- [netdrv] bna: TX Intr Coalescing Fix (Ivan Vecera) [928987] | |
- [netdrv] bna: Tx and Rx Optimizations (Ivan Vecera) [928987] | |
- [netdrv] bna: use device model DMA API (Ivan Vecera) [928987] | |
- [netdrv] bna: Code Cleanup and Enhancements (Ivan Vecera) [928987] | |
- [netdrv] bna: remove useless calls to memset() (Ivan Vecera) [928987] | |
- [netdrv] bna: Fix warning false positive (Ivan Vecera) [928987] | |
- [scsi] bfa: Update the driver version to 3.2.21.1 (Vijay Guvva) [928983] | |
- [scsi] bfa: dis-associate bfa path_tov with dev_loss_tmo (Vijay Guvva) [928983] | |
- [scsi] bfa: Support for chinook-quad port card (Vijay Guvva) [928983] | |
- [scsi] bfa: fix endianess issue for firmware stats (Vijay Guvva) [928983] | |
- [scsi] bfa: Fix bug_on condition in RPSC rsp handling (Vijay Guvva) [928983] | |
- [scsi] bfa: Allow rsp queue process during ioc disable (Vijay Guvva) [928983] | |
- [scsi] bfa: firmware statistics update (Vijay Guvva) [928983] | |
- [scsi] bfa: fru vpd date update changes (Vijay Guvva) [928983] | |
- [scsi] bfa: driver compatibility with 32bit libs (Vijay Guvva) [928983] | |
- [scsi] bfa: kdump fix on 815 and 825 adapters (Vijay Guvva) [928983] | |
- [scsi] bfa: Fix FDISC timeout handling (Vijay Guvva) [928983] | |
- [scsi] bfa: Fix 1860 port initialize when ATC is enabled (Vijay Guvva) [928983] | |
- [scsi] bfa: FDMI enhancements (Vijay Guvva) [928983] | |
- [scsi] bfa: Fix WARN_ON condition check (Vijay Guvva) [928983] | |
- [scsi] bfa: Add dynamic diagnostic port support (Vijay Guvva) [928983] | |
- [scsi] bfa: Forward Error Correction status (Vijay Guvva) [928983] | |
- [scsi] bfa: Support for FC BB credit recovery (Vijay Guvva) [928983] | |
- [scsi] bfa: fix for FC Direct Attach LUN discovery failure (Vijay Guvva) [928983] | |
- [scsi] bfa: fix faulty handling of events in lps sm (Vijay Guvva) [928983] | |
- [scsi] bfa: fix strncpy() limiter in bfad_start_ops() (Vijay Guvva) [928983] | |
- [scsi] bfa: Add support to read/update the FRU data (Vijay Guvva) [928983] | |
- [scsi] bfa: Support Power on Hours display and diag temp sensor fixes (Vijay Guvva) [928983] | |
- [scsi] bfa: Add support to configure min/max bandwidth for a pcifn (Vijay Guvva) [928983] | |
- [scsi] bfa: Add support for IO throttling at port level (Vijay Guvva) [928983] | |
- [scsi] bfa: Add support for user to configure bandwidth on QoS priorities (Vijay Guvva) [928983] | |
- [scsi] bfa: Fabric Assigned Address implementation fix (Vijay Guvva) [928983] | |
- [scsi] bfa: Add diagnostic port support (Vijay Guvva) [928983] | |
- [scsi] bfa: Fix to handle firmware tskim abort request response (Vijay Guvva) [928983] | |
- [scsi] bfa: Fix few attributes in the RHBA CT passthru command (Vijay Guvva) [928983] | |
- [scsi] bfa: Add support to have mfg date as part of adapter attributes (Vijay Guvva) [928983] | |
- [scsi] bfa: Flash Controller PLL initialization fixes (Vijay Guvva) [928983] | |
- [scsi] bfa: IOCFC state machine enhancements (Vijay Guvva) [928983] | |
- [scsi] bfa: Add support for FC Arbitrated Loop topology (Vijay Guvva) [928983] | |
- [scsi] bfa: Add support for max target ports discovery (Vijay Guvva) [928983] | |
- [scsi] bfa: Add support to register node symbolic name with name server (Vijay Guvva) [928983] | |
- [scsi] bfa: Fix to process mbox interrupts only if interrupts are enabled in INTx mode (Vijay Guvva) [928983] | |
- [scsi] bfa: Add PowerPC support and enable PCIE AER handling (Vijay Guvva) [928983] | |
- [scsi] bfa: Add new hardware model info to sysfs model description routine (Vijay Guvva) [928983] | |
- [scsi] bfa: Make changes to FCXP resource management (Vijay Guvva) [928983] | |
- [scsi] bfa: FCS remote port enhancements (Vijay Guvva) [928983] | |
- [scsi] bfa: Support vport symbolic name change from sysfs (Vijay Guvva) [928983] | |
- [scsi] bfa: Fix to set correct return error codes and misc cleanup (Vijay Guvva) [928983] | |
- [scsi] bfa: Fix to defer vport delete handler invocation till firmware logo response (Vijay Guvva) [928983] | |
- [scsi] fix race in scsi_target_reap (Tomas Henzl) [910203] | |
- [scsi] iscsi class, qla4xxx: fix sess/conn refcounting when find fns are used (Chad Dupuis) [917577] | |
- [scsi] qla4xxx: 5.03.00.00.06.05-k1 (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Exporting new attrs for iscsi session and connection in sysfs (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: 5.03.00.00.06.05-k0 (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Add missing spaces to error messages (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Fix iocb_cnt calculation in qla4xxx_send_mbox_iocb() (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Assign values using correct datatype (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Fix smatch warnings (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Fix sparse warning for qla4xxx_sysfs_ddb_tgt_create (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Silence gcc warning (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Added print statements to display AENs (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Use correct value for max flash node entries (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Restrict logout from boot target session using session id (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Use correct flash ddb offset for ISP40XX (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Replace dev type macros with generic portal type macros (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Add flash node mgmt support (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Skip retry of initialize_adapter for ISP80XX (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Assign correct CHAP table address to FLT (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Added missing check for ISP83XX in CHAP related functions (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Fixed request queue count manipulation on response path (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Fix debug level to avoid floods of same message (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Pass correct LUN address to firmware in case of lun_reset (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Fix double reset in case of firmware hung for ISP83XX (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Set graceful reset bit for ISP83XX (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Boot from SAN fix for ISP83XX (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Take E-port out of reset before disabling pause frames (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: remove __dev* attributes (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: don't free NULL dma pool (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Fix return code for qla4xxx_session_get_param (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: wait for boot target login response during probe (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Added support for force firmware dump (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Re-register IRQ handler while retrying initialize of adapter (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Throttle active IOCBs to firmware limits (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Remove unnecessary code from qla4xxx_init_local_data (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Quiesce driver activities while loopback (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Rename MBOX_ASTS_IDC_NOTIFY to MBOX_ASTS_IDC_REQUEST_NOTIFICATION (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Add spurious interrupt messages under debug level 2 (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Fix memory corruption issue in qla4xxx_get_ep_fwdb (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Allow reset in link down case (Chad Dupuis) [917585] | |
- [scsi] qla4xxx: Fix MBOX intr switching from polling to intr mode for ISP83XX (Chad Dupuis) [917585] | |
- [scsi] scsi_transport_iscsi: Exporting new attrs for iscsi session and connection in sysfs (Chad Dupuis) [917577] | |
- [scsi] libiscsi: Exporting new attrs for iscsi session and connection in sysfs (Chad Dupuis) [917577] | |
- [scsi] scsi_transport_iscsi: Declare portal type string macros for generic use (Chad Dupuis) [917572] | |
- [scsi] libiscsi: export function iscsi_switch_str_param (Chad Dupuis) [917572] | |
- [scsi] scsi_transport_iscsi: Add flash node mgmt support (Chad Dupuis) [917572] | |
- [scsi] scsi_transport_iscsi: export iscsi class session's target_id in sysfs (Chad Dupuis) [917577] | |
- [md] dm-flakey: correct ctr alloc failure mesg (Mike Snitzer) [987566] | |
- [md] dm-mpath: fix ioctl deadlock when no paths (Mike Snitzer) [987566] | |
- [md] dm: use __GFP_HIGHMEM in __vmalloc (Mike Snitzer) [987566] | |
- [md] dm-ioctl: set noio flag to avoid __vmalloc deadlock (Mike Snitzer) [987566] | |
- [md] dm-bufio: avoid a possible __vmalloc deadlock (Mike Snitzer) [987566] | |
- [md] dm-thin: open dev read only when possible (Mike Snitzer) [987566] | |
- [md] dm-persistent-data: fix error message typos (Mike Snitzer) [987566] | |
- [md] dm-snapshot: fix error return code in snapshot_ctr (Mike Snitzer) [987566] | |
* Fri Aug 02 2013 Rafael Aquini <[email protected]> [2.6.32-407.el6] | |
- [x86] mce: Add quirk for instruction recovery on Sandy Bridge processors (Rui Wang) [832367] | |
- [x86] mce: Avoid reading every machine check bank register twice (Rui Wang) [832367] | |
- [x86] mce: Fix siginfo_t->si_addr value for non-recoverable memory faults (Rui Wang) [832367] | |
- [x86] mce: Only restart instruction after machine check recovery if it is safe (Rui Wang) [832367] | |
- [x86] mce: Add instruction recovery signatures to mce-severity table (Rui Wang) [832367] | |
- [x86] thermal: Disable power limit notification interrupt (Shyam Iyer) [908990] | |
- [x86] thermal: Delete power-limit-notification console messages (Shyam Iyer) [908990] | |
- [virtio] console: prevent use-after-free of port name in port unplug (Amit Shah) [827300] | |
- [virtio] console: fix locking around send_sigio_to_port() (Amit Shah) [986960] | |
- [virtio] console: add locking in port unplug path (Amit Shah) [795678 956637] | |
- [virtio] console: add locks around buffer removal in port unplug path (Amit Shah) [827300] | |
- [virtio] console: fix raising SIGIO after port unplug (Amit Shah) [986960] | |
- [virtio] console: return -ENODEV on all read operations after unplug (Amit Shah) [975661] | |
- [virtio] console: clean up port data immediately at time of unplug (Amit Shah) [795678 796048 827300 947024 956637] | |
- [virtio] console: fix race in port_fops_open() and port unplug (Amit Shah) [827300] | |
- [virtio] console: fix race with port unplug and open/close (Amit Shah) [795678 796048 827300 947024 956637] | |
- [virtio] console: Add pipe_lock/unlock for splice_write (Amit Shah) [987004] | |
- [virtio] console: Quit from splice_write if pipe->nrbufs is 0 (Amit Shah) [987004] | |
- [virtio] console: replace EMFILE with EBUSY for already-open port (Amit Shah) [986986] | |
- [virtio] console: fix error handling in init() function (Amit Shah) [986990] | |
- [ftrace] syscalls: Fix typo in SYSCALL_DEFINE0 (Jiri Olsa) [989503] | |
- [ftrace] syscalls: Set event_enter_##sname->data to its metadata (Jiri Olsa) [989503] | |
- [ftrace] syscalls: Remove unused event_syscall_enter and event_syscall_exit (Jiri Olsa) [989503] | |
- [x86] efi: Fix dummy variable buffer allocation (Seiji Aguchi) [985577] | |
- [x86] Modify UEFI anti-bricking code (Seiji Aguchi) [985577] | |
- [x86] efi: Implement efi_no_storage_paranoia parameter (Seiji Aguchi) [985577] | |
- [x86] efi: Distinguish between "remaining space" and actually used space (Seiji Aguchi) [985577] | |
- [x86] efi: Check max_size only if it is non-zero (Seiji Aguchi) [985577] | |
- [x86] efi: Export efi_query_variable_store() for efivars.ko (Seiji Aguchi) [985577] | |
- [x86] efivars: firmware bug workarounds should be in platform code (Seiji Aguchi) [985577] | |
- [x86] efi: be more paranoid about available space when creating variables (Seiji Aguchi) [985577] | |
- [x86] efivars: Handle duplicate names from get_next_variable() (Seiji Aguchi) [985577] | |
- [x86] efivars: explicitly calculate length of VariableName (Seiji Aguchi) [985577] | |
- [x86] efi_pstore: Introducing workqueue updating sysfs (Seiji Aguchi) [985551] | |
- [x86] efivars: Disable external interrupt while holding efivars->lock (Seiji Aguchi) [985551] | |
- [x86] efi_pstore: Add a format check for an existing variable name at reading time (Seiji Aguchi) [826190] | |
- [x86] efi_pstore: Add a format check for an existing variable name at erasing time (Seiji Aguchi) [826190] | |
- [x86] efi_pstore: Add a sequence counter to a variable name (Seiji Aguchi) [826190] | |
- [x86] efi_pstore: Add ctime to argument of erase callback (Seiji Aguchi) [826190] | |
- [x86] efi_pstore: Remove a logic erasing entries from a write callback to hold multiple logs (Seiji Aguchi) [826190] | |
- [x86] efi_pstore: Add a logic erasing entries to an erase callback (Seiji Aguchi) [826190] | |
- [x86] efi_pstore: Check remaining space with QueryVariableInfo() before writing data (Seiji Aguchi) [826190] | |
- [powerpc] perf: Power8 PMU support (Steve Best) [976911] | |
- [powerpc] perf: Add support for SIER (Steve Best) [976911] | |
- [powerpc] perf: Add regs_no_sipr() (Steve Best) [976911] | |
- [powerpc] perf: Add an accessor for regs->result (Steve Best) [976911] | |
- [powerpc] perf: Convert mmcra_sipr/sihv() to regs_sipr/sihv() (Steve Best) [976911] | |
- [powerpc] perf: Add an explict flag indicating presence of SLOT field (Steve Best) [976911] | |
- [scsi] ipr: IOA Status Code IOASC update (Steve Best) [983765] | |
- [scsi] ipr: qc_fill_rtf() method should not store alternate status register (Steve Best) [983765] | |
- [scsi] ipr: possible irq lock inversion dependency detected (Steve Best) [983765] | |
- [cpufreq] intel_pstate: Set timer timeout correctly (Lenny Szubowicz) [956824] | |
- [cpufreq] intel-pstate: Use #defines instead of hard-coded values (Lenny Szubowicz) [956824] | |
- [cpufreq] intel_pstate: Fix calculation of current frequency (Lenny Szubowicz) [956824] | |
- [cpufreq] intel_pstate: Add function to check that all MSRs are valid (Lenny Szubowicz) [956824] | |
- [cpufreq] intel_pstate: Do not load on VM that does not report max P state (Lenny Szubowicz) [956824] | |
- [cpufreq] intel_pstate: Fix intel_pstate_init() error path (Lenny Szubowicz) [956824] | |
- [cpufreq] intel_pstate: Add kernel command line option disable intel_pstate (Lenny Szubowicz) [956824] | |
- [cpufreq] intel_pstate: Fix 32 bit build (Lenny Szubowicz) [956824] | |
- [cpufreq] intel_pstate: Fix kobject usage (Lenny Szubowicz) [956824] | |
- [cpufreq] intel_pstate: Add P-state driver for sandy bridge (Lenny Szubowicz) [956824] | |
- [cpufreq] Do not track governor name for scaling drivers with internal governors (Lenny Szubowicz) [956824] | |
- [x86] cpu: Add driver auto probing for x86 features (Lenny Szubowicz) [956824] | |
- [cpufreq] Unify sysfs attribute definition macros (Lenny Szubowicz) [956824] | |
- [acpi] efivars: If pstore_register fails, free unneeded pstore buffer (Lenny Szubowicz) [867689] | |
- [acpi] Eliminate console msg if pstore.backend excludes ERST (Lenny Szubowicz) [867689] | |
- [acpi] Return unique error if backend registration excluded by kernel param (Lenny Szubowicz) [867689] | |
- [x86] io_apic: initialize nr_ioapic_registers early in mp_register_ioapic() (Tony Camuso) [855057] | |
- [mm] tmpfs: distribute interleave better across nodes (George Beshers) [988063] | |
- [kernel] sched: Bail out of yield_to when source and target runqueue has one task (Rik van Riel) [864233] | |
- [kvm] Add config to support ple or cpu relax optimzation (Rik van Riel) [864233] | |
- [kvm] Iterate over only vcpus that are preempted (Rik van Riel) [864233] | |
- [kvm] Record the preemption status of vcpus using preempt notifiers (Rik van Riel) [864233] | |
- [kvm] Handle yield_to failure return code for potential undercommit case (Rik van Riel) [864233] | |
- [kvm] Choose better candidate for directed yield (Rik van Riel) [864233] | |
- [kvm] s390: Implement the directed yield (diag 9c) hypervisor call for KVM (Rik van Riel) [864233] | |
- [kvm] Note down when cpu relax intercepted or pause loop exited (Rik van Riel) [864233] | |
- [netdrv] sfc: Enable RX scatter for flows steered by RFS (Nikolay Aleksandrov) [987200] | |
- [netdrv] sfc: Fix aRFS UDP flow steering problem (Nikolay Aleksandrov) [984933] | |
- [md] dm-thin: remove cells from stack (Mike Snitzer) [922212] | |
- [md] dm-bio-prison: pass cell memory in (Mike Snitzer) [922212] | |
- [md] persistent-data: add btree_walk (Mike Snitzer) [922212] | |
- [md] persistent-data: set some btree fn parms const (Mike Snitzer) [922212] | |
- [md] persistent-data: remove CONFIG_EXPERIMENTAL (Mike Snitzer) [922212] | |
- [md] dm-bufio: use WRITE_FLUSH instead of REQ_FLUSH (Mike Snitzer) [922212] | |
- [md] persistent-data: dm-transaction-manager.c: rename HASH_SIZE (Mike Snitzer) [922212] | |
- [md] dm-thin: fix non power-of-two discard granularity calculation (Mike Snitzer) [922212] | |
- [md] dm-kcopyd: introduce configurable throttling (Mike Snitzer) [922212] | |
- [md] dm-ioctl: allow message to return data (Mike Snitzer) [922212] | |
- [md] dm-ioctl: optimize functions without variable params (Mike Snitzer) [922212] | |
- [md] dm-ioctl: introduce ioctl_flags (Mike Snitzer) [922212] | |
- [md] dm-table: remove superfluous variable reset (Mike Snitzer) [922212] | |
- [md] dm: fix truncated status strings (Mike Snitzer) [922212] | |
- [usb] host: Fix lockdep warning in AMD PLL quirk (Don Zickus) [854353] | |
- [usb] ehci: fix obscure race in ehci_endpoint_disable (Don Zickus) [877123] | |
- [usb] don't read past config->interface if usb_control_msg() fails in usb_reset_configuration() (Don Zickus) [877123] | |
- [char] tpm: fix regression caused by section type conflict of tpm_dev_release() in ppc builds (Tony Camuso) [732942] | |
- [char] tpm: fix regression causesd by ppi (Tony Camuso) [732942] | |
- [char] tpm: declare internal symbols as static (Tony Camuso) [732942] | |
- [char] tpm: add PPI support in tpm driver (Tony Camuso) [732942] | |
- [char] tpm: Add securityfs support for event log (Tony Camuso) [732942] | |
- [char] tpm: Export wait_for_stat for other vendor specific drivers (Tony Camuso) [732942] | |
- [char] tpm: modularize event log collection (Tony Camuso) [732942] | |
- [Documentation] ABI: sysfs for Physical Presence Interface (Tony Camuso) [732942] | |
- [char] tpm: fix memleak when register hardware fails (Tony Camuso) [732942] | |
- [lib] raid6: cleanup gen_syndrome function selection (Jes Sorensen) [915995] | |
- [lib] raid6: update test program for recovery functions (Jes Sorensen) [915995] | |
- [lib] raid6: fix test program build (Jes Sorensen) [915995] | |
- [x86] add AVX optimized RAID5 checksumming (Jes Sorensen) [915995] | |
- [crypto] disable preemption while benchmarking RAID5 xor checksumming (Jes Sorensen) [915995] | |
- [crypto] wait for a full jiffy in do_xor_speed (Jes Sorensen) [915995] | |
- [x86] Add cpu_has_ssse3 and cpu_has_avx definitions (Jes Sorensen) [915995] | |
- [md] raid10: fix bug which causes all RAID10 reshapes to move no data (Jes Sorensen) [837097 869622] | |
- [md] raid5: allow 5-device RAID6 to be reshaped to 4-device (Jes Sorensen) [837097 869622] | |
- [md] raid10: fix two bugs affecting RAID10 reshape (Jes Sorensen) [837097 869622] | |
- [md] Remember the last sync operation that was performed (Jes Sorensen) [837097 869622] | |
- [md] fix buglet in RAID5 -> RAID0 conversion (Jes Sorensen) [837097 869622] | |
- [md] raid10: check In_sync flag in 'enough()' (Jes Sorensen) [837097 869622] | |
- [md] raid10: locking changes for 'enough()' (Jes Sorensen) [837097 869622] | |
- [md] replace strict_strto*() with kstrto*() (Jes Sorensen) [837097 869622] | |
- [md] Wait for md_check_recovery before attempting device removal (Jes Sorensen) [837097 869622] | |
- [md] raid1,raid10: use freeze_array in place of raise_barrier in various places (Jes Sorensen) [837097 869622] | |
- [md] raid1: consider WRITE as successful only if at least one non-Faulty and non-rebuilding drive completed it (Jes Sorensen) [837097 869622] | |
- [md] md_stop_writes() should always freeze recovery (Jes Sorensen) [837097 869622] | |
- [md] bad block list should default to disabled (Jes Sorensen) [837097 869622 882413] | |
- [md] raid1/raid10 md devices leak memory when stopping (Jes Sorensen) [837097 869622 956769] | |
- [md] Export 'md_reap_sync_thread' function (Jes Sorensen) [837097 869622] | |
- [md] don't update metadata when stopping a read-only array (Jes Sorensen) [837097 869622] | |
- [md] Allow devices to be re-added to a read-only array (Jes Sorensen) [837097 869622] | |
- [md] raid10: Allow skipping recovery when clean arrays are assembled (Jes Sorensen) [837097 869622] | |
- [md] Fix typos in MD documentation (Jes Sorensen) [837097 869622] | |
- [md] raid5: avoid an extra write when writing to a known-bad-block (Jes Sorensen) [837097 869622] | |
- [md] raid5: Change or of some order to improve efficiency (Jes Sorensen) [837097 869622] | |
- [md] use set_bit_le and clear_bit_le (Jes Sorensen) [837097 869622] | |
- [md] HOT_DISK_REMOVE shouldn't make a read-auto device active (Jes Sorensen) [837097 869622] | |
- [md] use common code for all calls to ->hot_remove_disk() (Jes Sorensen) [837097 869622] | |
- [md] never update metadata when array is read-only (Jes Sorensen) [837097 869622] | |
- [md] block: Add submit_bio_wait(), remove from md (Jes Sorensen) [837097 869622] | |
- [md] block: Use bio_sectors() more consistently (Jes Sorensen) [837097 869622] | |
- [md] remove CONFIG_MULTICORE_RAID456 entirely (Jes Sorensen) [837097 869622] | |
- [md] raid5: ensure sync and DISCARD don't happen at the same time (Jes Sorensen) [837097 869622] | |
- [md] Prevent sysfs operations on uninitialized kobjects (Jes Sorensen) [837097 869622] | |
- [md] raid5: Avoid accessing gendisk or queue structs when not available (Jes Sorensen) [837097 869622] | |
- [md] raid5: schedule_construction should abort if nothing to do (Jes Sorensen) [837097 869622 882413] | |
- [md] expedite metadata update when switching read-auto -> active (Jes Sorensen) [837097 869622] | |
- [md] remove CONFIG_MULTICORE_RAID456 (Jes Sorensen) [837097 869622] | |
- [md] raid0: improve error message when converting RAID4-with-spares to RAID0 (Jes Sorensen) [837097 869622] | |
- [md] raid0: fix error return from create_stripe_zones (Jes Sorensen) [837097 869622] | |
- [md] fix two bugs when attempting to resize RAID0 array (Jes Sorensen) [837097 869622] | |
- [md] raid10: Improve redundancy for 'far' and 'offset' algorithms II (Jes Sorensen) [837097 869622] | |
- [md] raid10: Improve redundancy for 'far' and 'offset' algorithms I (Jes Sorensen) [837097 869622] | |
- [md] raid10: Minor non-functional code changes (Jes Sorensen) [837097 869622] | |
- [md] protect against crash upon fsync on ro array (Jes Sorensen) [837097 869622] | |
- [crypto] async_tx: fix checking of dma_wait_for_async_tx() return value (Jes Sorensen) [837097 869622] | |
- [crypto] async_tx: fix build for async_memset (Jes Sorensen) [837097 869622] | |
- [crypto] async_tx: add missing DMA unmap to async_memcpy() (Jes Sorensen) [837097 869622] | |
- [md] raid5: add blktrace calls (Jes Sorensen) [837097 869622] | |
- [md] raid5: use async_tx_quiesce() instead of open-coding it (Jes Sorensen) [837097 869622] | |
- [md] Use ->curr_resync as last completed request when cleanly aborting resync (Jes Sorensen) [837097 869622] | |
- [md] Update checkpoint of resync/recovery based on time (Jes Sorensen) [837097 869622] | |
- [md] Add place to update ->recovery_cp (Jes Sorensen) [837097 869622] | |
- [md] re-indent various 'switch' statements (Jes Sorensen) [837097 869622] | |
- [md] close race between removing and adding a device (Jes Sorensen) [837097 869622] | |
- [md] removed unused variable in calc_sb_1_csm (Jes Sorensen) [837097 869622] | |
- [md] raid10: decrement correct pending counter when writing to replacement (Jes Sorensen) [837097 869622] | |
- [md] raid10: close race that lose writes lost when replacement completes (Jes Sorensen) [837097 869622] | |
- [md] raid5: Make sure we clear R5_Discard when discard is finished (Jes Sorensen) [837097 869622] | |
- [md] raid5: move resolving of reconstruct_state earlier in stripe_handle (Jes Sorensen) [837097 869622] | |
- [md] raid5: round discard alignment up to power of 2 (Jes Sorensen) [837097 869622] | |
- [md] make sure everything is freed when dm-raid stops an array (Jes Sorensen) [837097 869622] | |
- [md] Avoid write invalid address if read_seqretry returned true (Jes Sorensen) [837097 869622] | |
- [md] Reassigned the parameters if read_seqretry returned true in func md_is_badblock (Jes Sorensen) [837097 869622] | |
- [md] raid10: Fix oops when creating RAID10 arrays via dm-raid.c (Jes Sorensen) [837097 869622] | |
- [md] raid1: Fix assembling of arrays containing Replacements (Jes Sorensen) [837097 869622] | |
- [md] Fix typo in drivers/md (Jes Sorensen) [837097 869622] | |
- [md] refine reporting of resync/reshape delays (Jes Sorensen) [837097 869622] | |
- [md] raid5: be careful not to resize_stripes too big (Jes Sorensen) [837097 869622] | |
- [md] make sure manual changes to recovery checkpoint are saved (Jes Sorensen) [837097 869622] | |
- [md] raid10: use correct limit variable (Jes Sorensen) [837097 869622] | |
- [md] writing to sync_action should clear the read-auto state (Jes Sorensen) [837097 869622] | |
- [md] change resync_mismatches to atomic64_t to avoid races (Jes Sorensen) [837097 869622] | |
- [md] raid5: make sure to_read and to_write never go negative (Jes Sorensen) [837097 869622] | |
- [md] When RAID5 is dirty, force reconstruct-write instead of read-modify-write (Jes Sorensen) [837097 869622] | |
- [md] raid5: protect debug message against NULL derefernce (Jes Sorensen) [837097 869622] | |
- [md] raid5: add some missing locking in handle_failed_stripe (Jes Sorensen) [837097 869622] | |
- [md] raid5: avoid unnecessary zero page for trim (Jes Sorensen) [837097 869622] | |
- [md] raid5 trim support (Jes Sorensen) [837097 869622] | |
- [md] bitmap: Don't use IS_ERR to judge alloc_page() (Jes Sorensen) [837097 869622] | |
- [md] avoid taking the mutex on some ioctls (Jes Sorensen) [837097 869622] | |
- [md] change the parameter of md thread (Jes Sorensen) [837097 869622] | |
- [md] raid 10 supports TRIM (Jes Sorensen) [837097 869622] | |
- [md] raid 1 supports TRIM (Jes Sorensen) [837097 869622] | |
- [md] raid 0 supports TRIM (Jes Sorensen) [837097 869622] | |
- [md] linear supports TRIM (Jes Sorensen) [837097 869622] | |
- [md] linear: rcu_dereference outside read-lock section (Jes Sorensen) [837097 869622] | |
- [md] raid10: fix "enough" function for detecting if array is failed (Jes Sorensen) [837097 869622] | |
- [block] makes bio_split support bio without data (Jes Sorensen) [837097 869622] | |
- [md] raid5: add missing spin_lock_init (Jes Sorensen) [837097 869622] | |
- [md] make sure metadata is updated when spares are activated or removed (Jes Sorensen) [837097 869622] | |
- [md] raid5: fix calculate of 'degraded' when a replacement becomes active (Jes Sorensen) [837097 869622] | |
- [md] raid10: fix problem with on-stack allocation of r10bio structure (Jes Sorensen) [837097 869622 982360] | |
- [md] raid5: raid5d handle stripe in batch way (Jes Sorensen) [837097 869622] | |
- [md] raid1: Add missing case for attempting to repair known bad blocks (Jes Sorensen) [837097 869622] | |
- [md] remove duplicated test on ->openers when calling do_md_stop() (Jes Sorensen) [837097 869622] | |
- [md] raid5: Add R5_ReadNoMerge flag which prevent bio from merging at block layer (Jes Sorensen) [837097 869622] | |
- [md] raid1: prevent merging too large request (Jes Sorensen) [837097 869622] | |
- [md] md/raid1: read balance chooses idlest disk for SSD (Jes Sorensen) [837097 869622] | |
- [md] md/raid1: make sequential read detection per disk based (Jes Sorensen) [837097 869622] | |
- [md] raid5: add a per-stripe lock (Jes Sorensen) [837097 869622] | |
- [md] raid5: remove unnecessary bitmap write optimization (Jes Sorensen) [837097 869622] | |
- [md] raid5: lockless access raid5 overrided bi_phys_segments (Jes Sorensen) [837097 869622] | |
- [md] raid5: reduce chance release_stripe() taking device_lock (Jes Sorensen) [837097 869622] | |
- [md] raid1: Fix handling of SYNC requests and bio->bi_rw (Jes Sorensen) [837097 869622] | |
- [md] raid10: Fix handling of SYNC requests and bio->bi_rw (Jes Sorensen) [837097 869622] | |
- [md] Add missing blank line to avoid conflict in follow-on cherry-pick (Jes Sorensen) [837097 869622] | |
- [md] Add set_bit_le/clear_bit_le to RHEL6 compat macros (Jes Sorensen) [837097 869622] | |
- [md] dm-raid: Set recovery flags on resume - include upstream missing bits (Jes Sorensen) [837097 869622] | |
* Thu Aug 01 2013 Rafael Aquini <[email protected]> [2.6.32-406.el6] | |
- [netdrv] eth: Make is_link_local() consistent with other address tests (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Do not forward LLDP type frames (Andy Gospodarek) [923902] | |
- [netdrv] bridge: Use is_link_local() in store_group_addr() (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: handle link local multicast addresses in SR-IOV mode (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Adjust to handle unassigned MAC address from PF (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: don't release the soft entries (Andy Gospodarek) [923902] | |
- [netdrv] ixbgevf: Remove dma_alloc_coherent OOM messages (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: use PCI_DEVICE_TABLE macro (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid races (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Make sure link status and speed are fetched (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Fix link speed message to support 100Mbps (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Fix statistics corruption (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Fix link up messages (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Synch out of tree and in tree mailbox interrupt handlers (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: fix up function prototypes after __dev* removals (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: remove __dev* attributes (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Remove unneeded and obsolete comment (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: White space and comments clean up (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Remove mailbox spinlock from the reset function (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Remove checking for mac.ops function pointers (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Remove the ring adapter pointer value (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Fix unnecessary dereference where local var is available (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Streamline the rx buffer allocation (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Reduce size of maximum rx buffer (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Add flag to indicate when rx is in net poll (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: fix possible use of uninitialized variable (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: make sure probe fails on MSI-X enable error (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Update version string (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: fix softirq-safe to unsafe splat on internal mbx_lock (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Check for error on dma_map_single call (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: make netif_napi_add and netif_napi_del symmetric (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Add VF DCB + SR-IOV support (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangs (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Set the netdev number of Tx queues (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Add fix to VF to handle multi-descriptor buffers (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Fix AIM (Adaptive Interrupt Moderation) (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Remove unused parameter in ixgbevf_receive_skb (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Fix code for handling timeout (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: scheduling while atomic in reset hw path (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Add support for VF API negotiation (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Cleanup handling of configuration for jumbo frames (Andy Gospodarek) [923902] | |
- [netdrv] ixgbevf: Add suspend and resume support to the VF (Andy Gospodarek) [923902] | |
- [netdrv] ixgbe: Set the SW prio_tc values at initialization to the HW setting (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: add mac type to the version in ethtool_regs (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: add support for disabling link at boot time on 82599 (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: cache AUTOC reads (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: fix register access during ethtool loopback test (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: fix EICR write in ixgbe_msix_other (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: add WOL support for new subdevice ID (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: add SFP+ LX module support (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: rename wol_supported to more fitting wol_enabled (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: add driver support for x520 OCP adapter (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: fix possible divide by zero in ixgbe_update_itr (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Remove unnecessary #ifdef CONFIG_DEBUG_FS tests (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Add support for WoL on 82599 SFP+ LOM (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: in shutdown, do netif_running() under rtnl_lock (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Fix a bug in setting VF VLAN via PF (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: bump version number (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Fix 1G link WoL (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: fix MNG FW support when adapter not up (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: enable devices with internal switch to read pci parent (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: create conversion functions from link_status to bus/speed (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Enable support for recognizing PCI-e Gen3 link speed (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Drop check for PAGE_SIZE from ixgbe_xmit_frame_ring (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: don't do arithmetic operations on bitmasks (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Mask off check of frag_off as we only want fragment offset (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: fix registration order of driver and DCA nofitication (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Update DESC_NEEDED define to adjust for changes to MAX_SKB_FRAGS (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: implement SFF diagnostic monitoring via ethtool (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: cleanup error checking in ixgbe_identify_sfp_module_generic() (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: fix possible data corruption in read_i2c_byte (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Add support for set_channels ethtool operation (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Add support for displaying the number of Tx/Rx channels (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Make ixgbe_setup_tc usable even when DCB is not enabled (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Define FCoE and Flow director limits much sooner to allow for changes (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: refactor initialization of feature flags (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Remove remaining alloc/OOM messages (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Fix SR-IOV MTU warning (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Replace rmb in Tx cleanup with read_barrier_depends (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: update date to 2013 (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: fix return values and memcpy parameters to eliminate Smatch warnings (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: fix potential null dereference (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: allow reading of SFF-8472 data over i2c (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: autoneg variable refactoring (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: removed unused variable from setup_link_speed (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: rename autoneg variables (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Fix device ref count bug (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Reset the NIC if up2tc has changed (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Limit number of reported VFs to device specific value (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Implement PCI SR-IOV sysfs callback operation (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Modularize SR-IOV enablement code (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Make mailbox ops initialization unconditional (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Inline Rx PTP descriptor handling (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: add warning when scheduling reset (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Add ptp work item to poll for the Tx timestamp (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Use watchdog check in favor of BPF for detecting latched timestamp (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Update ptp_overflow check comment and jiffies (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: add missing supported filters to get_ts_info (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: ethtool ixgbe_diag_test cleanup (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Improve performance and reduce size of ixgbe_tx_map (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Update ixgbe Tx flags to improve code efficiency (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Always use context 0, even for FCoE and TSO (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso check (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: SR-IOV: dynamic IEEE DCBx default priority changes (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Fix overwriting of rx_mtrl in ixgbe_ptp_hwtstamp_ioctl (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: only compile ixgbe_debugfs.o when enabled (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: fix up function prototypes after __dev* removals (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: check whether thermal sensor is enabled (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Use is_valid_ether_addr (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: remove __dev* attributes (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Do not parse past IP header on fragments beyond the first (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: bump version number (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Fix incorrect disabling of Tx hang check in case of PFC (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Drop RLPML configuration from x540 RXDCTL register configuration (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: ethtool correctly identify autoneg setting (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: remove needless queuing for L4 ptp packets (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: use ETQF filter name instead of magic number (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: convert to use simple_open() (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Reformat output of ixgbe_dump (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Do not use DCA to prefetch the entire packet into the cache (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: fix default setting of TXDCTL.WTHRESH (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: add/update descriptor maps in comments (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Do not decrement budget in ixgbe_clean_rx_irq (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Return success or failure on VF MAC filter set (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: clean up the condition for turning on/off the laser (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Fix return value from macvlan filter function (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Add support for pipeline reset (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Fix possible memory leak in ixgbe_set_ringparam (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Add function ixgbe_reset_pipeline_82599 (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Drop unnecessary addition from ixgbe_set_rx_buffer_len (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Correcting small packet padding (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: using is_zero_ether_addr() to simplify the code (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: (PTP) refactor init, cyclecounter and reset (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: add WOL support for new subdevice id (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Enable support for VF API version 1.1 in the PF (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Add support for GET_QUEUES message to get DCB configuration (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Add support for tracking the default user priority to SR-IOV (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Add support for IPv6 and UDP to ixgbe_get_headlen (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Add mailbox API version negotiation support to ixgbe PF (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Move message handling routines into their own functions (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Enable jumbo frames support w/ SR-IOV (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Initialize q_vector cpu and affinity masks correctly (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Limit maximum jumbo frame size to 9.5K to avoid Tx hangs (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: add support for X540-AT1 (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: fix poll loop for FDIRCTRL.INIT_DONE bit (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: fix PTP ethtool timestamping function (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Do not read the spoofed packets counter when not in IOV mode (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Improve statistics accuracy for DDP traffic (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: added reg_ops file to debugfs (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: added netdev_ops file to debugfs (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: add debugfs support (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Fix VF rate limiting to correctly account for more queues per VF (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Fix ordering of things so that PF correctly configures its VLANs (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: remove old init remnant (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Roll RSC code into non-EOP code (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Make allocating skb and placing data in it a separate function (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Copybreak sooner to avoid get_page/put_page and offset change overhead (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Make pull tail function separate from rest of cleanup_headers (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Have the CPU take ownership of the buffers sooner (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Only use double buffering if page size is less than 8K (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: combine ixgbe_add_rx_frag and ixgbe_can_reuse_page (Andy Gospodarek) [923901] | |
- [netdrv] ixgbe: Remove code that was initializing Rx page offset (Andy Gospodarek) [923901] | |
- [net] veth: add vlan features (Flavio Leitner) [959817] | |
- [net] sctp: verify length provided in heartbeat information parameter (Daniel Borkmann) [855383] | |
- [net] openvswitch: Add Kconfig dependency on GRE-DEMUX (Amerigo Wang) [976810] | |
- [net] openvswitch: Add gre tunnel support (Amerigo Wang) [976810] | |
- [net] openvswitch: Optimize flow key match for non tunnel flows (Amerigo Wang) [976810] | |
- [net] openvswitch: Expand action buffer size (Amerigo Wang) [976810] | |
- [net] openvswitch: Add tunneling interface (Amerigo Wang) [976810] | |
- [net] openvswitch: Copy individual actions (Amerigo Wang) [976810] | |
- [net] openvswitch: Simplify interface ovs_flow_metadata_from_nlattrs() (Amerigo Wang) [976810] | |
- [net] openvswitch: make skb->csum consistent with rest of networking stack (Amerigo Wang) [976810] | |
- [net] openvswitch: Fix misspellings in comments and docs (Amerigo Wang) [976810] | |
- [net] openvswitch: fix variable names in comment (Amerigo Wang) [976810] | |
- [net] openvswitch: Unify vport error stats handling (Amerigo Wang) [976810] | |
- [net] openvswitch: Remove unused get_config vport op (Amerigo Wang) [976810] | |
- [net] openvswitch: Immediately exit on error in ovs_vport_cmd_set() (Amerigo Wang) [976810] | |
- [net] openvswitch: Remove unneeded ovs_netdev_get_ifindex() (Amerigo Wang) [976810] | |
- [net] openvswitch: Simplify datapath locking (Amerigo Wang) [976810] | |
- [net] openvswitch: Use ETH_ALEN to define ethernet addresses (Amerigo Wang) [976810] | |
- [net] openvswitch: datapath.h: Fix a stale comment (Amerigo Wang) [976810] | |
- [net] openvswitch: Don't insert empty OVS_VPORT_ATTR_OPTIONS attribute (Amerigo Wang) [976810] | |
- [net] openvswitch: Move common genl notify code into ovs_notify() (Amerigo Wang) [976810] | |
- [net] openvswitch: Refine Netlink message size calculation and kill FLOW_BUFSIZE (Amerigo Wang) [976810] | |
- [net] openvswitch: Use nla_memcpy() to memcpy() data from attributes (Amerigo Wang) [976810] | |
- [net] openvswitch: Specify the minimal length of OVS_PACKET_ATTR_PACKET in the policy (Amerigo Wang) [976810] | |
- [net] openvswitch: correct an invalid BUG_ON (Amerigo Wang) [976810] | |
- [net] openvswitch: Preallocate reply skb in ovs_vport_cmd_set() (Amerigo Wang) [976810] | |
- [net] ip_gre: fix a soft lockup in ipgre_fini() (Amerigo Wang) [976810] | |
- [net] gre: Fix MTU sizing check for gretap tunnels (Amerigo Wang) [976810] | |
- [net] ip_tunnel: Use skb-len to PMTU check (Amerigo Wang) [976810] | |
- [net] gre: fix a regression in ioctl (Amerigo Wang) [976810] | |
- [net] ip_tunnel: Add dont fragment flag (Amerigo Wang) [976810] | |
- [net] ip_tunnel: push generic protocol handling to ip_tunnel module (Amerigo Wang) [976810] | |
- [net] ip_tunnel: extend iptunnel_xmit() (Amerigo Wang) [976810] | |
- [net] gre: export gre_handle_offloads() function (Amerigo Wang) [976810] | |
- [net] gre: export gre_build_header() function (Amerigo Wang) [976810] | |
- [net] gre: Allow multiple protocol listener for gre protocol (Amerigo Wang) [976810] | |
- [net] gre: Simplify gre protocol registration locking (Amerigo Wang) [976810] | |
- [net] ip_tunnel: remove __net_init/exit from exported functions (Amerigo Wang) [976810] | |
- [net] ip_tunnel: specify protocol outside IP header (Amerigo Wang) [976810] | |
- [net] ip_tunnel: fix kernel panic with icmp_dest_unreach (Amerigo Wang) [976810] | |
- [net] ip_gre: fix a possible crash in ipgre_err() (Amerigo Wang) [976810] | |
- [net] ipv4: typo issue, remove erroneous semicolon (Amerigo Wang) [976810] | |
- [net] ip_gre: fix a possible crash in parse_gre_header() (Amerigo Wang) [976810] | |
- [net] ip_gre: don't overwrite iflink during net_dev init (Amerigo Wang) [976810] | |
- [net] ip_tunnel: Fix off-by-one error in forming dev name (Amerigo Wang) [976810] | |
- [net] gre: Refactor GRE tunneling code (Amerigo Wang) [976810] | |
- [net] ip: convert __IPTUNNEL_XMIT() to an inline function (Amerigo Wang) [976810] | |
- [net] br: fix schedule while atomic issue in br_features_recompute() (Jiri Pirko) [980876] | |
- [net] ipvs: reduce sync rate with time thresholds (Jesper Brouer) [854454] | |
- [net] ipvs: Add sysctl_sync_threshold() sysctl_sync_period() (Jesper Brouer) [854454] | |
- [net] ipvs: wakeup master thread (Jesper Brouer) [854454] | |
- [net] export sysctl symbols needed by ip_vs_sync (Jesper Brouer) [854454] | |
- [net] ipvs: always update some of the flags bits in backup (Jesper Brouer) [854454] | |
- [net] ipvs: fix ip_vs_try_bind_dest to rebind app and transmitter (Jesper Brouer) [854454] | |
- [net] ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_dest (Jesper Brouer) [854454] | |
- [net] ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup server (Jesper Brouer) [854454] | |
- [net] ipvs: try also real server with port 0 in backup server (Jesper Brouer) [854454] | |
- [net] ipvs: Backup, adding version 0 sending capabilities (Jesper Brouer) [854454] | |
- [net] ipvs: Backup, Change sending to Version 1 format (Jesper Brouer) [854454] | |
- [net] ipvs: Backup, Adding Version 1 receive capability (Jesper Brouer) [854454] | |
- [net] ipvs: Backup, Adding structs for new sync format (Jesper Brouer) [854454] | |
- [net] ipvs: use pkts for SCTP too (Jesper Brouer) [854454] | |
- [net] ipvs: skb defrag in L7 helpers (Jesper Brouer) [854454] | |
- [net] ipvs: Split ports array into src_port and dst_port (Jesper Brouer) [854454] | |
- [net] ipvs: Backup, Prepare for transferring firewall marks to the backup daemon (Jesper Brouer) [854454] | |
- [net] ipvs: add static and read_mostly attributes (Jesper Brouer) [854454] | |
- [net] ipvs: buffer argument to ip_vs_process_message() should not be const (Jesper Brouer) [854454] | |
- [net] ipvs: Remove useless blocks from ip_vs_process_message() (Jesper Brouer) [854454] | |
- [net] ipvs: Make the cp argument to ip_vs_sync_conn() static (Jesper Brouer) [854454] | |
- [net] ipvs: Only match pe_data created by the same pe (Jesper Brouer) [854454] | |
- [net] ipvs: Add persistence engine to connection entry (Jesper Brouer) [854454] | |
- [net] ipvs: inherit forwarding method in backup (Jesper Brouer) [854454] | |
- [net] ipvs: ip_vs_dbg_callid() is only needed for debugging (Jesper Brouer) [854454] | |
- [net] ipvs: sip persistence engine (Jesper Brouer) [854454] | |
- [net] ipvs: Fallback if persistence engine fails (Jesper Brouer) [854454] | |
- [net] ipvs: Allow configuration of persistence engines (Jesper Brouer) [854454] | |
- [net] ipvs: management of persistence engine modules (Jesper Brouer) [854454] | |
- [net] ipvs: Add persistence engine data to /proc/net/ip_vs_conn (Jesper Brouer) [854454] | |
- [net] ipvs: Add struct ip_vs_pe (Jesper Brouer) [854454] | |
- [net] ipvs: Allow boot time change of hash size (Jesper Brouer) [854454] | |
- [net] ipvs: ip_vs_bind_scheduler and ip_vs_unbind_scheduler NULL arguments (Jesper Brouer) [854454] | |
- [net] ipvs: Allow null argument to ip_vs_scheduler_put() (Jesper Brouer) [854454] | |
- [net] ipvs: fix matching of fwmark templates during scheduling (Jesper Brouer) [854454] | |
- [net] ipvs: Add struct ip_vs_conn_param (Jesper Brouer) [854454] | |
- [net] ipvs: compact ip_vs_sched_persist() (Jesper Brouer) [854454] | |
- [net] ipvs: extend connection flags to 32 bits (Jesper Brouer) [854454] | |
- [net] nf_conntrack_sip: Add callid parser (Jesper Brouer) [854454] | |
- [net] nf_conntrack_sip: Allow ct_sip_get_header() to be called with a null ct argument (Jesper Brouer) [854454] | |
- [net] ipvs: fix synchronization on connection close (Jesper Brouer) [854454] | |
- [net] ipvs: one-packet scheduling (Jesper Brouer) [854454] | |
* Wed Jul 31 2013 Rafael Aquini <[email protected]> [2.6.32-405.el6] | |
- [char] tty: Fix BUG() on hangup (Aaron Tomlin) [985429] | |
- [trace] Fix hang in write to sysprof_sample_period (Josh Poimboeuf) [959063] | |
- [scsi] virtio-scsi: fix LUNs greater than 255 (Laszlo Ersek) [978202] | |
- [scsi] isci: Fix a race condition in the SSP task management path (David Milburn) [978609] | |
- [idle] intel_idle: initial C8, C9 and C10 support (Jane Lv) [970729] | |
- [x86] Fix up numa_node information for AMD CPU family 15h model 0-0fh northbridge functions (Prarit Bhargava) [787034] | |
- [x86] tsc: add option to output TSC initial value at boot (Prarit Bhargava) [986353] | |
- [fs] fscache: The retrieval remaining-pages counter needs to be atomic_t (David Howells) [965759] | |
- [fs] cachefiles: remove unused macro list_to_page() (David Howells) [921178] | |
- [fs] fscache: Simplify cookie retention for fscache_objects, fixing access problems (David Howells) [928746] | |
- [fs] fscache: Fix object state machine to have separate work and wait states (David Howells) [921178] | |
- [kernel] wait: Add wait_on_atomic_t() and wake_up_atomic_t() (David Howells) [921178] | |
- [fs] fscache: Wrap checks on object state (David Howells) [921178] | |
- [fs] fscache: Uninline fscache_object_init() (David Howells) [921178] | |
- [fs] fscache: Don't sleep in page release if __GFP_FS is not set (David Howells) [921178] | |
- [fs] cachefiles: name i_mutex lock class explicitly (David Howells) [921178] | |
- [fs] fscache: remove spin_lock() from the condition in while() (David Howells) [921178] | |
- [fs] fscache: Clear remaining page count on retrieval cancellation (David Howells) [921178] | |
- [fs] fscache: Mark cancellation of in-progress operation (David Howells) [921178] | |
- [fs] fscache: Remove unneeded null checks (David Howells) [921178] | |
- [fs] fscache: One of the write operation paths doesn't set the object state (David Howells) [921178] | |
- [fs] fscache: Fix signal handling during waits (David Howells) [921178] | |
- [fs] fscache: Add transition to handle invalidate immediately after lookup (David Howells) [921178 928746] | |
- [fs] fscache: Exclusive op submission can BUG if there's been an I/O error (David Howells) [921178] | |
- [fs] fsache: Limit the number of I/O error reports for a cache (David Howells) [921178] | |
- [fs] fscache: Don't mask off the object event mask when printing it (David Howells) [921178] | |
- [fs] fscache: Initialise the object event mask with the calculated mask (David Howells) [921178] | |
- [fs] cachefiles: Add missing retrieval completions (David Howells) [921178] | |
- [fs] cachefiles: add support for large files in filesystem caching (David Howells) [921178] | |
- [netdrv] igbvf: Make next_to_watch a pointer and adjust memory barriers to avoid races (Stefan Assmann) [923900] | |
- [netdrv] igbvf: update version number (Stefan Assmann) [923900] | |
- [netdrv] igbvf: Check for error on dma_map_single call (Stefan Assmann) [923900] | |
- [netdrv] enic: release rtnl_lock on error-path (Stefan Assmann) [922984] | |
- [netdrv] enic: change sprintf() to snprintf() (Stefan Assmann) [922984] | |
- [netdrv] enic: be less verbose about non-critical firmware errors (Stefan Assmann) [922984] | |
- [netdrv] enic: fix up function prototypes after __dev* removals (Stefan Assmann) [922984] | |
- [pci] Remove the obsolete no_pci_devices() check (Myron Stowe) [966887] | |
- [pci] Use pci_device_id on stack for pci_get_subsys/class() to avoid kmalloc (Myron Stowe) [966887] | |
- [netdrv] bonding: properly unset current_arp_slave on slave link up (Veaceslav Falico) [988460] | |
- [firmware] add bnx2x FW 7.8.2, 7.8.17 (Michal Schmidt) [825729 828818 915420 915422 919510] | |
- [netdrv] bnx2x: ignore unknown ethtool flags (Michal Schmidt) [915517 928435] | |
- [netdrv] bnx2x: advertise transmit time stamping (Michal Schmidt) [825729 828818 914797 915420 915422 915517 919510] | |
- [netdrv] bnx2x: add transmit timestamping support (Michal Schmidt) [825729 828818 914797 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Remove sparse and coccinelle warnings (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Fix 20G KR2 support claims (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: improve VF timings (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: VF ndo sanity (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Fix compilation with no IOV support (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Improve PF behaviour toward VF (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: remove redundant D0 power state set (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: replace mechanism to check for next available packet (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: fix a power state test (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: semi-Semantic changes (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Revise prints (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Semantic removal and beautification (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Revise comments and alignment (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Semantic change of empty lines (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: use XPS if possible for bnx2x_select_queue instead of pure hash (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Change to D3hot only on removal (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Implement PCI shutdown (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Count number of possible FCoE interfaces (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Ack unknown VF messages (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Add and correct PCI link speed prints (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Zero VFs starting MACs (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Enable `set_phys_id' for all functions (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Wait for MCP validity during AER (Michal Schmidt) [825729 828818 915420 915422 915517 919510 921799] | |
- [netdrv] bnx2x: Link-flap avoidance in switch dependent mode (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Add Private Flags Support (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Fix bridged GSO for 57710/57711 chips (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: fix TCP offload for tunneling ipv4 over ipv6 (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Fix GSO for 57710/57711 chips (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Prevent memory leak when cnic is absent (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: correct reading of speed capabilities (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Prevent NULL pointer dereference in kdump (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Use per port max exchange resources (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Allow recovery from second slot reset (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Fix memory leak (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Enhance MAC configuration for VFs (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Allow RX/TX pause control in autoneg (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: prevent GRO false checksum claims (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: update version to 1.78.17-0 (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: add additional regions for CRC memory test (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: remove non-necessary assignment (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: fix byte-by-byte nvram write for BE machines (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: refactor nvram read procedure (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Cosmetic changes (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Support reading I2C EEPROM SFF8472 (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: fix compilation without CONFIG_BNX2X_SRIOV (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Prevent VF race (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Fix VF outer vlan removal (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Fix VF statistics (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: missing ARI should not be lethal (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Fix AER semaphore release (Michal Schmidt) [825729 828818 915420 915422 915517 919510 921799] | |
- [netdrv] bnx2x: AER revised (Michal Schmidt) [825729 828818 915420 915422 915517 919510 921799] | |
- [netdrv] bnx2x: add RSS capability for GRE traffic (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: dma_alloc_coherent: use __GFP_ZERO instead of memset() (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: use list_move instead of list_del/list_add (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Restore FCoE 4-port devices support (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: use FW 7.8.17 (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Avoid using zero MAC (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Control SFP+ tap values via nvm config (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Add EEE support for BCM84834 (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Add RJ45 SFP module detection (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Get gso_segs from FW (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Control number of vfs dynamically (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Add iproute2 support for vfs (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Prevent "Unknown MF" print in SF mode (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Take chip version from MFW (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Set ethtool ops for vfs (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: fix vlan-mac memory leak (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: use the default NAPI weight (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Fix typo in printk and comments (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Fix status blocks configuration (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Prevent UNDI FW illegal host access (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Prevent null pointer dereference in AFEX mode (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Fix KR2 rapid link flap (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: fix assignment of signed expression to unsigned variable (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: fix occasional statistics off-by-4GB error (Michal Schmidt) [825729 828818 871164 915420 915422 915517 919510] | |
- [netdrv] bnx2x: add missing napi deletion in error path (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Fix SFP+ misconfiguration in iSCSI boot scenario (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Fix intermittent long KR2 link up time (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Fix KR2 work-around condition (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Fix KR2 link (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Fix port identification for the 84834 (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: fix UDP checksum for 57710/57711 (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: remove dead code and make local funcs static (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Replace incomming with incoming in all comments and strings (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] cnic: Remove unnecessary alloc/OOM messages, alloc cleanups (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Force link UP when the interface is in LOOPBACK mode (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: SR-IOV version compatibility bugfix (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Fix compilation with stop-on-error (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Add CNIC_DRV_STATE_HANDLES_IRQ to ethdev->drv_state (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: correct memory release scheme (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Remove many sparse warnings (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Modify unload conditions (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Correct memory preparation and release (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Add missing VFs reference in macros (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Add additional debug information (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: correct usleep_range usage (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: reorganization and beautification (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Semantic renovation (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: fix GRO parameters (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Introduce 2013 and advance version to 1.78.02 (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Added FW GRO bridging support (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] Revert "bnx2x: set gso_type" (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Clean previous IGU status before ack (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: improve stop-on-error (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: add `ethtool -w' support (Michal Schmidt) [825729 828818 915420 915422 915517 919510 921560] | |
- [netdrv] bnx2x: Added nvram personalities support (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Fix rare self-test failures (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: use SAN Mac for FCoE (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Add an additional fatal hw assertion - BRB_HW_INTERRUPT (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Clear dirty status when booting after UNDI (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Allow management traffic after boot from SAN (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Fix fastpath structures when memory allocation fails (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: move debugging code before the return (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: align define usage to satisfy static checkers (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: NULL dereference on error in debug code (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Segregate SR-IOV code (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Add VF device ids and enable feature (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Support PF <-> VF Bulletin Board (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Support VF FLR (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Support of PF driver of a VF release request (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Support of PF driver of a VF close request (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Support of PF driver of a VF q_teardown request (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Support of PF driver of a VF q_filters request (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Support of PF driver of a VF setup_q request (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Support statistics collection for VFs by the PF (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Support of PF driver of a VF init request (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Support of PF driver of a VF acquire request (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Infrastructure for VF <-> PF request on PF side (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Prepare device and initialize VF database (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Allocate VF database in PF when VFs are present (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: VF fastpath (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Support ndo_set_rxmode in VF driver (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Add teardown_q and close to VF <-> PF channel (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Add init, setup_q, set_mac to VF <-> PF channel (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Separate VF and PF logic (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Add to VF <-> PF channel the release request (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: VF <-> PF channel 'acquire' at vf probe (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Support probing and removing of VF device (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: use ARRAY_SIZE where possible (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: use prandom_bytes() (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: fix typo of "suport" (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: almost 'use netdev_alloc_frag()' (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: fix up function prototypes after __dev* removals (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Simplify cnic probing (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: add fw defs for use in cnic (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] cnic, bnx2x, bnx2: Simplify cnic probing (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] cnic: Include bnx2x.h (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2: Add BNX2 prefix to CHIP ID and name macros (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2: Add BNX2 prefix to descriptor structures and macros (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] cnic: Fix rare race condition during iSCSI disconnect (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] cnic: Reset iSCSI EQ during shutdown (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: remove __dev* attributes (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] cnic: remove __dev* attributes (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: recognize fan failure (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Correct PFC disablement (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: fix 'Ethtool -A' when autoneg (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: prevent DCB if disabled in nvram (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Handle a rarely missed interrupt (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: mask CPL_OF interrupt (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: IGU parse error cause probe failure (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Ext config accessed only on non-E1x (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: nvram enables dropless flow control (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Correct advertised speed/duplex (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Filter packets on FCoE rings (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Management can control PFC/ETS (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: parity recovery flow enhancement (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: revised and corrected SPIO access (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Change duplex setting in EEE function (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Add warning message in case of non-10G SFP module (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Cosmetic changes (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Always take PHY lock (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Add support for BCM84834 (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Fix SFP+ current leakage (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Add support for 20G-KR2 (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Remove duplicate inclusion of bnx2x_hsi.h (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Add static declaration to several functions (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Fix typo in bnx2x driver (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: fix HW initialization using fw 7.8.x (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Support loading cnic resources at run-time (Michal Schmidt) [825729 828818 915420 915422 915517 919510 920624] | |
- [netdrv] bnx2x: HSI change for 'update' ramrod (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: update version to 1.78.00-0 (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x,cnic: use FW 7.8.2 (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: Improve code around bnx2x_tests_str_arr (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [netdrv] bnx2x: fix comment/printk/variable typos (Michal Schmidt) [825729 828818 915420 915422 915517 919510] | |
- [net] In unregister_netdevice_notifier unregister the netdevices (Michal Schmidt) [987451] | |
- [net] introduce NAPI_POLL_WEIGHT (Michal Schmidt) [987451] | |
- [net] Export __netdev_pick_tx so that it can be used in modules (Michal Schmidt) [987451] | |
- [net] Split core bits of netdev_pick_tx into __netdev_pick_tx (Michal Schmidt) [987451] | |
- [net] netpoll: call ->ndo_select_queue() in tx path (Michal Schmidt) [987451] | |
- [lib] introduce prandom_bytes() and prandom_bytes_state() (Michal Schmidt) [987451] | |
* Tue Jul 30 2013 Rafael Aquini <[email protected]> [2.6.32-404.el6] | |
- [pci] pcie: Reset link for devices below Root Port or Downstream Port (Myron Stowe) [966755] | |
- [acpi] apei: Force fatal AER severity when component has been reset (Myron Stowe) [966755] | |
- [pci] Remove "extern" from function declarations (Myron Stowe) [966755] | |
- [pci] pcie: Move AER severity defines to aer.h (Myron Stowe) [966755] | |
- [pci] pcie: Set dev->__aer_firmware_first only for matching devices (Myron Stowe) [966755] | |
- [pci] pcie: Factor out HEST device type matching (Myron Stowe) [966755] | |
- [pci] pcie: Don't parse HEST table for non-PCIe devices (Myron Stowe) [966755] | |
- [acpi] Move cper_print_aer() call out of interrupt context (Myron Stowe) [967981] | |
- [pci] pcie: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCI (Myron Stowe) [967981] | |
- [pci] Add PCI_BUS_NUM() and PCI_DEVID() interfaces (Myron Stowe) [967981] | |
- [pci] pcie: pci_get_domain_bus_and_slot() call missing required pci_dev_put() (Myron Stowe) [911740] | |
- [pci] pcie: Report success only when every device has AER-aware driver (Myron Stowe) [911740] | |
- [pci] Fix deadlock when unbinding device if parent in D3cold (Myron Stowe) [911740] | |
- [pci] Make pci_error_handlers const (Myron Stowe) [911740] | |
- [pci] pcie: Remove the port driver module exit routine (Myron Stowe) [911740] | |
- [acpi] apei: Add missed ACPI5 support for error trigger table (Myron Stowe) [893388] | |
- [acpi] apei: fix error status check condition for CPER (Myron Stowe) [825641] | |
- [edac] add support for error type "Info" (Myron Stowe) [825641] | |
- [pci] pcie: Cleanup log output for AER (Myron Stowe) [825641] | |
- [acpi] apei: Enhanced AER logging (Myron Stowe) [825641] | |
- [trace] Trace Event for PCI Express Advanced Error Reporting (Myron Stowe) [825641] | |
- [acpi] edac.h: Add generic layers for describing a memory location (Myron Stowe) [825641] | |
- [acpi] CPER failed to handle generic error records with multiple sections (Myron Stowe) [816520] | |
- [acpi] APEI build fix (Myron Stowe) [816520] | |
- [acpi] apei: Fix crash in apei_hest_parse() for acpi=off (Myron Stowe) [816515] | |
- [acpi] apei: Fixup incorrect 64-bit access width firmware bug (Myron Stowe) [816515] | |
- [acpi] apei: Fix ERST header length check (Myron Stowe) [816515] | |
- [acpi] apei: Remove table not found message (Myron Stowe) [816515] | |
- [pci] Print completion message at KERN_INFO to match starting message (Myron Stowe) [736984] | |
- [acpi] Add PCIe AER recovery support (Myron Stowe) [736984] | |
- [pci] pcie: add aer_recover_queue (Myron Stowe) [736984] | |
- [netdrv] be2net: fix VLAN traffic if no VLAN group is registered (Stefan Assmann) [980772] | |
- [wireless] brcmsmac: Reduce log spam in heavy tx, make err print in debug (John Green) [960977] | |
- [watchdog] hpwdt: Increase version string (Linda Knippers) [985144] | |
- [watchdog] hpwdt: Add check for UEFI bits (Linda Knippers) [985144] | |
- [netdrv] be2net: Fix to avoid hardware workaround when not needed (Ivan Vecera) [947543] | |
- [netdrv] be2net: use pci_vfs_assigned()/pci_num_vf() instead of be_find_vfs() (Ivan Vecera) [947543] | |
- [netdrv] be2net: Fix 32-bit DMA Mask handling (Ivan Vecera) [947543] | |
- [netdrv] be2net: Implement initiate FW dump feature for Lancer (Ivan Vecera) [947543] | |
- [netdrv] be2net: Fix crash on 2nd invocation of PCI AER/EEH error_detected hook (Ivan Vecera) [947543] | |
- [netdrv] be2net: Mark checksum fail for IP fragmented packets (Ivan Vecera) [947543] | |
- [netdrv] be2net: Trim padded packets for Lancer (Ivan Vecera) [947543] | |
- [netdrv] be2net: Pad skb to meet min Tx pkt size in lancer (Ivan Vecera) [947543] | |
- [netdrv] be2net: cleanup be_get_drvinfo() (Ivan Vecera) [947543] | |
- [netdrv] be2net: refactor HW workarounds in be_xmit() (Ivan Vecera) [947543] | |
- [netdrv] be2net: bug fix on returning an invalid nic descriptor (Ivan Vecera) [947543] | |
- [netdrv] be2net: Avoid double insertion of vlan tags (Ivan Vecera) [947543] | |
- [netdrv] be2net: disable TX in be_close() (Ivan Vecera) [947543] | |
- [netdrv] be2net: fix EQ from getting full while cleaning RX CQ (Ivan Vecera) [947543] | |
- [netdrv] be2net: fix payload_len value for GET_MAC_LIST cmd req (Ivan Vecera) [947543] | |
- [netdrv] be2net: provision VF resources before enabling SR-IOV (Ivan Vecera) [947543] | |
- [netdrv] be2net: Fix to fail probe if MSI-X enable fails for a VF (Ivan Vecera) [947543] | |
- [netdrv] be2net: avoid napi_disable() when it has not been enabled (Ivan Vecera) [947543] | |
- [netdrv] be2net: Fix firmware download for Lancer (Ivan Vecera) [947543] | |
- [netdrv] be2net: Fix to receive Multicast Packets when Promiscuous mode is enabled on certain devices (Ivan Vecera) [947543] | |
- [netdrv] be2net: Fix to show tx priority pause counter in ethtool -S (Ivan Vecera) [947543] | |
- [netdrv] be2net: Fix to use 32-bit stats to report rx_drops_no_fragment (Ivan Vecera) [947543] | |
- [netdrv] be2net: Fix to use version 2 of cq_create for SkyHawk-R devices (Ivan Vecera) [947543] | |
- [netdrv] be2net: FLR must be first cmd issued to Lancer FW (Ivan Vecera) [947543] | |
- [netdrv] be2net: Use GET_FUNCTION_CONFIG V1 cmd (Ivan Vecera) [947543] | |
- [netdrv] be2net: Fix to show wol disabled/enabled state correctly (Ivan Vecera) [947543] | |
- [netdrv] be2net: Fixed memory leak (Ivan Vecera) [947543] | |
- [netdrv] be2net: Avoid diagnostic test in certain versions of firmware to avoid NIC freeze (Ivan Vecera) [947543] | |
- [netdrv] be2net: Renamed rx_address_mismatch_errors to rx_address_filtered (Ivan Vecera) [947543] | |
- [netdrv] be2net: Add support for setting and getting rx flow hash options (Ivan Vecera) [947543] | |
- [netdrv] be2net: Fix PVID tag offload for packets with inline VLAN tag (Ivan Vecera) [947543] | |
- [netdrv] be2net: fix a Tx stall bug caused by a specific ipv6 packet (Ivan Vecera) [947543] | |
- [netdrv] be2net: Remove an incorrect pvid check in Tx (Ivan Vecera) [947543] | |
- [netdrv] be2net: enable IOMMU pass through for be2net (Ivan Vecera) [819453 947543] | |
- [netdrv] be2net: Use GET_PROFILE_CONFIG V1 cmd for BE3-R (Ivan Vecera) [947543] | |
- [netdrv] be2net: Avoid flashing BE3 UFI on BE3-R chip (Ivan Vecera) [947543] | |
- [netdrv] be2net: Don't log "Out of MCCQ wrbs" error (Ivan Vecera) [947543] | |
- [netdrv] be2net: Use TXQ_CREATE_V2 cmd (Ivan Vecera) [947543] | |
- [netdrv] be2net: take care of __vlan_put_tag return value (Ivan Vecera) [947543] | |
- [netdrv] be2net: remove unused variable 'sge' (Ivan Vecera) [947543] | |
- [netdrv] be2net: dma_alloc_coherent: use __GFP_ZERO instead of memset() (Ivan Vecera) [947543] | |
- [netdrv] be2net: Remove dma_alloc_coherent OOM messages (Ivan Vecera) [947543] | |
- [netdrv] be2net: Use new F/W mailbox cmd to manipulate interrupts (Ivan Vecera) [947543] | |
- [netdrv] be2net: enable interrupts in be_probe() (RoCE and other ULPs need them) (Ivan Vecera) [947543] | |
- [netdrv] be2net: Update copyright year (Ivan Vecera) [947543] | |
- [netdrv] be2net: use CSR-BAR SEMAPHORE reg for BE2/BE3 (Ivan Vecera) [947543] | |
- [netdrv] benet: Wait f/w POST until timeout (Ivan Vecera) [947543] | |
- [netdrv] be2net: update driver version to 4.6.x (Ivan Vecera) [947543] | |
- [netdrv] be2net: fix re-loaded PF driver to re-gain control of its VFs (Ivan Vecera) [947543] | |
- [netdrv] be2net: Updating Module Author string and log message string to "Emulex Corporation" (Ivan Vecera) [947543] | |
- [netdrv] be2net: fix drvinfo strings set in drivers (Ivan Vecera) [947543] | |
- [netdrv] be2net: Remove bogus dependencies on INET (Ivan Vecera) [947543] | |
- [netdrv] be2net: remove adapter->eq_next_idx (Ivan Vecera) [947543] | |
- [netdrv] be2net: remove roce on lancer (Ivan Vecera) [947543] | |
- [netdrv] be2net: fix access to SEMAPHORE reg (Ivan Vecera) [947543] | |
- [netdrv] be2net: re-factor bar mapping code (Ivan Vecera) [947543] | |
- [netdrv] be2net: do not use sli_family to identify skyhawk-R chip (Ivan Vecera) [947543] | |
- [netdrv] be2net: fix wrong usage of adapter->generation (Ivan Vecera) [947543] | |
- [netdrv] be2net: remove LANCER A0 workaround (Ivan Vecera) [947543] | |
- [netdrv] be2net: Fix smatch warnings in be_main.c (Ivan Vecera) [947543] | |
- [netdrv] be2net: fix wrong frag_idx reported by RX CQ (Ivan Vecera) [947543] | |
- [netdrv] benet: convert to set_phys_id (Ivan Vecera) [947543] | |
- [virt] hv: allocate synic structures before hv_synic_init() (Jason Wang) [927359] | |
- [virt] hv: check interrupt mask before read_index (Jason Wang) [927359] | |
- [virt] hv: switch to use mb() instead of smp_mb() (Jason Wang) [927359] | |
- [virt] hv: vmbus: Implement multi-channel support (Jason Wang) [927359] | |
- [virt] hv: Fix a bug in get_vp_index() (Jason Wang) [927359] | |
- [virt] hyperv_fb: Backport to RHEL 6.5 (Jason Wang) [927424] | |
- [virt] add Hyper-V Synthetic Video Frame Buffer Driver (Jason Wang) [927424] | |
- [virt] hv: Add a new driver to support host initiated backup (Jason Wang) [927409] | |
- [netdrv] hyperv: Fix a compiler warning in netvsc_send() (Jason Wang) [927435] | |
- [netdrv] hyperv: Fix RNDIS send_completion code path (Jason Wang) [927435] | |
- [netdrv] hyperv: Fix a kernel warning from netvsc_linkstatus_callback() (Jason Wang) [927435] | |
- [netdrv] hyperv: fix wrong length of mac address (Jason Wang) [927435] | |
- [netdrv] hyperv: Add an error message to rndis_filter_set_device_mac() (Jason Wang) [927435] | |
- [netdrv] hyperv: Remove unnecessary comments in rndis_filter_receive_data() (Jason Wang) [927435] | |
- [netdrv] hyperv: Add buffer for extended info after the RNDIS response message (Jason Wang) [927435] | |
- [netdrv] hyperv: Report actual status in receive completion packet (Jason Wang) [927435] | |
- [netdrv] hyperv: Remove extra allocated space for recv_pkt_list elements (Jason Wang) [927435] | |
- [netdrv] hyperv: Fix page buffer handling in rndis_filter_send_request() (Jason Wang) [927435] | |
- [netdrv] hyperv: Fix the missing return value in rndis_filter_set_packet_filter() (Jason Wang) [927435] | |
- [netdrv] hyperv: Fix the max_xfer_size in RNDIS initialization (Jason Wang) [927435] | |
- [virt] hyperv/hv_balloon: remove old RHEL6 specific code (Jason Wang) [927417] | |
- [virt] hyperv/balloon: Notify the host of permanent hot-add failures (Jason Wang) [927417] | |
- [virt] hyperv/balloon: Support 2M page allocations for ballooning (Jason Wang) [927417] | |
- [mm] page_alloc: export split_page() (Jason Wang) [927417] | |
- [virt] hyperv/balloon: Permit Linux to specify hot-add alignment requirements (Jason Wang) [927417] | |
- [virt] hyperv/balloon: make local functions static (Jason Wang) [927417] | |
- [virt] hyperv/balloon: Implement hot-add functionality (Jason Wang) [927417] | |
- [mm] memory_hotplug: extend memory hotplug API to allow memory hotplug in virtual machines (Jason Wang) [927417] | |
- [virt] hyperv/balloon: Make the balloon driver not unloadable (Jason Wang) [927417] | |
- [virt] hyperv/balloon: Execute hot-add code in a separate context (Jason Wang) [927417] | |
- [virt] hyperv/balloon: Execute balloon inflation in a separate context (Jason Wang) [927417] | |
- [virt] hyperv/balloon: Do not request completion notification (Jason Wang) [927417] | |
- [fcoe] libfc: extend ex_lock to protect all of fc_seq_send (Neil Horman) [829784] | |
- [fcoe] libfc: Correct check for initiator role (Neil Horman) [829784] | |
- [fcoe] libfcoe: Fix fcoe_sysfs VN2VN mode (Neil Horman) [829784] | |
- [fcoe] Split fc_disc_init into fc_disc_init and fc_disc_config (Neil Horman) [829784] | |
- [fcoe] Always use fcoe_disc_init for discovery layer initialization (Neil Horman) [829784] | |
- [fcoe] Fix deadlock between create and destroy paths (Neil Horman) [829784] | |
- [fcoe] libfcoe: Fix Conflicting FCFs issue in the fabric (Neil Horman) [829784] | |
- [fcoe] Revert "fcoe: fix fcoe enable on link toggle while it is still disabled" (Neil Horman) [829784] | |
- [fcoe] libfcoe: Check for unusable FCFs before looking for conflicting FCFs (Neil Horman) [829784] | |
- [fcoe] libfcoe: Handle CVL while waiting to select an FCF (Neil Horman) [829784] | |
- [fcoe] Fix deadlock while deleting FCoE interface with NPIV ports (Neil Horman) [829784] | |
- [fcoe] close race on link speed detection in fcoe code (Neil Horman) [829784] | |
- [fcoe] debris left by "libfcoe: Remove mutex_trylock/restart_syscall checks" (Neil Horman) [829784] | |
- [fcoe] consolidate the fcoe_ctlr_get_lesb/fcoe_get_lesb (Neil Horman) [829784] | |
- [fcoe] move fcoe_link_speed_update() to libfcoe and export it (Neil Horman) [829784] | |
- [fcoe] add support to the get_netdev() for fcoe_interface (Neil Horman) [829784] | |
- [fcoe] prep work to start consolidate the usage of fcoe_netdev (Neil Horman) [829784] | |
- [fcoe] Convert debug_logging macros to pr_info (Neil Horman) [829784] | |
- [fcoe] Use the fcoe_sysfs control interface (Neil Horman) [829784] | |
- [fcoe] libfcoe: Add new fcoe control interface (Neil Horman) [829784] | |
- [fcoe] libfcoe: Save some memory and optimize name lookups (Neil Horman) [829784] | |
- [fcoe] libfcoe: Add fcoe_sysfs debug logging level (Neil Horman) [829784] | |
- [fcoe] Cleanup locking on fcoe_percpu_receive_thread (Neil Horman) [829784] | |
- [fcoe] libfcoe: Fix section mismatch (Neil Horman) [829784] | |
- [fcoe] bnx2fc: cleanup fcoe_dev_stats (Neil Horman) [829784] | |
- [fcoe] libfcoe: SW FCoE and bnx2fc use FCoE Syfs (Neil Horman) [829784] | |
- [fcoe] libfcoe: Add fcoe_sysfs (Neil Horman) [829784] | |
- [powerpc] iommu: Fix multiple issues with IOMMU pools code (Steve Best) [929290] | |
- [powerpc] iommu: Fix iommu pool initialization (Steve Best) [929290] | |
- [powerpc] iommu: Implement IOMMU pools to improve multiqueue adapter performance (Steve Best) [929290] | |
- [powerpc] iommu: Push spinlock into iommu_range_alloc and __iommu_free (Steve Best) [929290] | |
- [powerpc] iommu: Reduce spinlock coverage in iommu_free (Steve Best) [929290] | |
- [powerpc] iommu: Reduce spinlock coverage in iommu_alloc and iommu_free (Steve Best) [929290] | |
- [powerpc] pseries: Disable interrupts around IOMMU percpu data accesses (Steve Best) [929290] | |
- [block] rsxx: Adding in debugfs entries (Steve Best) [929277] | |
- [block] rsxx: Fixes incorrect stats calculation (Steve Best) [929277] | |
- [block] rsxx: Adding EEH check inside cregs timeout (Steve Best) [929277] | |
- [block] rsxx: Adapter address space sanity check (Steve Best) [929277] | |
- [block] rsxx: Fixes DLPAR add kernel panic if partition still mounted (Steve Best) [929277] | |
- [block] rsxx: Changing the adapter name to the official name (Steve Best) [929277] | |
- [block] rsxx: Adding in sync_start module paramenter (Steve Best) [929277] | |
- [block] rsxx: Allow block size to be determined by configuration (Steve Best) [929277] | |
- [block] rsxx: Fixes soft-lockup issues during DMAs (Steve Best) [929277] | |
- [block] rsxx: Restructured DMA cancel scheme (Steve Best) [929277] | |
- [block] rsxx: Individual workqueues for interruptible events (Steve Best) [929277] | |
- [block] rsxx: remove unused variable (Steve Best) [929277] | |
- [block] rsxx: enable error return of rsxx_eeh_save_issued_dmas() (Steve Best) [929277] | |
- [block] rsxx: removes dynamic allocation on stack (Steve Best) [929277] | |
- [block] rsxx: fix missing unlock on error return in rsxx_eeh_remap_dmas() (Steve Best) [929277] | |
- [block] rsxx: Adding in EEH support to the IBM FlashSystem 70/80 device driver (Steve Best) [929277] | |
- [block] rsxx: IBM RamSan 70/80 error message bug fix (Steve Best) [929277] | |
- [block] rsxx: IBM RamSan 70/80 branding changes (Steve Best) [929277] | |
- [block] rsxx: IBM RamSan 70/80 fixes inconsistent locking (Steve Best) [929277] | |
- [block] rsxx: IBM RamSan 70/80 trivial changes (Steve Best) [929277] | |
- [block] rsxx: IBM RamSan 70/80 driver fixes (Steve Best) [929277] | |
- [block] rsxx: add slab.h include to dma.c (Steve Best) [929277] | |
- [block] rsxx: IBM RamSan 70/80 device driver (Steve Best) [929277] | |
- [target] target/file: Fix off-by-one READ_CAPACITY bug for !S_ISBLK export (Andy Grover) [982777] | |
- [target] Re-instate sess_wait_list for target_wait_for_sess_cmds (Andy Grover) [982777] | |
- [target] close target_put_sess_cmd() vs. core_tmr_abort_task() race (Andy Grover) [982777] | |
- [target] iblock: Fix WCE=1 + DPOFUA=1 backend WRITE regression (Andy Grover) [982777] | |
- [target] Use FD_MAX_SECTORS/FD_BLOCKSIZE for blockdevs using fileio (Andy Grover) [982777] | |
- [target] tcm_fc: Check for aborted sequence (Andy Grover) [982777] | |
- [target] Change default sense key of NOT_READY (Andy Grover) [982777] | |
* Mon Jul 29 2013 Rafael Aquini <[email protected]> [2.6.32-403.el6] | |
- [netdrv] qlcnic: Bump up the version to 5.1.38 (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: Clear link status when interface is down (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: change mdelay to msleep (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: Log warning message for 83xx adapter in MSI mode (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: Fix configure mailbox interrupt command for 83xx adapter (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: Bump up the version to 5.1.37 (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: Implement flash sysfs callback for 83xx adapter (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: remove duplicated include from qlcnic_sysfs.c (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: Bump up the version to 5.1.36 (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: Fix ethtool statistics collection (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: Fix ethtool statistics for 82xx adapter (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: Fix endian issues in 83xx driver (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: Bump up the version to 5.1.35 (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: Fix configure interrupts for 83xx adapter types (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: Fix internal loopback test for 82xx adapter (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: Bump up the version to 5.1.34 (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: fix ping resumption to a VM after a live migration (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: fix estimation of receive MSS in case of LRO for 83xx adapter (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: refactor Legacy interrupt handling for 83xx (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: fix mailbox interrupt (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: fix unsupported CDRP command error message (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: fix mailbox response handling (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: enhance MSIX allocation failure log message (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: fix async event handling during diagnostic loopback test (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: refactor 83xx diagnostic IRQ test (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: refactor 83xx diagnostic loopback test (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: helper routine to handle async events (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: fix firmware based IDC participation (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: fix initialize NIC mailbox command (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: Updating copyright information (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: silence false positive overflow warning (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: Bump up the version to 5.1.33 (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: Fix minidump in NPAR mode (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: driver LRO bug fix (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: Fix bug in reading HW reset template (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: Fix sparse check endian warnings (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: Bump up the version to 5.1.32 (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: sleeping function called from invalid context (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: Fix LED/Beaconing tests to work on all ports of an adapter (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: avoid mixed mode interrupts for some adapter types (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: enable RSS for TCP over IPv6 (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: enable LRO on IPv6 without dest ip check (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: set driver version in firmware (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: guard __vlan_find_dev_deep() by rcu_read_lock (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: fix build error (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: do not duplicate infrastructure functions (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: update driver version (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: remove unused definitions from header file (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: 83xx ethtool interface routines (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: 83xx register dump routines (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: enable 83xx virtual NIC mode (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: flash template based firmware reset recovery (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: 83xx CNA inter driver communication mechanism (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: 83xx adpater flash interface routines (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: 83xx sysfs routines (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: 83xx base driver (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: 83xx data path routines (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: 83xx memory map and HW access routines (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: macros for common register access (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: change driver hardware interface mechanism (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: update driver version (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: fix unused variable warnings (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: rename module params with module_param_named (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: fix bug in LRO descriptor access macro (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: update NIC partition interface routines (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: get board name API (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: modify PCI and register access routines (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: move HW specific data to seperate structure (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: add 82xx adapter specific checks (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: remove __dev* attributes (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: remove duplicated include from qlcnic_sysfs.c (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: fix coding style issues in qlcnic_minidump.c (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: create file qlcnic_minidump.c for dump utility (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: fix style issues in qlcnic_sysfs.c file (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: create file qlcnic_sysfs.c for sysfs routines (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: fix coding style issues in qlcnic_io.c (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: create file qlcnic_io.c for datapath routines (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: fix sparse check endian warnings (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: fix sparse warnings (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: fix compiler warnings (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: fix error return code (Chad Dupuis) [694104] | |
- [netdrv] qlcnic: Fix scheduling while atomic bug (Chad Dupuis) [694104] | |
- [virt] kvm: Fix iommu map/unmap to handle memory slot moves (Alex Williamson) [978472] | |
- [virt] kvm: perform an invalid memslot step for gpa base change (Alex Williamson) [978472] | |
- [video] vgacon: add cond reschedule points in vgacon_do_font_op (Marcelo Tosatti) [971311] | |
- [kernel] tracing: Format non-nanosec times from tsc clock without a decimal point (Marcelo Tosatti) [911564] | |
- [kernel] tracing: Add a TSC trace_clock (Marcelo Tosatti) [911564] | |
- [perf] kvm: Initialize file_name var to fix segfault (Jiri Olsa) [977969] | |
- [perf] kvm: Add braces around multi-line statements (Jiri Olsa) [977969] | |
- [perf] kvm: Total count is a u64, print as so (Jiri Olsa) [977969] | |
- [perf] kvm: Remove typecast in init_kvm_event_record (Jiri Olsa) [977969] | |
- [perf] kvm: Only process events for vcpus of interest (Jiri Olsa) [977969] | |
- [perf] kvm: Fix building perf kvm on non x86 arches (Jiri Olsa) [977969] | |
- [perf] kvm: Rename perf_kvm to perf_kvm_stat (Jiri Olsa) [977969] | |
- [perf] kvm: Move global variables into a perf_kvm struct (Jiri Olsa) [977969] | |
- [perf] kvm: Use perf_evsel__intval (Jiri Olsa) [977969] | |
- [perf] kvm: Events analysis tool (Jiri Olsa) [977969] | |
- [perf] Check proper prev_state size for sched_switch tp (Jiri Olsa) [984006] | |
- [perf] Revert "perf sched: Handle PERF_RECORD_EXIT events" (Jiri Olsa) [984006] | |
- [perf] Fix breakage introduced by the test_attr infrastructure (Jiri Olsa) [984006] | |
- [block] mtip32xx: Fix compile warning (David Milburn) [927436] | |
- [block] mtip32xx: Workaround for unaligned writes (David Milburn) [927436] | |
- [block] mtip32xx: Disable TRIM support (David Milburn) [927436] | |
- [block] mtip32xx: fix a smatch warning (David Milburn) [927436] | |
- [block] mtip32xx: fix two smatch warnings (David Milburn) [927436] | |
- [block] mtip32xx: Add debugfs entry device_status (David Milburn) [927436] | |
- [block] mtip32xx: return 0 from pci probe in case of rebuild (David Milburn) [927436] | |
- [block] mtip32xx: recovery from command timeout (David Milburn) [927436] | |
- [block] mtip32xx: fix error return code in mtip_pci_probe() (David Milburn) [927436] | |
- [block] mtip32xx: add missing GENERIC_HARDIRQS dependency (David Milburn) [927436] | |
- [block] mtip32xx: fix sparse warning, symbol 'mtip_send_trim' was not declared (David Milburn) [927436] | |
- [block] mtip32xx: add trim support (David Milburn) [927436] | |
- [block] mtip32xx: fix for crash when the device surprise removed during rebuild (David Milburn) [927436] | |
- [block] mtip32xx: fix for driver hang after a command timeout (David Milburn) [927436] | |
- [block] mtip32xx: Fix padding issue (David Milburn) [927436] | |
- [block] mtip32xx: fix potential NULL pointer dereference in mtip_timeout_function() (David Milburn) [927436] | |
- [block] mtip32xx: fix shift larger than type warning (David Milburn) [927436] | |
- [block] mtip32xx: Fix incorrect mask used for erase mode (David Milburn) [927436] | |
- [block] mtip32xx: Fix to make lba address correct in big-endian systems (David Milburn) [927436] | |
- [block] mtip32xx: fix potential crash on SEC_ERASE_UNIT (David Milburn) [927436] | |
- [block] mtip32xx: Added appropriate timeout value for secure erase (David Milburn) [927436] | |
- [block] mtip32xx: Remove dead code (David Milburn) [927436] | |
- [block] mtip32xx: Change printk to pr_xxxx (David Milburn) [927436] | |
- [block] mtip32xx: Proper reporting of write protect status on big-endian (David Milburn) [927436] | |
- [block] mtip32xx: Increase timeout for standby command (David Milburn) [927436] | |
- [block] mtip32xx: Handle NCQ commands during the security locked state (David Milburn) [927436] | |
- [block] mtip32xx: Add support for new devices (David Milburn) [927436] | |
- [block] mtip32xx: Create debugfs entries for troubleshooting (David Milburn) [927436] | |
- [block] mtip32xx: Remove version.h header file inclusion (David Milburn) [927436] | |
- [scsi] ipr: Avoid target_destroy accessing memory after it was freed (Steve Best) [929279] | |
- [scsi] Handle MLQUEUE busy response in scsi_send_eh_cmnd (Steve Best) [929279] | |
- [scsi] ipr: SATA DVD probing failed with 64bit adapter (Steve Best) [929279] | |
- [scsi] ipr: Need to reset adapter after the 6th EEH error (Steve Best) [929279] | |
- [scsi] ipr: Need to reset adapter after the 6th EEH error (Steve Best) [929279] | |
- [scsi] ipr: fix addition of abort command to HRRQ free queue (Steve Best) [929279] | |
- [scsi] ipr: ipr_test_msi() fails when running with msi-x enabled adapter (Steve Best) [929279] | |
- [scsi] ipr: Fix oops while resetting an ipr adapter (Steve Best) [929279] | |
- [scsi] ipr: Fix sparse error in ipr driver (Steve Best) [929279] | |
- [scsi] ipr: Driver version 2.6.0 (Steve Best) [929279] | |
- [scsi] ipr: Implement block iopoll (Steve Best) [929279] | |
- [scsi] ipr: Reduce lock contention (Steve Best) [929279] | |
- [scsi] ipr: Add support for MSI-X and distributed completion (Steve Best) [929279] | |
- [scsi] ipr: Resource path error logging cleanup (Steve Best) [929279] | |
- [scsi] ipr: Handler ID memory allocation failure at module load time (Steve Best) [929279] | |
- [scsi] ipr: Add several new CCIN definitions for new adapters support (Steve Best) [929279] | |
- [scsi] storvsc: avoid usage of WRITE_SAME (Jason Wang) [969541] | |
- [scsi] storvsc: Handle dynamic resizing of the device (Jason Wang) [927414] | |
- [scsi] storvsc: Restructure error handling code on command completion (Jason Wang) [927414] | |
- [scsi] storvsc: Initialize the sglist (Jason Wang) [969545] | |
- [input] alps: add "Dolphin V1" touchpad support (Aristeu Rozanski) [837091] | |
- [input] alps: remove unused argument to alps_enter_command_mode() (Aristeu Rozanski) [837091] | |
- [input] alps: enable trackstick on Rushmore touchpads (Aristeu Rozanski) [837091] | |
- [input] alps: add support for "Rushmore" touchpads (Aristeu Rozanski) [837091] | |
- [input] alps: make the V3 packet field decoder "pluggable" (Aristeu Rozanski) [837091] | |
- [input] alps: move pixel and bitmap info into alps_data struct (Aristeu Rozanski) [837091] | |
- [input] alps: fix command mode check (Aristeu Rozanski) [837091] | |
- [input] alps: rework detection of Pinnacle AGx touchpads (Aristeu Rozanski) [837091] | |
- [input] alps: move addr_command, nibble_command settings into alps_set_defaults() (Aristeu Rozanski) [837091] | |
- [input] alps: use function pointers for different protocol handlers (Aristeu Rozanski) [837091] | |
- [input] alps: rework detection sequence (Aristeu Rozanski) [837091] | |
- [input] alps: introduce helper function for repeated commands (Aristeu Rozanski) [837091] | |
- [input] alps: move alps_get_model() down below hw_init code (Aristeu Rozanski) [837091] | |
- [input] alps: copy "model" info into alps_data struct (Aristeu Rozanski) [837091] | |
- [input] alps: fix touchpad detection when buttons are pressed (Aristeu Rozanski) [837091] | |
- [virt] hyperv: Handle Xen emulation of Hyper-V more gracefully (Jason Wang) [927359] | |
- [virt] hyperv/vmbus: Handle channel rescind message correctly (Jason Wang) [927359] | |
- [virt] hyperv/vmbus: Fix a bug in hv_need_to_signal() (Jason Wang) [927359] | |
- [virt] hyperv: remove cast for kmalloc return value (Jason Wang) [927359] | |
- [virt] hyperv/vmbus: Use the new infrastructure for delivering VMBUS interrupts (Jason Wang) [927359] | |
- [virt] hyperv: Handle Hyper-V vmbus interrupts as special hypervisor interrupts (Jason Wang) [927359] | |
- [virt] hyperv/hv_balloon: Prevent the host from ballooning the guest too low (Jason Wang) [927359] | |
- [virt] hyperv/hv_balloon: Add a parameter to delay pressure reporting (Jason Wang) [927359] | |
- [virt] hyperv: Execute shutdown in a thread context (Jason Wang) [927359] | |
- [virt] hyperv/hid-hyperv: Use consolidated GUID definitions (Jason Wang) [927359] | |
- [virt] hyperv/storvsc: Use the consolidated GUID definition (Jason Wang) [927359] | |
- [virt] hyperv/netvsc: Use the consolidated GUID definition (Jason Wang) [927359] | |
- [virt] hyperv: Use consolidated GUID definitions (Jason Wang) [927359] | |
- [virt] hyperv/vmbus: Consolidate all offer GUID definitions in hyperv.h (Jason Wang) [927359] | |
- [virt] hyperv: Bind all vmbbus interrupts to the boot CPU (Jason Wang) [927359] | |
- [virt] hyperv: vmbus_flow_handler() can be static (Jason Wang) [927359] | |
- [virt] hyperv/hv_balloon: Fix a bug in the definition of struct dm_info_msg (Jason Wang) [927359] | |
- [virt] hyperv: remove unused variable in vmbus_recvpacket_raw() (Jason Wang) [927359] | |
- [virt] hyperv: Cleanup and consolidate reporting of build/version info (Jason Wang) [927359] | |
- [virt] hyperv: Capture the host build information (Jason Wang) [927359] | |
- [virt] hyperv: Implement flow management on the send side (Jason Wang) [927359] | |
- [virt] hyperv: Enable protocol negotiation with win8 hosts (Jason Wang) [927359] | |
- [virt] hyperv: Add a check to deal with spurious interrupts (Jason Wang) [927359] | |
- [virt] hyperv: Handle vmbus interrupts concurrently on all cpus (Jason Wang) [927359] | |
- [virt] hyperv: Manage event tasklets on per-cpu basis (Jason Wang) [927359] | |
- [virt] hyperv: Get rid of unnecessary request for offers (Jason Wang) [927359] | |
- [virt] hyperv: Get rid of the unused global signaling state (Jason Wang) [927359] | |
- [virt] hyperv: Add code to distribute channel interrupt load (Jason Wang) [927359] | |
- [virt] hyperv: Modify the interrupt handling code to support win8 and beyond (Jason Wang) [927359] | |
- [virt] hyperv: Add state to manage incoming channel interrupt load (Jason Wang) [927359] | |
- [virt] hyperv: Setup a mapping for Hyper-V's notion cpu ID (Jason Wang) [927359] | |
- [virt] hyperv: Cleanup vmbus_set_event() to support win7 and beyond (Jason Wang) [927359] | |
- [virt] hyperv: Manage signaling state on a per-connection basis (Jason Wang) [927359] | |
- [virt] hyperv: Move vmbus version definitions to hyperv.h (Jason Wang) [927359] | |
- [virt] hyperv: Change the signature of vmbus_set_event() (Jason Wang) [927359] | |
- [virt] hyperv: Change the signature for hv_signal_event() (Jason Wang) [927359] | |
- [virt] hyperv: Save and export negotiated vmbus version (Jason Wang) [927359] | |
- [virt] hyperv: Extend/modify vmbus_channel_offer_channel for win7 and beyond (Jason Wang) [927359] | |
- [virt] hyperv: Update the ring buffer structure to match win8 functionality (Jason Wang) [927359] | |
- [virt] hyperv: Support handling multiple VMBUS versions (Jason Wang) [927359] | |
- [virt] hyperv: Get rid of hv_get_ringbuffer_interrupt_mask() (Jason Wang) [927359] | |
- [virt] hyperv: Optimize the signaling on the write path (Jason Wang) [927359] | |
- [virt] hyperv: Optimize signaling in the read path (Jason Wang) [927359] | |
- [virt] hyperv: Turn off batched reading for util drivers (Jason Wang) [927359] | |
- [virt] hyperv: Add state to manage batched reading (Jason Wang) [927359] | |
- [virt] hyperv: Implement routines for read side signaling optimization (Jason Wang) [927359] | |
- [virt] hyperv/hv_balloon: remove duplicated include from hv_balloon.c (Jason Wang) [927359] | |
- [virt] hyperv/hv_balloon: mark a function static (Jason Wang) [927359] | |
- [virt] hyperv: remove unused variable from channel_mgmt.c (Jason Wang) [927359] | |
- [usb] make the usbfs memory limit configurable (Gopal) [970457] | |
- [powerpc] PERF_EVENT_IOC_ENABLE does not reenable event (Steve Best) [986077] | |
- [trace] sched: Add tracepoint for accounting blocked time (Michal Schmidt) [596098] | |
- [kernel] kexec: export PG_hwpoison flag into vmcoreinfo (Vivek Goyal) [975267] | |
- [base] core: Don't remove kobjects in device_shutdown (Mateusz Guzik) [972831] | |
- [s390] kernel: add support for physical memory > 4TB (Hendrik Brueckner) [913220] | |
- [kernel] time: enable clocksource watchdog for tsc and kvm guest (Marcelo Tosatti) [873659] | |
- [acpi] Rework acpi_get_child() to be more efficient (Tony Camuso) [907241] | |
- [netdrv] pch_gbe: fix ip_summed checksum reporting on rx (Veaceslav Falico) [877556] | |
* Fri Jul 26 2013 Rafael Aquini <[email protected]> [2.6.32-402.el6] | |
- [wireless] iwlwifi: bump required firmware API version for 3160/7260 (Stanislaw Gruszka) [842846 916050] | |
- [wireless] iwlwifi: adjust firmware D3 configuration API (Stanislaw Gruszka) [842846 916050] | |
- [wireless] iwlwifi: support BSS only (Stanislaw Gruszka) [842846 916050] | |
- [wireless] leds: merge net/mac80211/leds-compat.* to drivers/leds (Stanislaw Gruszka) [882300] | |
- [wireless] Update rndis_wlan driver to compile with new wireless stack (Stanislaw Gruszka) [882300] | |
- [wireless] Update at76c50x driver to compile with new wireless stack (Stanislaw Gruszka) [882300] | |
- [wireless] Update adm8211 driver to compile with new wireless stack (Stanislaw Gruszka) [882300] | |
- [wireless] Update zd1211rw driver to compile with new wireless stack (Stanislaw Gruszka) [882300] | |
- [wireless] Update brcmsmac driver to compile with new wireless stack (Stanislaw Gruszka) [882300] | |
- [wireless] Backport ti drivers from linux 3.10 (Stanislaw Gruszka) [882300] | |
- [wireless] Backport mwl8k driver from linux 3.10 (Stanislaw Gruszka) [882300] | |
- [wireless] Backport mac80211_hwsim driver from linux 3.10 (Stanislaw Gruszka) [882300] | |
- [wireless] Backport libertas_tf driver from linux 3.10 (Stanislaw Gruszka) [882300] | |
- [wireless] Backport orinoco driver from linux 3.10 (Stanislaw Gruszka) [882300] | |
- [wireless] Backport hostap driver from linux 3.10 (Stanislaw Gruszka) [882300] | |
- [wireless] Backport rtl818x driver from linux 3.10 (Stanislaw Gruszka) [882300] | |
- [wireless] Backport b43legacy driver from linux 3.10 (Stanislaw Gruszka) [882300] | |
- [wireless] Backport b43 driver from linux 3.10 (Stanislaw Gruszka) [882300] | |
- [wireless] Backport p54 driver from linux 3.10 (Stanislaw Gruszka) [882300] | |
- [wireless] Backport rt2x00 driver from linux 3.10 (Stanislaw Gruszka) [882300] | |
- [firwmare] add htc_7010.fw and htc_9271.fw (Stanislaw Gruszka) [955782] | |
- [firmware] add carl9170fw (Stanislaw Gruszka) [882300] | |
- [wireless] Backport carl9170 driver from linux 3.10 (Stanislaw Gruszka) [882300] | |
- [wireless] Backport ath5k/ath9k drivers from linux 3.10 (Stanislaw Gruszka) [882300] | |
- [wireless] Remove iwmc3200wifi driver (Stanislaw Gruszka) [882300] | |
- [wireless] Backport iwlegacy driver from linux 3.10 (Stanislaw Gruszka) [882300] | |
- [firmware] iwlwifi: add firmware for 7260 / 3160 devices (Stanislaw Gruszka) [842847 916051] | |
- [wireless] Backport iwlwifi driver from linux 3.10 (Stanislaw Gruszka) [842846 882300 916050 954239] | |
- [net] Backport mac80211 from linux 3.10 (Stanislaw Gruszka) [882300] | |
- [wireless] Backport wireless core from linux 3.10 (Stanislaw Gruszka) [882300] | |
- [net] export unregister_netdevice_many symbol (Stanislaw Gruszka) [882300] | |
- [kernel] driver core: add module_platform_driver (Stanislaw Gruszka) [882300] | |
- [pcmcia] introduce helper for pcmcia_driver module boilerplate (Stanislaw Gruszka) [882300] | |
- [net] add GENLMSG_DEFAULT_SIZE to RHEL6 (Stanislaw Gruszka) [882300] | |
- [fs] procfs: add PDE_DATA (Stanislaw Gruszka) [882300] | |
- [netdrv] add netdev_continue_rcu (Stanislaw Gruszka) [882300] | |
- [kernel] driver core: create lock/unlock functions for struct device (Stanislaw Gruszka) [882300] | |
- [input] add KEY_WPS_BUTTON definition (Stanislaw Gruszka) [882300] | |
- [pci] add PCI_EXP_LNKCTL_ASPM_L1 and PCI_EXP_LNKCTL_ASPM_L0S (Stanislaw Gruszka) [882300] | |
- [net] add mac_pton() (Stanislaw Gruszka) [882300] | |
- [net] etherdevice.h: Add is_unicast_ether_addr function (Stanislaw Gruszka) [882300] | |
- [net] etherdevice: introduce eth_broadcast_addr (Stanislaw Gruszka) [882300] | |
- [net] add netdev_features_t (Stanislaw Gruszka) [882300] | |
- [kconfig] Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE() (Stanislaw Gruszka) [882300] | |
- [net] netlink: advertise incomplete dumps (Stanislaw Gruszka) [882300] | |
- [net] netlink: add signed types (Stanislaw Gruszka) [882300] | |
- [net] add ETH_P_802_3_MIN (Stanislaw Gruszka) [882300] | |
- [kernel] workqueue: add work_busy() (Stanislaw Gruszka) [882300] | |
- [firmware] Update Broadcom wifi 4313 smac firware to version 610.812 (John Green) [965253] | |
- [wireless] brcmsmac: request firmware in .start() callback (John Green) [757944] | |
- [wireless] Revert: brcmsmac: support 4313iPA (John Green) [757944] | |
- [bcma] init spin lock (John Green) [757944] | |
- [wireless] brcmsmac: Remove unnecessary memset casts (John Green) [757944] | |
- [wireless] brcmsmac: Downgrade d11hdrs_mac80211 error messages to warnings (John Green) [757944] | |
- [wireless] brcmsmac: fix brcms_c_country_valid() (John Green) [757944] | |
- [wireless] brcmsmac: avoid 512 byte stack variable (John Green) [757944] | |
- [wireless] brcmsmac: fix u16 overflow warning (John Green) [757944] | |
- [wireless] brcmsmac: rework of mac80211 .flush() callback operation (John Green) [757944] | |
- [bcma] unregister gpios before unloading bcma (John Green) [757944] | |
- [mtd] bcm47xxsflash: add own struct for abstracting bus type (John Green) [757944] | |
- [bcma] cc: fix (and rename) define of NAND flash type (John Green) [757944] | |
- [bcma] Xflash: reorder includes to make pr_fmt work (John Green) [757944] | |
- [bcma] register platform device for parallel flash (John Green) [757944] | |
- [bcma] fix NAND flash validation (John Green) [757944] | |
- [wireless] brcmsmac: fix tx status processing (John Green) [757944] | |
- [bcma] use consistent case for 'hex' constants (John Green) [757944] | |
- [bcma] add support for 1 and 2 byte extended config space access (John Green) [757944] | |
- [bcma] don't map/unmap a subset of the PCI config space (John Green) [757944] | |
- [bcma] jump to 'out' label for invalid 'func' value (John Green) [757944] | |
- [bcma] update pci configuration for bcm4706/bcm4716 (John Green) [757944] | |
- [bcma] mips: rename oldirqflag to irqinitmask (John Green) [757944] | |
- [bcma] mips: remove assigned_irqs from structure (John Green) [757944] | |
- [bcma] mips: show also disabled IRQs (John Green) [757944] | |
- [bcma] mips: make some info messages debug messages (John Green) [757944] | |
- [bcma] mips: explicit assign IRQ numbers (John Green) [757944] | |
- [bcma] make bcma_find_core_unit() accessible (John Green) [757944] | |
- [wireless] brcmsmac: remove dead code (John Green) [757944] | |
- [wireless] brcmsmac: allow user-space setting of interface address (John Green) [757944] | |
- [wireless] brcmsmac: use perimeter lock in add_interface() callback (John Green) [757944] | |
- [wireless] brcmsmac: increase timer reference count for new timers only (John Green) [757944] | |
- [wireless] brcmsmac: initialize morepending in brcms_b_recv() (John Green) [757944] | |
- [bcma] remove __dev* attributes (John Green) [757944] | |
- [wireless] brcmsmac: add copyright information for Canonical (John Green) [757944] | |
- [bcma] correct M25P32 serial flash ID (John Green) [757944] | |
- [bcma] BCMA_DRIVER_GPIO should depend on GPIOLIB instead of selecting it (John Green) [757944] | |
- [bcma] mips: fix clearing device IRQ (John Green) [757944] | |
- [wireless] brcmsmac: add support for BCM43224 with PCI id of 14e4:a8d8 (John Green) [757944] | |
- [wireless] brcmsmac: do a read after the write of the objmem on broken PCIe controllers (John Green) [757944] | |
- [bcma] unify naming schema for clock functions (John Green) [757944] | |
- [wireless] brcmsmac: add support for cores with revision 17 (John Green) [757944] | |
- [wireless] brcmsmac: fix uninitialized variable warning on arm architecture (John Green) [757944] | |
- [wireless] brcm80211: remove __dev* attributes (John Green) [757944] | |
- [bcma] add methods for watchdog driver (John Green) [757944] | |
- [bcma] set the pmu watchdog if available (John Green) [757944] | |
- [bcma] add bcma_chipco_alp_clock (John Green) [757944] | |
- [wireless] brcmsmac: remove duplicated include from debug.c (John Green) [757944] | |
- [bcma] add common header for watchdog (John Green) [757944] | |
- [wireless] brcmsmac: Fix possible NULL pointer dereference in _dma_ctrlflags() (John Green) [757944] | |
- [wireless] brcmsmac: support 4313iPA (John Green) [757944] | |
- [wireless] brcmsmac: move PHY functions (John Green) [757944] | |
- [wireless] brcmsmac: hardware info in debugfs (John Green) [757944] | |
- [wireless] brcmsmac: fix bounds checking in tx/rx (John Green) [757944] | |
- [wireless] brcmsmac: cleanup in isr code (John Green) [757944] | |
- [wireless] brcmsmac: handle packet drop during transmit correctly (John Green) [757944] | |
- [bcma] handle return value of pci_assign_resource (John Green) [757944] | |
- [bcma] add more package IDs (John Green) [757944] | |
- [wireless] brcmsmac: Add __printf verification to logging prototypes (John Green) [757944] | |
- [bcma] export PLL reading function (John Green) [757944] | |
- [bcma] add GPIO driver (John Green) [757944] | |
- [bcma] add comment to bcma_chipco_gpio_control (John Green) [757944] | |
- [bcma] add bcma_chipco_gpio_pullup and bcma_chipco_gpio_pulldown (John Green) [757944] | |
- [bcma] add locking around GPIO register accesses (John Green) [757944] | |
- [wireless] brcmsmac: Remove stray argument from debug macro (John Green) [757944] | |
- [wireless] brcmsmac: Remove unused wlc_prio2prec_map and _BRCMS_PREC_* constants (John Green) [757944] | |
- [wireless] brcmsmac: Remove some noisy and uninformative debug messages (John Green) [757944] | |
- [wireless] brcmsmac: Add tracepoint for AMPDU session information (John Green) [757944] | |
- [wireless] brcmsmac: Add tracepoint for macintstatus (John Green) [757944] | |
- [wireless] brcmsmac: Improve tx trace and debug support (John Green) [757944] | |
- [wireless] brcmsmac: Add brcms_dbg_ht() debug macro (John Green) [757944] | |
- [wireless] brcmsmac: Add brcms_dbg_dma() debug macro (John Green) [757944] | |
- [wireless] brcmsmac: Add brcms_dbg_int() debug macro (John Green) [757944] | |
- [wireless] brcmsmac: Add rx and tx debug macros (John Green) [757944] | |
- [wireless] brcmsmac: Add brcms_dbg_mac80211() debug macro (John Green) [757944] | |
- [wireless] brcmsmac: Use debug macros for general error and debug statements (John Green) [757944] | |
- [wireless] brcmsmac: Add support for writing debug messages to the trace buffer (John Green) [757944] | |
- [wireless] brcmsmac: Add module parameter for setting the debug level (John Green) [757944] | |
- [wireless] brcm80211: Convert log message levels to debug levels (John Green) [757944] | |
- [wireless] brcm80211: Allow trace support to be enabled separately from debug (John Green) [757944] | |
- [wireless] brcmsmac: Reduce number of entries in tx DMA rings (John Green) [757944] | |
- [wireless] brcmsmac: Use correct descriptor count when calculating next rx descriptor (John Green) [757944] | |
- [wireless] brcmsmac: Remove internal tx queue (John Green) [757944] | |
- [wireless] brcmsmac: Use IEEE 802.11 AC levels for pktq precedence levels (John Green) [757944] | |
- [wireless] brcmsmac: Remove unimplemented flow control functions (John Green) [757944] | |
- [wireless] brcmsmac: Add helper function for updating txavail count (John Green) [757944] | |
- [wireless] brcmsmac: Don't weight AMPDU packets in txfifo (John Green) [757944] | |
- [wireless] brcmsmac: Introduce AMPDU sessions for assembling AMPDUs (John Green) [757944] | |
- [bcma] suspend/resume callbacks should be conditionally compiled on CONFIG_PM_SLEEP (John Green) [757944] | |
- [bcma] do not initialize deactivated PCIe cores (John Green) [757944] | |
- [bcma] add an extra pcie core struct (John Green) [757944] | |
- [bcma] use fallback sprom if sprom on card was not valid (John Green) [757944] | |
- [bcma] add some more flash chips for serial flash (John Green) [757944] | |
- [bcma] extract drv_cc in bcma_core_mips_flash_detect() (John Green) [757944] | |
- [bcma] mark nflash if it is the boot flash (John Green) [757944] | |
- [bcma] add and use constants for the flash windows (John Green) [757944] | |
- [bcma] mark pflash as present when available (John Green) [757944] | |
- [bcma] init sprom struct earlier (John Green) [757944] | |
- [bcma] just do the necessary things in early register on SoCs (John Green) [757944] | |
- [bcma] fix unregistration of cores (John Green) [757944] | |
- [bcma] Convert #include ... to #include <path/...> in kernel system headers (John Green) [757944] | |
- [mtd] bcm47xxsflash: basic read-only driver for BCMA serial flash (John Green) [757944] | |
- [bcma] change delays to follow timers-howto guide (John Green) [757944] | |
- [bcma] handle BCM43227 (John Green) [757944] | |
- [wireless] brcm80211: Remove bogus memcpy in ai_detach (John Green) [757944] | |
- [wireless] brcmsmac: fix mismatch in number of custom regulatory rules (John Green) [757944] | |
- [bcma] don't leak memory for PCIE, MIPS, GBIT cores (John Green) [757944] | |
- [wireless] brcm80211: set interface down on reset (John Green) [757944] | |
- [bcma] detect and register NAND flash device (John Green) [757944] | |
- [bcma] detect and register serial flash device (John Green) [757944] | |
- [wireless] brcmsmac: document firmware dependencies (John Green) [757944] | |
- [bcma] add (mostly) NAND defines (John Green) [757944] | |
- [bcma] make some functions static (John Green) [757944] | |
- [wireless] brcmsmac: use ieee80211_channel_to_frequency (John Green) [757944] | |
- [bcma] BCM43228 support (John Green) [757944] | |
- [bcma] fix invalid PMU chip control masks (John Green) [757944] | |
- [bcma] add missing iounmap on error path (John Green) [757944] | |
- [bcma] fix regression in interrupt assignment on mips (John Green) [757944] | |
- [bcma] add place for flash memory support (John Green) [757944] | |
- [bcma] cc: update defines (John Green) [757944] | |
- [bcma] add new cores at the end of list (John Green) [757944] | |
- [bcma] add trivial GBIT MAC COMMON driver (John Green) [757944] | |
- [bcma] fix typo reading number of slave wrappers (John Green) [757944] | |
- [bcma] support alternative (BCM4706) ChipCommon core id (John Green) [757944] | |
- [wireless] brcmsmac: restructure info->control.sta handling as it is going to be removed soon (John Green) [757944] | |
- [bcma] add PMU clock support for BCM4706 (John Green) [757944] | |
- [bcma] fix CC driver compilation on MIPS (John Green) [757944] | |
- [wireless] brcmsmac: handle non PCI devices in the phy code (John Green) [757944] | |
- [wireless] brcmsmac: fix read in write_phy_reg (John Green) [757944] | |
- [wireless] brcmsmac: extend brcms_c_chipmatch() to also handle non PCIe devices (John Green) [757944] | |
- [wireless] brcmsmac: fix DMA on SoCs (John Green) [757944] | |
- [wireless] brcmsmac: extend xmtfifo_sz array (John Green) [757944] | |
- [wireless] brcmsmac: add some workarounds for other chips again (John Green) [757944] | |
- [wireless] brcmsmac: add a conditions for core rev 17 again (John Green) [757944] | |
- [wireless] brcmsmac: remove some unnessessacry casts and void pointer (John Green) [757944] | |
- [wireless] brcmsmac: use core id constants from bcma (John Green) [757944] | |
- [wireless] brcmsmac: remove some redundant chip common workarounds (John Green) [757944] | |
- [wireless] brcmsmac: remove si_pmu_spuravoid_pllupdate() (John Green) [757944] | |
- [wireless] brcmsmac: remove si_pmu_init() and si_pmu_res_init() (John Green) [757944] | |
- [wireless] brcmsmac: remove ai_findcore() (John Green) [757944] | |
- [wireless] brcmsmac: use container_of instead of cast (John Green) [757944] | |
- [wireless] brcmsmac: remove ai_get_buscoretype() and ai_get_buscorerev() (John Green) [757944] | |
- [wireless] brcmsmac: remove PCI_FORCEHT() macro (John Green) [757944] | |
- [wireless] brcmsmac: remove PCIE() macro (John Green) [757944] | |
- [bcma] use custom printing functions (John Green) [757944] | |
- [wireless] brcmsmac: fix brcms_c_regd_init() which crashed after 11ad patch (John Green) [757944] | |
- [bcma] add mdelay bcma_pmu_resources_init() (John Green) [757944] | |
- [bcma] add bcma_pmu_spuravoid_pllupdate() (John Green) [757944] | |
- [bcma] remove chip ids doing nothing from PMU initialization (John Green) [757944] | |
- [bcma] remove bcma_pmu_pll_init() and bcma_pmu_swreg_init() (John Green) [757944] | |
- [bcma] complete workaround for BCMA43224 and BCM4313 (John Green) [757944] | |
- [bcma] add PCI ID for BCM43224 (John Green) [757944] | |
- [bcma] remove fix for 4329b0 bad LPOM is detection (John Green) [757944] | |
- [bcma] add constants for chip ids (John Green) [757944] | |
- [bcma] extend workaround for bcm4331 (John Green) [757944] | |
- [bcma] define some additional cores IDs (John Green) [757944] | |
- [wireless] brcmsmac: fix NULL pointer crash in brcms_c_regd_init() (John Green) [757944] | |
- [wireless] brcm80211: use current regulatory domain when checking whether OFDM is allowed (John Green) [757944] | |
- [wireless] brcm80211: don't validate channels against internal regulatory data (John Green) [757944] | |
- [wireless] brcm80211: use mac80211 channel data for tx power limits (John Green) [757944] | |
- [wireless] brcm80211: enable/disable radio on regulatory updates (John Green) [757944] | |
- [wireless] brcm80211: inform mac80211 of the X2 regulatory domain (John Green) [757944] | |
- [wireless] brcm80211: clean up channel.c (John Green) [757944] | |
- [wireless] brcm80211: remove unused code for 40MHz channels (John Green) [757944] | |
- [wireless] brcm80211: always set channel specified by mac80211 (John Green) [757944] | |
- [wireless] brcm80211: don't set up tx power limits during initialization (John Green) [757944] | |
- [wireless] brcmsmac: fix smatch warning found in ampdu.c (John Green) [757944] | |
- [wireless] brcmsmac: remove brcms_set_hint() function (John Green) [757944] | |
- [wireless] brcm80211: fixed checkpatch and sparse warnings (John Green) [757944] | |
- [wireless] brcm80211: Remove casts to same type (John Green) [757944] | |
- [wireless] brcm80211: brcmu_pkt_buf_free_skb() should handle NULL (John Green) [757944] | |
- [wireless] brcm80211: remove an unneeded NULL check (John Green) [757944] | |
- [wireless] brcmsmac: initial backport of brcmsmac wifi driver (John Green) [757944] | |
- [firmware] Add brcmsmac wireless firmware (John Green) [757944] | |
* Tue Jul 23 2013 Rafael Aquini <[email protected]> [2.6.32-401.el6] | |
- [netdrv] e1000e: Release mutex lock only if it has been initially acquired (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup whitespace (Dean Nelson) [923897] | |
- [netdrv] e1000e: panic caused by Rx traffic arriving while interface going down (Dean Nelson) [923897] | |
- [netdrv] e1000e: prevent multiple calls to e1000e_down() and e1000_free_irq() (Dean Nelson) [923897] | |
- [netdrv] e1000e: fix numeric overflow in phc settime method (Dean Nelson) [923897] | |
- [netdrv] e1000e: Add missing dma_mapping_error-call in e1000_alloc_jumbo_rx_buffers (Dean Nelson) [923897] | |
- [netdrv] e1000e: increase driver version number (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup unused defines (Dean Nelson) [923897] | |
- [netdrv] e1000e: add support for LTR on I217/I218 (Dean Nelson) [923897] | |
- [netdrv] e1000e: EEE capability advertisement not set/disabled as required (Dean Nelson) [923897] | |
- [netdrv] e1000e: long access timeouts when I217/I218 MAC and PHY are out of sync (Dean Nelson) [923897] | |
- [netdrv] e1000e: fix LED blink logic for designs with LEDs driven by cathode (Dean Nelson) [923897] | |
- [netdrv] e1000e: slow performance between two 82579 connected via 10Mbit hub (Dean Nelson) [923897] | |
- [netdrv] e1000e: additional error handling on PHY register accesses (Dean Nelson) [923897] | |
- [netdrv] e1000e: workaround DMA unit hang on I218 (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup - move defines to appropriate header file (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup format of struct e1000_opt_list struct (Dean Nelson) [923897] | |
- [netdrv] e1000e: fix scheduling while atomic bug (Dean Nelson) [923897] | |
- [netdrv] e1000e: fix scheduling while atomic bugs (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup USLEEP_RANGE checkpatch checks (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup unnecessary line breaks (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup formatting of static structs (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup unusually placed comments (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup (add/remove) blank lines where appropriate (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup SPACING checkpatch checks (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup LEADING_SPACE checkpatch warnings (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup LONG_LINE checkpatch warnings (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup SPACING checkpatch errors and warnings (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup CODE_INDENT checkpatch errors (Dean Nelson) [923897] | |
- [netdrv] e1000e: display a warning message when SmartSpeed works (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup checkpatch braces checks (Dean Nelson) [923897] | |
- [netdrv] e1000e: convert enums of register offsets and move #defines to regs.h (Dean Nelson) [923897] | |
- [netdrv] e1000e: cosmetic move of #defines and prototypes to the new manage.h (Dean Nelson) [923897] | |
- [netdrv] e1000e: cosmetic move of #defines and function prototypes to the new nvm.h (Dean Nelson) [923897] | |
- [netdrv] e1000e: cosmetic move of #defines and function prototypes to the new phy.h (Dean Nelson) [923897] | |
- [netdrv] e1000e: cosmetic move of function prototypes to the new mac.h (Dean Nelson) [923897] | |
- [netdrv] e1000e: cosmetic move of #defines and prototypes to the new ich8lan.h (Dean Nelson) [923897] | |
- [netdrv] e1000e: cosmetic move of #defines to the new 80003es2lan.h (Dean Nelson) [923897] | |
- [netdrv] e1000e: cosmetic move of #defines and prototypes to the new 82571.h (Dean Nelson) [923897] | |
- [netdrv] e1000e: use generic IEEE MII definitions (Dean Nelson) [923897] | |
- [netdrv] e1000e: resolve -Wunused-parameter compile warnings (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup some whitespace and indentation issues (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup: group OR'ed bit settings with parens (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup defines.h (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup: remove comments which are no longer applicable (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup hw.h (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup: remove unused #define (Dean Nelson) [923897] | |
- [netdrv] e1000e: adjust PM QoS request (Dean Nelson) [923897] | |
- [netdrv] e1000e: correct maximum frame size on 82579 (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup: remove e1000e_commit_phy() (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup: remove e1000_get_cable_length() (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup: remove e1000_get_phy_cfg_done() (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup: rename e1000_get_cfg_done() (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup: remove e1000_force_speed_duplex() (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup: remove e1000_set_d0_lplu_state() (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup: do not assign a variable a value when not necessary (Dean Nelson) [923897] | |
- [netdrv] e1000e: do not ignore variables which get set a value (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup: remove unnecessary function prototypes (Dean Nelson) [923897] | |
- [netdrv] e1000e: remove definition of struct which is no longer used (Dean Nelson) [923897] | |
- [netdrv] e1000e: fix PHY init workarounds for i217/i218 (Dean Nelson) [923897] | |
- [netdrv] e1000e: correct maximum frame size on i217/i218 (Dean Nelson) [923897] | |
- [netdrv] e1000e: update copyright date (Dean Nelson) [923897] | |
- [netdrv] e1000e: remove prototype of non-existent function (Dean Nelson) [923897] | |
- [netdrv] e1000e: prevent hardware from automatically configuring PHY on I217/I218 (Dean Nelson) [923897] | |
- [netdrv] e1000e: enable ECC on I217/I218 to catch packet buffer memory errors (Dean Nelson) [923897] | |
- [netdrv] e1000e: add support for IEEE-1588 PTP (Dean Nelson) [923897] | |
- [netdrv] e1000e: fix flow-control thresholds for jumbo frames on 82579/I217/I218 (Dean Nelson) [923897] | |
- [netdrv] e1000e: fix ethtool offline register test for I217 (Dean Nelson) [923897] | |
- [netdrv] e1000e: add support for hardware timestamping on some devices (Dean Nelson) [923897] | |
- [netdrv] e1000e: add ethtool .get_eee/.set_eee (Dean Nelson) [923897] | |
- [netdrv] e1000e: merge multiple conditional statements into one (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup code duplication (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup magic number (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup unnecessary line wrap (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup unusual comment placement (Dean Nelson) [923897] | |
- [netdrv] e1000e: resolve checkpatch PREFER_PR_LEVEL warning (Dean Nelson) [923897] | |
- [netdrv] e1000e: add missing bailout on error (Dean Nelson) [923897] | |
- [netdrv] e1000e: unexpected "Reset adapter" message when cable pulled (Dean Nelson) [923897] | |
- [netdrv] e1000e: fix enabling of EEE on 82579 and I217 (Dean Nelson) [923897] | |
- [netdrv] e1000e: 82577: workaround for link drop issue (Dean Nelson) [923897] | |
- [netdrv] e1000e: helper functions for accessing EMI registers (Dean Nelson) [923897] | |
- [netdrv] e1000e: Invalid Image CSUM bit changed for I217 (Dean Nelson) [923897] | |
- [netdrv] e1000e: Acquire/release semaphore when writing each EEPROM page (Dean Nelson) [923897] | |
- [netdrv] e1000e: SerDes autoneg flow control (Dean Nelson) [923897] | |
- [netdrv] e1000e: cosmetic cleanup of comments (Dean Nelson) [923897] | |
- [netdrv] e1000e: Minimum packet size must be 17 bytes (Dean Nelson) [923897] | |
- [netdrv] e1000e: Change wthresh to 1 to avoid possible Tx stalls (Dean Nelson) [923897] | |
- [netdrv] e1000e: add transmit timestamping support (Dean Nelson) [923897] | |
- [netdrv] e1000e: cleanup e1000_set_phys_id (Dean Nelson) [923897] | |
- [netdrv] e1000e: implement ethtool set_phys_id (Dean Nelson) [923897] | |
- [bluetooth] L2CAP - Fix info leak via getsockname() (Jacob Tanenbaum) [922418] {CVE-2012-6544} | |
- [bluetooth] HCI - Fix info leak in getsockopt() (Jacob Tanenbaum) [922418] {CVE-2012-6544} | |
- [netdrv] igbvf: be sane about random MAC addresses (Stefan Assmann) [870635] | |
- [net] mii: Remove references to DP83840 PHY in mii.h (Nikolay Aleksandrov) [856764] | |
- [kernel] err: add a function to cast error-pointers to a return value (Neil Horman) [856764] | |
- [net] etherdevice: introduce help function eth_zero_addr() (Neil Horman) [856764] | |
- [net] mii: Convert spaces to tabs in mii.h (Nikolay Aleksandrov) [856764] | |
- [netdrv] tg3: Wait for boot code to finish after power on (Ivan Vecera) [915516] | |
- [netdrv] tg3: Add read dma workaround for 5720 (Ivan Vecera) [915516] | |
- [netdrv] tg3: remove redundant pm init code (Ivan Vecera) [915516] | |
- [netdrv] tg3: Remove unnecessary lock around tg3_flag_set (Ivan Vecera) [915516] | |
- [netdrv] tg3: Fix misplaced empty line (Ivan Vecera) [915516] | |
- [netdrv] tg3: Use descriptive label names in tg3_start (Ivan Vecera) [915516] | |
- [netdrv] tg3: Make tg3_rings_reset() more concise (Ivan Vecera) [915516] | |
- [netdrv] tg3: Simplify ring control block setup (Ivan Vecera) [915516] | |
- [netdrv] tg3: Split APE driver state change out of boot reset signature update (Ivan Vecera) [915516] | |
- [netdrv] tg3: Update version to 3.132 (Ivan Vecera) [915516] | |
- [netdrv] tg3: Ensure boot code has completed initialization before accessing hardware (Ivan Vecera) [915516] | |
- [netdrv] tg3: Use module_pci_driver to register driver (Ivan Vecera) [915516] | |
- [netdrv] tg3: Implement set/get_eee handlers (Ivan Vecera) [915516] | |
- [netdrv] tg3: Simplify tg3_phy_eee_config_ok() by reusing tg3_eee_pull_config() (Ivan Vecera) [915516] | |
- [netdrv] tg3: Add tg3_eee_pull_config() function (Ivan Vecera) [915516] | |
- [netdrv] tg3: Add ethtool_eee struct and tg3_setup_eee() (Ivan Vecera) [915516] | |
- [netdrv] tg3: Skip powering down function 0 on certain serdes devices (Ivan Vecera) [915516] | |
- [netdrv] tg3: Fix data corruption on 5725 with TSO (Ivan Vecera) [915516] | |
- [netdrv] tg3: fix to append hardware time stamping flags (Ivan Vecera) [915516] | |
- [netdrv] tg3: shows HW time stamping support only if ptp_capable is present (Ivan Vecera) [915516] | |
- [netdrv] tg3: Use bool not int (Ivan Vecera) [915516] | |
- [netdrv] tg3: Update version to 3.131 (Ivan Vecera) [915516] | |
- [netdrv] tg3: Reset the phy to allow modified EEE settings to take effect (Ivan Vecera) [915516] | |
- [netdrv] tg3: Pull the phy advertised speed and flow control settings on driver load (Ivan Vecera) [915516] | |
- [netdrv] tg3: Add support for link flap avoidance (Ivan Vecera) [915516] | |
- [netdrv] tg3: Add SGMII phy support for 5719/5718 serdes (Ivan Vecera) [915516] | |
- [netdrv] tg3: Add tg3_clear_mac_status() common function (Ivan Vecera) [915516] | |
- [netdrv] tg3: Add a warning during link settings change if mgmt enabled (Ivan Vecera) [915516] | |
- [netdrv] tg3: Remove unnecessary phy reset during ethtool commands (Ivan Vecera) [915516] | |
- [netdrv] tg3: Fix NVRAM size detection for the STM45PE20 pinstrap on 5762 devices (Ivan Vecera) [915516] | |
- [netdrv] tg3: Fix flow control settings not propagated to hardware (Ivan Vecera) [915516] | |
- [netdrv] tg3: fix length overflow in VPD firmware parsing (Ivan Vecera) [915516] | |
- [netdrv] tg3: dma_alloc_coherent, use __GFP_ZERO instead of memset() (Ivan Vecera) [915516] | |
- [netdrv] tg3: 5715 does not link up when autoneg off (Ivan Vecera) [915516] | |
- [netdrv] tg3: Update link_up flag for phylib devices (Ivan Vecera) [915516] | |
- [netdrv] tg3: Download 57766 EEE service patch firmware (Ivan Vecera) [915516] | |
- [netdrv] tg3: Enhance firmware download code to support fragmented firmware (Ivan Vecera) [915516] | |
- [netdrv] tg3: Cleanup firmware parsing code (Ivan Vecera) [915516] | |
- [netdrv] tg3: Refactor the 2nd type of cpu pause (Ivan Vecera) [915516] | |
- [netdrv] tg3: Refactor cpu pause/resume code (Ivan Vecera) [915516] | |
- [netdrv] tg3: Add new FW_TSO flag (Ivan Vecera) [915516] | |
- [netdrv] tg3: Use different macros for pci_chip_rev_id accesses (Ivan Vecera) [915516] | |
- [netdrv] tg3: Remove define and single use of GET_CHIP_REV_ID (Ivan Vecera) [915516] | |
- [netdrv] tg3: Update version to 3.130 (Ivan Vecera) [915516] | |
- [netdrv] tg3: Set initial carrier state to off (Ivan Vecera) [915516] | |
- [netdrv] tg3: Fix 5762 NVRAM sizing (Ivan Vecera) [915516] | |
- [netdrv] tg3: Expand EEE support for all 5717 B0 (Ivan Vecera) [915516] | |
- [netdrv] tg3: Add 57766 device support (Ivan Vecera) [915516] | |
- [netdrv] tg3: add support for Ethernet core in bcm4785 (Ivan Vecera) [915516] | |
- [netdrv] tg3: make it possible to provide phy_id in ioctl (Ivan Vecera) [915516] | |
- [netdrv] tg3: Remove unnecessary alloc/OOM messages, alloc cleanups (Ivan Vecera) [915516] | |
- [netdrv] tg3: missing break statement in tg3_get_5720_nvram_info() (Ivan Vecera) [915516] | |
- [netdrv] tg3: Remove CONFIG_HWMON IS_ENABLED() check (Ivan Vecera) [915516] | |
- [netdrv] tg3: Improve PCI function number detection (Ivan Vecera) [915516] | |
- [netdrv] tg3: Add NVRAM support for 5762 (Ivan Vecera) [915516] | |
- [netdrv] tg3: Add support for new 5762 ASIC (Ivan Vecera) [915516] | |
- [netdrv] tg3: Fix sparse warning: constant 0x7fffffffffffffff is so big it is long long (Ivan Vecera) [915516] | |
- [netdrv] tg3: PTP - Enable the timestamping feature in hardware and fill skb tx/rx timestamps (Ivan Vecera) [915516] | |
- [netdrv] tg3: PTP - Add the hardware timestamp ioctl (Ivan Vecera) [915516] | |
- [netdrv] tg3: PTP - Implement the ptp api and ethtool functions (Ivan Vecera) [915516] | |
- [netdrv] tg3: PTP - Add header definitions, initialization and hw access functions (Ivan Vecera) [915516] | |
- [netdrv] tg3: Fix inconsistent locking for tg3_netif_start() (Ivan Vecera) [915516] | |
- [netdrv] tg3: Use tp->rxq_cnt when checking RSS tables (Ivan Vecera) [915516] | |
- [netdrv] tg3: Cleanup hardcoded ethtool test array indexes (Ivan Vecera) [915516] | |
- [netdrv] tg3: Prevent spurious tx timeout by setting carrier off before tx disable (Ivan Vecera) [915516] | |
- [netdrv] tg3: Set 10_100_ONLY flag for additional 10/100 Mbps devices (Ivan Vecera) [915516] | |
- [netdrv] tg3: Call tg3_netif_stop() from tg3_stop() (Ivan Vecera) [915516] | |
- [netdrv] tg3: Support 5717 C0 (Ivan Vecera) [915516] | |
- [netdrv] tg3: Fix sparse warnings (Ivan Vecera) [915516] | |
- [netdrv] tg3: unconditionally select HWMON support when tg3 is enabled (Ivan Vecera) [915516] | |
- [netdrv] tg3: Disable multiple TX rings by default due to hardware flaw (Ivan Vecera) [915516] | |
- [netdrv] tg3: Add support for ethtool -L|-l to get/set the number of rings (Ivan Vecera) [915516] | |
- [netdrv] tg3: Refactor tg3_close() (Ivan Vecera) [915516] | |
- [netdrv] tg3: Refactor tg3_open() (Ivan Vecera) [915516] | |
- [netdrv] tg3: Separate coalescing setup for rx and tx (Ivan Vecera) [915516] | |
- [netdrv] tg3: Allow number of rx and tx rings to be set independently (Ivan Vecera) [915516] | |
- [netdrv] tg3: Introduce separate functions to allocate/free RX/TX rings (Ivan Vecera) [915516] | |
- [netdrv] tg3: Fix single-vector MSI-X code (Ivan Vecera) [915516] | |
- [netdrv] tg3: Make the RSS indir tbl admin configurable (Ivan Vecera) [915516] | |
- [netdrv] tg3: switch to build_skb() infrastructure (Ivan Vecera) [915516] | |
- [netdrv] tg3: Fix EEE debounce timer values (Ivan Vecera) [915516] | |
- [netdrv] tg3: add skb frag size accessors (Ivan Vecera) [915516] | |
- [netdrv] tg3: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map (Ivan Vecera) [915516] | |
- [netdrv] tg3: convert to SKB paged frag API (Ivan Vecera) [915516] | |
- [netdrv] tg3: Reorg tg3_napi members (Ivan Vecera) [915516] | |
- [netdrv] tg3: Fix MII_TG3_DSP_EXP8 offset (Ivan Vecera) [915516] | |
- [netdrv] tg3: Remove tg3_config_info definition (Ivan Vecera) [915516] | |
- [netdrv] tg3: Set real_num_rx_queues for non-multiq devs (Ivan Vecera) [915516] | |
- [netdrv] tg3: Use netif_set_real_num_rx_queues() and netif_set_real_num_tx_queues() (Ivan Vecera) [915516] | |
- [netdrv] tg3: use the DMA state API instead of the pci equivalents (Ivan Vecera) [915516] | |
- [netdrv] tg3: Avoid null pointer dereference in tg3_interrupt in netconsole mode (Ivan Vecera) [887908] | |
- [netdrv] virtio_net: introduce a new control to set macaddr (Amos Kong) [904924] | |
- [net] split eth_mac_addr for better error handling (Amos Kong) [904924] | |
- [netdrv] virtio_net: move virtnet_send_command() above virtnet_set_mac_address() (Amos Kong) [904924] | |
- [netdrv] virtio_net: use IFF_LIVE_ADDR_CHANGE priv_flag (Amos Kong) [904924] | |
- [net] eth: reset addr_assign_type if eth_mac_addr() called (Amos Kong) [904924] | |
- [net] set IFF_LIVE_ADDR_CHANGE to ext_priv_flags (Amos Kong) [904924] | |
- [net] ipvs: fix CHECKSUM_PARTIAL for TCP, UDP (Thomas Graf) [973122] | |
- [net] ethtool: allow enable GRO even if RX csum is disabled (Ivan Vecera) [962460] | |
- [net] bonding: enable gro by default (Ivan Vecera) [962460] | |
- [net] bridge: fix some kernel warning in multicast timer (Amerigo Wang) [952012] | |
- [net] sctp: confirm route during forward progress (Daniel Borkmann) [980053] | |
- [net] bridge: Provide VLAN registration and GRO acceleration for ports (Nikolay Aleksandrov) [858198] | |
* Fri Jul 19 2013 Rafael Aquini <[email protected]> [2.6.32-400.el6] | |
- [netdrv] macvtap: Perform GSO on forwarding path (Vlad Yasevich) [885662] | |
- [netdrv] macvtap: Let TUNSETOFFLOAD actually controll offload features (Vlad Yasevich) [885662] | |
- [netdrv] macvtap: Consistently use rcu functions (Vlad Yasevich) [885662] | |
- [netdrv] macvtap: Convert to using rtnl lock (Vlad Yasevich) [885662] | |
- [powerpc] power8: Fix oprofile and perf (Steve Best) [929283] | |
- [powerpc] POWER8 cputable entry (Steve Best) [929283] | |
- [netdrv] sfc: Fix memory leak when discarding scattered packets (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Remove write permission from phy_type attribute (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Fix IRQ cleanup in case of a probe failure (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Do not pass non-TCP packets into GRO code (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Define and set RX buffer flag for packets parsed as TCP (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Enable accelerated RFS on vlans (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Report software timestamping capabilities (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Increase size of RX SKB header area (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Enable RX checksum offload for packets not handled by GRO (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Fix EEH with legacy interrupts (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Store port number in private data, not net_device::dev_id (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Reduce RX scatter buffer size, and reduce alignment if appropriate (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: fix return value check in efx_ptp_probe_channel() (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Fix naming of MTD partitions for FPGA bitfiles (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: make local functions static (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: pass __GFP_ZERO to dma_alloc_coherent() instead of using memset (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: remove duplicated include from efx.c (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: allocate more RX buffers per page (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Replace efx_rx_is_last_buffer() with a flag (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: reuse pages to avoid DMA mapping/unmapping costs (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Enable RX DMA scattering where possible (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Update RX buffer address together with length (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Explicitly prefetch RX hash prefix, not just Ethernet heade (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Replace efx_rx_buf_eh() with simpler efx_rx_buf_va() (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet() (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Make RX queue descriptor counts unsigned for consistency (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Properly distinguish RX buffer and DMA lengths (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Document current usage of efx_rx_buffer::len and efx_nic::rx_buffer_len (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Add AER and EEH support for Siena (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Disable RSS when using SR-IOV and only 1 RX queue on the PF (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Fix replacement detection in efx_filter_insert_filter() (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Merge efx_filter_search() into efx_filter_insert() (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Don't use efx_filter_ functions for default MAC filters (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Remove redundant parameter to efx_filter_search() (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: More sensible semantics for efx_filter_insert_filter() replace flag (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Remove rx_alloc_method SKB (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Fix Kconfig typo (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Only use TX push if a single descriptor is to be written (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Correct efx_rx_buffer::page_offset when EFX_PAGE_IP_ALIGN != 0 (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Disable soft interrupt handling during efx_device_detach_sync() (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Detach net device when stopping queues for reconfiguration (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Fix efx_rx_buf_offset() in the presence of swiotlb (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Properly sync RX DMA buffer when it is not the last in the page (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Make module parameters really boolean (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Fix timekeeping in efx_mcdi_poll() (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: lock TX queues when calling netif_device_detach() (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Work-around flush timeout when flushes have completed (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Reset driver's MAC stats after MC reboot seen (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Do not initialise buffer in efx_alloc_special_buffer() (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Correctly initialise reset_method in siena_test_chip() (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Remove confusing MMIO functions (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Fix check for failure of MC_CMD_FLUSH_RX_QUEUES (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Delete redundant page_addr variable from efx_init_rx_buffers_page() (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Really disable flow control while flushing (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Fix byte order warning in self-test (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Fix byte order warnings for ethtool RX filter interface (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: use standard _bit_le() functions (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Fix loopback self-test with separate_tx_channels=1 (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Fix MCDI structure field lookup (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Add parentheses around use of bitfield macro arguments (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Avoid generating over-length MC_CMD_FLUSH_RX_QUEUES request (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Bump version to 3.2 (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Support variable-length response to MCDI GET_BOARD_CFG (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Convert firmware subtypes to native byte order in efx_mcdi_get_board_cfg() (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Fix reporting of IPv4 full filters through ethtool (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Assign efx and efx->type as early as possible in efx_pci_probe() (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Remove bogus comment about MTU change and RX buffer overrun (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Remove overly paranoid locking assertions from netdev operations (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Fix reset vs probe/remove/PM races involving efx_nic::state (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Improve log messages in case we abort probe due to a pending reset (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Never try to stop and start a NIC that is disabled (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Hold RTNL lock only when calling efx_stop_interrupts() (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Keep disabled NICs quiescent during suspend/resume (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Hold the RTNL lock for more of the suspend/resume cycle (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Change state names to be clearer, and comment them (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Stash header offsets for TSO in struct tso_state (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Replace tso_state::full_packet_space with ip_base_len (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Simplify TSO header buffer allocation (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Stop TX queues before they fill up (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Refactor struct efx_tx_buffer to use a flags field (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: initialize dynamic sysfs attributes for lockdep (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Correct some comments on enum reset_type (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Fix interface statistics running backward (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Disable VF queues during register self-test (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Explain why efx_mcdi_exit_assertion() ignores result of efx_mcdi_rpc() (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Use dev_kfree_skb() in efx_end_loopback() (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Use strlcpy() to copy ethtool stats names (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Stop changing header offsets on TX (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Remove dead write to tso_state::packet_space (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Use generic DMA API, not PCI-DMA API (Nikolay Aleksandrov) [953929] | |
- [netdrv] Fix non-kernel-doc comments with kernel-doc start markers (Nikolay Aleksandrov) [953929] | |
- [netdrv] Fix kernel-doc comments for various functions (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Implement module EEPROM access for SFE4002 and SFN4112F (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Added support for new ethtool APIs for obtaining module eeprom (Nikolay Aleksandrov) [953929] | |
- [netdrv] sfc: Fix mapping of reset reasons and flags to methods (Nikolay Aleksandrov) [953929] | |
* Wed Jul 17 2013 Rafael Aquini <[email protected]> [2.6.32-399.el6] | |
- [mm] transparent hugepage core changes related to MADV_HUGEPAGE/MADV_NOHUGEPAGE (Larry Woodman) [891857] | |
- [mm] thp: define MADV_NOHUGEPAGE (Larry Woodman) [891857] | |
- [mm] thp: define MADV_HUGEPAGE (Larry Woodman) [891857] | |
- [mm] thp: Add madvise MADV_NOHUGEPAGE (Larry Woodman) [891857] | |
- [mm] thp: Add madvise MADV_HUGEPAGE (Larry Woodman) [891857] | |
- [net] tuntap: initialize vlan_features (Vlad Yasevich) [951458] | |
- [net] netlink_dump: fix locking regression in error path (Daniel Borkmann) [982108] | |
- [net] ip6_fib: Various cleanups (Jiri Pirko) [958215] | |
- [net] ip6_fib: return errno pointers consistently for fib6_add_1() (Jiri Pirko) [958215] | |
- [net] ip6_fib: fix return value check in fib6_add() (Jiri Pirko) [958215] | |
- [net] ip6_fib/ip6_route: Standardize prefixes for message logging (Jiri Pirko) [958215] | |
- [net] ip6_fib: Use pr_warn() (Jiri Pirko) [958215] | |
- [net] ip6_fib: Fix a crash when trying to replace non existing route (Jiri Pirko) [958215] | |
- [net] ip6_fib: Removing unnecessary NULL checks (Jiri Pirko) [958215] | |
- [net] ip6_fib: add NLM_F_* flag support for route (Jiri Pirko) [958215] | |
- [net] ip6_route: Various cleanups (Jiri Pirko) [958215] | |
- [net] ip6_route: add support for NLM_F_* flags (Jiri Pirko) [958215] | |
- [net] af_key: fix info leaks in notify messages (Jiri Benc) [981004] {CVE-2013-2234} | |
- [net] af_key: initialize satype in key_notify_policy_flush() (Thomas Graf) [981227] {CVE-2013-2237} | |
- [net] ipv4: ipmr_expire_timer causes crash when removing net namespace (Amerigo Wang) [972573] | |
- [net] ipv6: ip6_sk_dst_check() must not assume ipv6 dst (Jiri Pirko) [981559] {CVE-2013-2232} | |
- [net] ipv6: remove old token ipv6 address as soon as possible (Daniel Borkmann) [876634] | |
- [net] ipv6: check return value of ipv6_get_lladdr (Daniel Borkmann) [876634] | |
- [net] ipv6: don't call addrconf_dst_alloc again when enable lo (Jiri Benc) [744655] | |
- [net] rps: Ensure that an expired hardware filter can be re-added later (Daniel Borkmann) [893177] | |
- [crypto] algboss: Hold ref count on larval (Daniel Borkmann) [889992] | |
- [net] sctp: fix NULL pointer dereference in socket destruction (Daniel Borkmann) [889992] | |
- [net] Use separate workqueue for linkwatch events (Jan Vesely) [783615] | |
* Thu Jul 11 2013 Rafael Aquini <[email protected]> [2.6.32-398.el6] | |
- [x86] Revert: Allow greater than 1TB of RAM on AMD x86_64 sytems (Larry Woodman) [970735] | |
- [x86] Revert: Prevent panic in init_memory_mapping() when booting more than 1TB on AMD systems (Larry Woodman) [970735] | |
- [scsi] megaraid_sas: Changelog and driver version update (Tomas Henzl) [949084] | |
- [scsi] megaraid_sas: Add support to differentiate between iMR vs MR Firmware (Tomas Henzl) [949084] | |
- [scsi] megaraid_sas: Add support for Uneven Span PRL11 (Tomas Henzl) [949084] | |
- [scsi] megaraid_sas: Add support for Extended MSI-x vectors for 12Gb/s controller (Tomas Henzl) [949084] | |
- [scsi] megaraid_sas: Set IoFlags to enable Fast Path for JBODs for 12 Gb/s controllers (Tomas Henzl) [949084] | |
- [scsi] megaraid_sas: Add support to display Customer branding details in syslog (Tomas Henzl) [949084] | |
- [scsi] megaraid_sas: Add support for MegaRAID Fury (device ID-0x005f) 12Gb/s controllers (Tomas Henzl) [949084] | |
- [scsi] megaraid_sas: Set IO request timeout value provided by OS timeout for Tape devices (Tomas Henzl) [949084] | |
- [scsi] megaraid_sas: Free event detail memory without device ID check (Tomas Henzl) [949084] | |
- [scsi] megaraid_sas: Update balance count in driver to be in sync of firmware (Tomas Henzl) [949084] | |
- [scsi] megaraid_sas: Fix the interrupt mask for Gen2 controller (Tomas Henzl) [949084] | |
- [scsi] megaraid_sas: Return DID_ERROR for SCSI IO, when controller is in critical h/w error (Tomas Henzl) [949084] | |
- [scsi] megaraid_sas: Version and Changelog update (Tomas Henzl) [949084] | |
- [scsi] megaraid_sas: Dont load DevHandle unless FastPath enabled (Tomas Henzl) [949084] | |
- [scsi] megaraid_sas: Add 4k FastPath DIF support (Tomas Henzl) [949084] | |
- [scsi] mpt2sas: Bump driver vesion to v15.100.00.00 (Tomas Henzl) [947078] | |
- [scsi] mpt2sas: fix for unused variable 'event_data' warning (Tomas Henzl) [947078] | |
- [scsi] mpt2sas: Fix for device scan following host reset could get stuck in a infinite loop (Tomas Henzl) [947078] | |
- [scsi] mpt2sas: Fix for issue Missing delay not getting set during system bootup (Tomas Henzl) [947078] | |
- [scsi] mpt2sas: MPI2 Rev W (2.00.15) specification (Tomas Henzl) [947078] | |
- [scsi] mpt2sas: Calulate the Reply post queue depth calculation as per the MPI spec (Tomas Henzl) [947078] | |
- [scsi] mpt2sas: fix firmware failure with wrong task attribute (Tomas Henzl) [947078] | |
- [scsi] mpt2sas: Update the timing requirements for issuing a Hard Reset (Tomas Henzl) [947078] | |
- [scsi] mpt2sas: update version string to 14.101.00.01 (Tomas Henzl) [947078] | |
- [scsi] mpt2sas: Add support for OEM specific controller (Tomas Henzl) [947078] | |
- [scsi] mpt2sas: Add a module parameter that permits overriding protection capabilities (Tomas Henzl) [947078] | |
- [scsi] mpt2sas: Return the correct sense key for DIF errors (Tomas Henzl) [947078] | |
- [scsi] mpt2sas: fix double mutex lock in NON_BLOCKING state (Tomas Henzl) [947078] | |
- [scsi] mpt2sas: Fix for issue - Unable to boot from the drive connected to HBA (Tomas Henzl) [947078] | |
- [scsi] mpt2sas: Fix for With post diag reset same set of device gets added, removed and then again gets added with new target ids (Tomas Henzl) [947078] | |
- [scsi] mpt2sas: Fix for staged device discovery functionality of driver not working (Tomas Henzl) [947078] | |
- [scsi] mpt2sas : MPI 2.0 Rev V(2.0.14) specification (Tomas Henzl) [947078] | |
- [scsi] mpt2sas: minor fix to follow upstream (Tomas Henzl) [947078] | |
- [scsi] mpt2sas: Provide sysfs attribute to report Backup Rail Monitor Status (Tomas Henzl) [947078] | |
- [scsi] mpt2sas: To include more Intel Branding (Tomas Henzl) [947078] | |
- [scsi] mpt2sas: 2012 source code copyright (Tomas Henzl) [947078] | |
- [scsi] mpt2sas: Fix for Driver oops, when loading driver with max_queue_depth command line option to a very small value (Tomas Henzl) [947078] | |
- [scsi] mpt2sas: Fix unsafe using smp_processor_id() in preemptible (Tomas Henzl) [947078] | |
- [scsi] mpt2sas: move the scsi_host_put to the right place (Tomas Henzl) [947078] | |
* Wed Jul 10 2013 Jarod Wilson <[email protected]> [2.6.32-397.el6] | |
- [ata] ahci: Add Device IDs for Intel Wellsburg PCH RAID mode (John Villalovos) [922969] | |
- [i2c] i801: Add Device IDs for Intel Wellsburg PCH (John Villalovos) [922969] | |
- [ata] ahci: Add Device IDs for Intel Wellsburg PCH AHCI mode (John Villalovos) [922969] | |
- [sound] hda_intel: Add Device IDs for Intel Wellsburg PCH (John Villalovos) [922969] | |
- [ata] ata_piix: Add Device IDs for Intel Wellsburg PCH (John Villalovos) [922969] | |
- [usb] uhci: fix for suspend of virtual HP controller (Gopal) [960026] | |
- [usb] uhci: Remove PCI dependencies from uhci-hub (Gopal) [960026] | |
- [scsi] st: add MTWEOFI to write filemarks without flushing drive buffer (Jan Vesely) [888903] | |
- [mm] reinstate the first-fit scheme for arch_get_unmapped_area_topdown() (Rafael Aquini) [980273] | |
- [netdrv] tg3: Prevent system hang during repeated EEH errors (Ivan Vecera) [973209] | |
- [netdrv] bnx2x: Change MDIO clock settings (Michal Schmidt) [901747] | |
- [scsi] aacraid: Dual firmware support (Rich Bono) [924346] | |
- [scsi] aacraid: 1024 max outstanding command support for Series 7 and above (Rich Bono) [903799 952342] | |
- [scsi] iscsi_tcp: increase max_lun to ~0, don't care (Jan Vesely) [588679] | |
- [scsi] st: Take additional queue ref in st_probe (Tomas Henzl) [927988] | |
* Mon Jul 08 2013 Jarod Wilson <[email protected]> [2.6.32-396.el6] | |
- [mm] block: optionally snapshot page contents to provide stable pages during write (Rafael Aquini) [951937] | |
- [mm] only enforce stable page writes if the backing device requires it (Rafael Aquini) [951937] | |
- [mm] bdi: allow block devices to say that they require stable page writes (Rafael Aquini) [951937] | |
- [mm] fix writeback_in_progress() (Rafael Aquini) [951937] | |
- [mm] ksm: unfolding of ksm_drop_anon_vma and hold_anon_vma functions (Petr Holasek) [947944] | |
- [mm] ksm: allocate roots when needed (Petr Holasek) [947944] | |
- [mm] ksm: swapoff might need to copy (Petr Holasek) [947944] | |
- [mm] ksm: FOLL_MIGRATION do migration_entry_wait (Petr Holasek) [947944] | |
- [mm] ksm: shrink 32-bit rmap_item back to 32 bytes (Petr Holasek) [947944] | |
- [mm] ksm: treat unstable nid like in stable tree (Petr Holasek) [947944] | |
- [mm] ksm: add some comments (Petr Holasek) [947944] | |
- [mm] ksm: stop hotremove lockdep warning (Petr Holasek) [947944] | |
- [mm] ksm: enable KSM page migration (Petr Holasek) [947944] | |
- [mm] ksm: make !merge_across_nodes migration safe (Petr Holasek) [947944] | |
- [mm] ksm: make KSM page migration possible (Petr Holasek) [947944] | |
- [mm] ksm: remove old stable nodes more thoroughly (Petr Holasek) [947944] | |
- [mm] ksm: get_ksm_page locked (Petr Holasek) [947944] | |
- [mm] ksm: reorganize ksm_check_stable_tree (Petr Holasek) [947944] | |
- [mm] ksm: trivial tidyups (Petr Holasek) [947944] | |
- [mm] ksm: add sysfs ABI Documentation (Petr Holasek) [947944] | |
- [mm] ksm: allow trees per NUMA node (Petr Holasek) [947944] | |
- [virt] kvm: Add a tracepoint write_tsc_offset (Marcelo Tosatti) [911567] | |
- [net] ipv4: fix invalid free in ip_cmsg_send() callers (Petr Matousek) [979788] {CVE-2013-2224} | |
* Tue Jul 02 2013 Jarod Wilson <[email protected]> [2.6.32-395.el6] | |
- [x86] Revert: amd: Do not enable ARAT feature on AMD processors below family 0x12 (Prarit Bhargava) [808192 979105] | |
- [x86] Revert: apic: disable ARAT by default (Prarit Bhargava) [808192 979105] | |
- [x86] Revert: apic: mark ARAT Support as Tech Preview (Prarit Bhargava) [808192 979105] | |
- [s390] iucv: fix kernel panic at reboot (Hendrik Brueckner) [967907] | |
- [kernel] smp: introduce a generic on_each_cpu_mask() function (Hendrik Brueckner) [967907] | |
- [kernel] audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLE (Oleg Nesterov) [962976] | |
- [kernel] audit: avoid negative sleep durations (Oleg Nesterov) [962976] | |
- [s390] dasd: fix hanging device after resume with internal error 13 (Hendrik Brueckner) [974191] | |
- [s390] cio: suppress 2nd path verification during resume (Hendrik Brueckner) [974191] | |
- [virt] kvm: Export svm/vmx exit code and vector code to userspace (Andrew Jones) [970607] | |
- [s390] mm: fix flush_tlb_kernel_range() (Hendrik Brueckner) [974192] | |
- [powerpc] Add VDSO version of getcpu (Steve Best) [929224] | |
- [kernel] sched: make weird topologies bootable (Radim Krcmar) [892677] | |
- [x86] perf: Fix offcore_rsp valid mask for SNB/IVB (Jiri Olsa) [971315] {CVE-2013-2146} | |
- [scsi] libsas: use right function to alloc smp response (David Milburn) [949887] | |
- [tools] perf/Documentation: Fix typos (Jiri Olsa) [970529] | |
- [tools] perf/evsel: Introduce is_group_member method (Jiri Olsa) [970529] | |
- [tools] perf/ui: Always compile browser setup code (Jiri Olsa) [970529] | |
- [tools] perf/ui: Add ui_progress__finish() (Jiri Olsa) [970529] | |
- [tools] perf/ui/gtk: Implement ui_progress functions (Jiri Olsa) [970529] | |
- [tools] perf/ui: Introduce generic ui_progress helper (Jiri Olsa) [970529] | |
- [tools] perf/ui/tui: Move progress.c under ui/tui directory (Jiri Olsa) [970529] | |
- [tools] perf: Add basic event modifier sanity check (Jiri Olsa) [970529] | |
- [tools] perf: Omit group members from perf_evlist__disable/enable (Jiri Olsa) [970529] | |
- [tools] perf: Ensure single disable call per event in record comand (Jiri Olsa) [970529] | |
- [tools] perf: Fix 'disabled' attribute config for record command (Jiri Olsa) [970529] | |
- [tools] perf: Fix attributes for '{}' defined event groups (Jiri Olsa) [970529] | |
- [tools] perf: Use sscanf for parsing /proc/pid/maps (Jiri Olsa) [970529] | |
- [tools] perf: Add gtk.<command> config option for launching GTK browser (Jiri Olsa) [970529] | |
- [tools] perf: Fix compile error on NO_NEWT=1 build (Jiri Olsa) [970529] | |
- [tools] perf/hists: Initialize all of he->stat with zeroes (Jiri Olsa) [970529] | |
- [tools] perf: Stop using 'self' in pstack (Jiri Olsa) [970529] | |
- [tools] perf/tests: Check for mkstemp return value in dso-data test (Jiri Olsa) [970529] | |
- [tools] perf/tests: Final cleanup for builtin-test move (Jiri Olsa) [970529] | |
- [tools] perf/tests: Move pmu tests into separate object (Jiri Olsa) [970529] | |
- [tools] perf/tests: Move test__syscall_open_tp_fields into separate object (Jiri Olsa) [970529] | |
- [tools] perf/tests: Move perf_evsel__tp_sched_test into separate object (Jiri Olsa) [970529] | |
- [tools] perf/tests: Move perf_evsel__roundtrip_name_test into separate object (Jiri Olsa) [970529] | |
- [tools] perf/tests: Move test__rdpmc into separate object (Jiri Olsa) [970529] | |
- [tools] perf/tests: Move test__PERF_RECORD into separate object (Jiri Olsa) [970529] | |
- [tools] perf/tests: Move test__basic_mmap into separate object (Jiri Olsa) [970529] | |
- [tools] perf/tests: Move test__open_syscall_event_on_all_cpus into separate object (Jiri Olsa) [970529] | |
- [tools] perf/tests: Move test__open_syscall_event into separate object (Jiri Olsa) [970529] | |
- [tools] perf/tests: Move test__vmlinux_matches_kallsyms into separate object (Jiri Olsa) [970529] | |
- [tools] perf/annotate: Merge same lines in summary view (Jiri Olsa) [970529] | |
- [tools] perf/annotate: Don't try to follow jump target on PLT symbols (Jiri Olsa) [970529] | |
- [tools] perf/annotate: Whitespace fixups (Jiri Olsa) [970529] | |
- [tools] perf/test: fix a build error on builtin-test (Jiri Olsa) [970529] | |
- [tools] perf/machine: Move more methods to machine code (Jiri Olsa) [970529] | |
- [tools] perf/diff: Use hists__link when not pairing just with baseline (Jiri Olsa) [970529] | |
- [tools] perf/hists: Introduce hists__link (Jiri Olsa) [970529] | |
- [tools] perf/diff: Move hists__match to the hists lib (Jiri Olsa) [970529] | |
- [tools] perf/diff: Start moving to support matching more than two hists (Jiri Olsa) [970529] | |
- [tools] perf: Don't try to lookup objdump for live mode (Jiri Olsa) [970529] | |
- [tools] perf: Add arbitary aliases and support names with - (Jiri Olsa) [970529] | |
- [tools] perf: Add LIBDW_DIR Makefile variable to for alternate libdw (Jiri Olsa) [970529] | |
- [tools] perf/tests: Move attr.py temp dir cleanup into finally section (Jiri Olsa) [970529] | |
- [tools] perf/hists: Free branch_info when freeing hist_entry (Jiri Olsa) [970529] | |
- [tools] perf: Fix detection of stack area (Jiri Olsa) [970529] | |
- [tools] perf/machine: Set kernel data mapping length (Jiri Olsa) [970529] | |
- [tools] perf/tests: Removing 'optional' field (Jiri Olsa) [970529] | |
- [tools] perf/tests: Fix attr watermark field name typo (Jiri Olsa) [970529] | |
- [tools] perf/tests: Factor attr tests WRITE_ASS macro (Jiri Olsa) [970529] | |
- [tools] perf/tests: Add missing attr stat basic test (Jiri Olsa) [970529] | |
- [tools] perf/report: Postpone objdump check until annotation requested (Jiri Olsa) [970529] | |
- [tools] perf: Introduce struct hist_browser_timer (Jiri Olsa) [970529] | |
- [tools] perf: Use normalized arch name for searching objdump path (Jiri Olsa) [970529] | |
- [tools] perf/tests: Add documentation for attr tests (Jiri Olsa) [970529] | |
- [tools] perf/tests: Add attr stat default test (Jiri Olsa) [970529] | |
- [tools] perf/tests: Add attr stat default test (Jiri Olsa) [970529] | |
- [tools] perf/tests: Add attr stat event syntax group test (Jiri Olsa) [970529] | |
- [tools] perf/tests: Add attr stat group test (Jiri Olsa) [970529] | |
- [tools] perf/tests: Add attr stat no-inherit test (Jiri Olsa) [970529] | |
- [tools] perf/tests: Add attr record branch filter tests (Jiri Olsa) [970529] | |
- [tools] perf/tests: Add attr record branch any test (Jiri Olsa) [970529] | |
- [tools] perf/tests: Add attr record no delay test (Jiri Olsa) [970529] | |
- [tools] perf/tests: Add attr record raw test (Jiri Olsa) [970529] | |
- [tools] perf/tests: Add attr record data test (Jiri Olsa) [970529] | |
- [tools] perf/tests: Add attr record no-inherit test (Jiri Olsa) [970529] | |
- [tools] perf/tests: Add attr record no samples test (Jiri Olsa) [970529] | |
- [tools] perf/tests: Add attr record period test (Jiri Olsa) [970529] | |
- [tools] perf/tests: Add attr record graph test (Jiri Olsa) [970529] | |
- [tools] perf/tests: Add attr record count test (Jiri Olsa) [970529] | |
- [tools] perf/tests: Add attr record freq test (Jiri Olsa) [970529] | |
- [tools] perf/tests: Add attr record event syntax group test (Jiri Olsa) [970529] | |
- [tools] perf/tests: Add attr record group test (Jiri Olsa) [970529] | |
- [tools] perf/tests: Add attr tests under builtin test command (Jiri Olsa) [970529] | |
- [tools] perf/tests: Add attr record basic test (Jiri Olsa) [970529] | |
- [tools] perf/tests: Add framework for automated perf_event_attr tests (Jiri Olsa) [970529] | |
- [tools] perf/tests: Move test objects into 'tests' directory (Jiri Olsa) [970529] | |
- [tools] perf/browser: Don't show scripts menu for 'perf top' (Jiri Olsa) [970529] | |
- [tools] perf: Remove BINDIR define from exec_cmd.o compilation (Jiri Olsa) [970529] | |
- [tools] perf/annotate: Handle XBEGIN like a jump (Jiri Olsa) [970529] | |
- [tools] perf: Handle --version string generation on machines without git (Jiri Olsa) [970529] | |
- [tools] perf: Further speed up the perf build (Jiri Olsa) [970529] | |
- [tools] perf: Speed up the perf build time by simplifying the perf --version string generation (Jiri Olsa) [970529] | |
- [tools] perf: Add info about cross compiling for Android ARM (Jiri Olsa) [970529] | |
- [tools] perf: Warn about missing libelf (Jiri Olsa) [970529] | |
- [tools] perf/python: Initialize 'page_size' variable (Jiri Olsa) [970529] | |
- [tools] perf/record: Fix mmap error output condition (Jiri Olsa) [970529] | |
- [tools] perf/header: Add is_perf_magic() func (Jiri Olsa) [970529] | |
- [tools] perf/browser: Integrate script browser into main hists browser (Jiri Olsa) [970529] | |
- [tools] perf/browser: Integrate script browser into annotation browser (Jiri Olsa) [970529] | |
- [tools] perf/browser: Add a browser for perf script (Jiri Olsa) [970529] | |
- [tools] perf/script: Add more filter to find_scripts() (Jiri Olsa) [970529] | |
- [tools] perf: Add a global variable "const char *input_name" (Jiri Olsa) [970529] | |
- [tools] perf: Move dso_* related functions into dso object (Jiri Olsa) [970529] | |
- [tools] perf: Move strxfrchar into string object (Jiri Olsa) [970529] | |
- [tools] perf: Move hex2u64 into util object (Jiri Olsa) [970529] | |
- [tools] perf: Move BUILD_ID_SIZE into build-id object (Jiri Olsa) [970529] | |
- [tools] perf: Move build_id__sprintf into build-id object (Jiri Olsa) [970529] | |
- [tools] perf: Move parse_events error printing to parse_events_options (Jiri Olsa) [970529] | |
- [tools] perf/stat: Add --pre and --post command (Jiri Olsa) [970529] | |
- [tools] perf/inject: Mark a dso if it's used (Jiri Olsa) [970529] | |
- [tools] perf/inject: Merge sched_stat_* and sched_switch events (Jiri Olsa) [970529] | |
- [tools] perf/inject: Work with files (Jiri Olsa) [970529] | |
- [tools] perf: Fix LIBELF_MMAP checking (Jiri Olsa) [970529] | |
- [tools] perf: Always show CHK message when doing try-cc (Jiri Olsa) [970529] | |
- [tools] perf: Convert invocation of MAKE into SUBDIR (Jiri Olsa) [970529] | |
- [tools] perf: Cleanup doc related targets (Jiri Olsa) [970529] | |
- [tools] perf/trace: Compat changes (Jiri Olsa) [970529] | |
- [tools] perf/trace: Use sched:sched_stat_runtime to provide a thread summary (Jiri Olsa) [970529] | |
- [tools] perf/trace: Count number of events for each thread and globally (Jiri Olsa) [970529] | |
- [tools] perf: Don't stop synthesizing threads when one vanishes (Jiri Olsa) [970529] | |
- [tools] perf: Try to build Documentation when installing (Jiri Olsa) [970529] | |
- [tools] perf/trace: Print the name of a syscall when failing to read its info (Jiri Olsa) [970529] | |
- [tools] perf: Pretty print errno for some more functions (Jiri Olsa) [970529] | |
- [tools] perf/trace: Add duration filter (Jiri Olsa) [970529] | |
- [tools] perf/trace: Add an event duration column (Jiri Olsa) [970529] | |
- [tools] perf/trace: Support interrupted syscalls (Jiri Olsa) [970529] | |
- [tools] perf/test: Align the 'Ok'/'FAILED!' test results (Jiri Olsa) [970529] | |
- [tools] perf: Give user better message if precise is not supported (Jiri Olsa) [970529] | |
- [tools] perf: Account the nr_entries in rblist properly (Jiri Olsa) [970529] | |
- [tools] perf: Try to find cross-built objdump path (Jiri Olsa) [970529] | |
- [tools] perf: Remove noise in python version feature test (Jiri Olsa) [970529] | |
- [tools] perf: Diplays more output on features check for make V=1 (Jiri Olsa) [970529] | |
- [tools] perf/test: Add automated tests for pmu sysfs translated events (Jiri Olsa) [970529] | |
- [tools] perf: Add support to specify hw event as PMU event term (Jiri Olsa) [970529] | |
- [tools] perf: Fix PMU object alias initialization (Jiri Olsa) [970529] | |
- [tools] perf/Documentation: add documentation on compiling for Android (Jiri Olsa) [970529] | |
- [tools] perf: Update Makefile for Android (Jiri Olsa) [970529] | |
- [tools] perf: Add on_exit implementation (Jiri Olsa) [970529] | |
- [tools] perf: Remove duplicated include from trace-event-python.c (Jiri Olsa) [970529] | |
- [tools] perf/machine: Carve up event processing specific from perf_tool (Jiri Olsa) [970529] | |
- [tools] perf/sched: Handle PERF_RECORD_EXIT events (Jiri Olsa) [970529] | |
- [tools] perf/annotate: Handle PERF_RECORD_EXIT events (Jiri Olsa) [970529] | |
- [tools] perf/event: No need to create a thread when handling PERF_RECORD_EXIT (Jiri Olsa) [970529] | |
- [tools] perf/machine: Introduce find_thread method (Jiri Olsa) [970529] | |
- [tools] perf: Have the page size value available for all tools (Jiri Olsa) [970529] | |
- [tools] perf/diff: Display empty space for non paired samples (Jiri Olsa) [970529] | |
- [tools] perf/diff: Include samples without symbol in overall stats (Jiri Olsa) [970529] | |
- [tools] perf/diff: Add -F option to display formula for computation (Jiri Olsa) [970529] | |
- [tools] perf/diff: Add -p option to display period values for hist entries (Jiri Olsa) [970529] | |
- [tools] perf/diff: Add weighted diff computation way to compare hist entries (Jiri Olsa) [970529] | |
- [tools] perf/diff: Add option to sort entries based on diff computation (Jiri Olsa) [970529] | |
- [tools] perf/diff: Add ratio computation way to compare hist entries (Jiri Olsa) [970529] | |
- [tools] perf/diff: Add -b option for perf diff to display paired entries only (Jiri Olsa) [970529] | |
- [tools] perf/trace: Add support for tracing workload given by command line (Jiri Olsa) [970529] | |
- [tools] perf/trace: Explicitly enable system-wide mode if no option is given (Jiri Olsa) [970529] | |
- [tools] perf/trace: Validate target task/user/cpu argument (Jiri Olsa) [970529] | |
* Fri Jun 28 2013 Jarod Wilson <[email protected]> [2.6.32-394.el6] | |
- [fs] xfs: don't use speculative prealloc for small files (Brian Foster) [955254] | |
- [fs] xfs: xfs_iomap_prealloc_size() tracepoint (Brian Foster) [955254] | |
- [fs] xfs: add quota-driven speculative preallocation throttling (Brian Foster) [955254] | |
- [fs] xfs: xfs_dquot prealloc throttling watermarks and low free space (Brian Foster) [955254] | |
- [fs] xfs: pass xfs_dquot to xfs_qm_adjust_dqlimits() instead of xfs_disk_dquot_t (Brian Foster) [955254] | |
- [fs] xfs: push rounddown_pow_of_two() to after prealloc throttle (Brian Foster) [955254] | |
- [fs] xfs: reorganize xfs_iomap_prealloc_size to remove indentation (Brian Foster) [955254] | |
- [fs] xfs: Define a new function xfs_inode_dquot() (Brian Foster) [955254] | |
- [fs] xfs: Define a new function xfs_this_quota_on() (Brian Foster) [955254] | |
- [fs] xfs: fix xfs_iomap_eof_prealloc_initial_size type (Brian Foster) [955254] | |
- [fs] xfs: increase prealloc size to double that of the previous extent (Brian Foster) [955254] | |
- [fs] xfs: fix potential infinite loop in xfs_iomap_prealloc_size() (Brian Foster) [955254] | |
- [fs] xfs: limit speculative prealloc size on sparse files (Brian Foster) [955254] | |
- [fs] xfs: limit speculative prealloc near ENOSPC thresholds (Brian Foster) [955254] | |
- [fs] xfs: add background scanning to clear eofblocks inodes (Brian Foster) [955254] | |
- [fs] xfs: add minimum file size filtering to eofblocks scan (Brian Foster) [955254] | |
- [fs] xfs: support multiple inode id filtering in eofblocks scan (Brian Foster) [955254] | |
- [fs] xfs: add inode id filtering to eofblocks scan (Brian Foster) [955254] | |
- [fs] xfs: add XFS_IOC_FREE_EOFBLOCKS ioctl (Brian Foster) [955254] | |
- [fs] xfs: create function to scan and clear EOFBLOCKS inodes (Brian Foster) [955254] | |
- [fs] xfs: make xfs_free_eofblocks() non-static, return EAGAIN on trylock failure (Brian Foster) [955254] | |
- [fs] xfs: create helper to check whether to free eofblocks on inode (Brian Foster) [955254] | |
- [fs] xfs: support a tag-based inode_ag_iterator (Brian Foster) [955254] | |
- [fs] xfs: add EOFBLOCKS inode tagging/untagging (Brian Foster) [955254] | |
- [fs] ext3: Dont call dquot_free_block() if we dont update anything (Eric Sandeen) [790278] | |
- [fs] ext3: Update ctime in ext3_splice_branch() only when needed (Eric Sandeen) [790278] | |
- [fs] GFS2: Fall back to vmalloc if kmalloc fails for dir hash tables (Robert S Peterson) [962468] | |
- [fs] GFS2: Remove inode from i_ordered list in gfs2_clear_inode (Robert S Peterson) [859444] | |
- [fs] GFS2: fix FITRIM boundary condition errors (Abhijith Das) [891699] | |
- [fs] jbd[2]: enable CONFIG_JBD[2]_DEBUG on debug kernels (Eric Sandeen) [851269] | |
- [fs] nfsd4: dont close read-write opens too soon (J. Bruce Fields) [955238] | |
- [fs] GFS2: Add origin indicator to glock callbacks (Robert S Peterson) [855381] | |
- [fs] GFS2: Don:t cache iopen glocks (Robert S Peterson) [855381] | |
- [fs] ext2: update ctime when changing the file:s permission by setfacl (Eric Sandeen) [969323] | |
- [fs] fuse: fix alignment in short read optimization for async_dio (Brian Foster) [949805] | |
- [fs] fuse: return -EIOCBQUEUED from fuse_direct_IO() for all async requests (Brian Foster) [949805] | |
- [fs] fuse: add flag to turn on async direct IO (Brian Foster) [949805] | |
- [fs] fuse: truncate file if async dio failed (Brian Foster) [949805] | |
- [fs] fuse: optimize short direct reads (Brian Foster) [949805] | |
- [fs] fuse: enable asynchronous processing direct IO (Brian Foster) [949805] | |
- [fs] fuse: make fuse_direct_io() aware about AIO (Brian Foster) [949805] | |
- [fs] fuse: add support of async IO (Brian Foster) [949805] | |
- [fs] fuse: move fuse_release_user_pages() up (Brian Foster) [949805] | |
- [fs] fuse: Do not use RCU for current process credentials (Brian Foster) [949805] | |
- [fs] fuse: mark pages accessed when written to (Brian Foster) [949805] | |
- [fs] fuse: cleanup fuse_direct_io() (Brian Foster) [949805] | |
- [fs] fuse: update inode size and invalidate attributes on fallocate (Brian Foster) [927324] | |
- [fs] fuse: truncate pagecache range on hole punch (Brian Foster) [927324] | |
- [fs] fuse: optimize fallocate on permanent failure (Brian Foster) [927324] | |
- [fs] fuse: convert inode fallocate to file fallocate (Brian Foster) [927324] | |
- [fs] fuse: add FALLOCATE operation (Brian Foster) [927324] | |
- [fs] GFS2: Increase i_writecount during gfs2_setattr_size (Robert S Peterson) [968031] | |
- [fs] NFS4.1 Fix data server connection race (Steve Dickson) [961887] | |
- [fs] NFSv4: Dont recheck permissions on open in case of recovery cached open (Steve Dickson) [956865] | |
- [fs] NFSv4.1: Fix the callback highest_used_slotid behaviour (Steve Dickson) [960224] | |
- [fs] NFS: Cache state owners after files are closed (Steve Dickson) [800677] | |
- [fs] NFS: Move cl_state_owners and related fields to the nfs_server struct (Steve Dickson) [800677] | |
- [fs] NFSv4: Fix a readdir regression (Steve Dickson) [963337] | |
- [fs] xfs: return EOPNOTSUPP for unsupported acl format (Eric Sandeen) [963686] | |
- [fs] ext2: clear uptodate flag on super block I/O error (Eric Sandeen) [679930] | |
- [fs] ext4/jbd2: dont wait (forever) for stale tid caused by wraparound (Eric Sandeen) [955807] | |
- [fs] jbd: dont wait (forever) for stale tid caused by wraparound (Eric Sandeen) [955807] | |
- [fs] ext4: fix waiting and sending of a barrier in ext4_sync_file() (Eric Sandeen) [955807] | |
- [fs] jbd2: Add function jbd2_trans_will_send_data_barrier() (Eric Sandeen) [955807] | |
- [fs] jbd2: fix sending of data flush on journal commit (Eric Sandeen) [955807] | |
- [fs] ext4: fix fdatasync() for files with only i_size changes (Eric Sandeen) [955807] | |
- [fs] ext4: Initialize fsync transaction ids in ext4_new_inode() (Eric Sandeen) [955807] | |
- [fs] ext4: Rewrite __jbd2_log_start_commit logic to match upstream (Eric Sandeen) [955807] | |
- [net] sctp: Use correct sideffect command in duplicate cookie handling (Daniel Borkmann) [963843] {CVE-2013-2206} | |
- [net] macvlan: fix checksums error when we are in bridge mode (Vlad Yasevich) [893151] | |
- [net] bridge: Add const to dummy br_netpoll_send_skb (Flavio Leitner) [924294] | |
- [net] bridge: send query as soon as leave is received (Amerigo Wang) [952012] | |
- [net] bridge: only expire the mdb entry when query is received (Amerigo Wang) [952012] | |
- [net] bridge: Replace mp->mglist hlist with a bool (Amerigo Wang) [952012] | |
- [net] bond: add support to read speed and duplex via ethtool (Veaceslav Falico) [961131] | |
- [net] bridge: set fake_rtable's dst to NULL to avoid kernel Oops (Thomas Graf) [924033] | |
- [net] bonding: fire NETDEV_RELEASE event only on 0 slaves (Veaceslav Falico) [805098] | |
* Tue Jun 25 2013 Jarod Wilson <[email protected]> [2.6.32-393.el6] | |
- [netdrv] igb: Removed unused i2c function (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Implementation of i210/i211 LED support (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Fix possible panic caused by Rx traffic arrival while interface is down (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Fix set_ethtool function to call update nvm for entire image (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: SerDes flow control setting (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Support for SFP modules discovery (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Add update to last_rx_timestamp in Rx rings (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Changed LEDs blink mechanism to include designs using cathode (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: limit udelay for phy changes to 10000us (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Bump version of driver (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Remove id's that will not be productized for Linux (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Remove dead code path (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Retain HW VLAN filtering while in promiscuous + VT mode (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: display a warning message when SmartSpeed works (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Use pci_vfs_assigned instead of igb_vfs_are_assigned (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Add SMBI semaphore to I210/I211 (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: SERDES loopback sigdetect bit on i210 devices (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Add support for i354 devices (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Enable EEE LP advertisement (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Fix code comments and whitespace (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Fix sparse warnings on function pointers (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Use rx/tx_itr_setting when setting up initial value of itr (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Pull adapter out of main path in igb_xmit_frame_ring (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Mask off check of frag_off as we only want fragment offset (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: random code and comments fix (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Implement support to power sfp cage and turn on I2C (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Support to read and export SFF-8472/8079 data (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Support for 100base-fx SFP (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: fix PHC stopping on max freq (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: make sensor info static (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: fix i350 anti spoofing config (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Fix for lockdep issue in igb_get_i2c_client (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Fix link setup for I210 devices (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Refractoring function pointers in igb_get_invariants function (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Intialize MAC function pointers (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Initialize NVM function pointers (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Initialize PHY function pointers (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Update igb to use a path similar to ixgbe to determine when to stop Tx (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Refix sparse warning in igb_get_i2c_client (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Fix for improper allocation flag in igb_get_i2c_client (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Fix for improper exit in igb_get_i2c_client (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Remove unnecessary alloc/OOM messages, alloc cleanups (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Copyright string update to year 2013 (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Replace rmb in Tx cleanup with read_barrier_depends (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Use in-kernel PTP_EV_PORT #define (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Free any held skb that should have been timestamped on remove (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Add mechanism for detecting latched hardware Rx timestamp (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Add timeout for PTP Tx work item (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Add support for SW timestamping (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: enable CONFIG_IGB_HWMON (Dean Nelson) [914835 923899 947526] | |
- [netdrv] igb: Enable hwmon data output for thermal sensors via I2C (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Add support functions to access thermal data (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Add i2c interface to igb (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Update igb version to 4.1.2 (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Fix SerDes autoneg flow control (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Unset sigdetect for SERDES loopback on 82580 and i350 (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Workaround for global device reset problem on 82580 (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Refactoring of i210 file (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Acquire, release semaphore for writing each EEPROM page (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Updates to read nvm function for i211 device (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Use a 32-bit mask when calculating the flow control watermarks (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Do not parse past IP header on fragments beyond the first (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: No longer rely on APME to determine WoL settings (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Update PTP Rx filters (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Ethtool support to enable and disable EEE (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Improve performance and reduce size of igb_tx_map (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: consolidate creation of Tx buffer info and data descriptor (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: convert to SKB paged frag API (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Update igb Tx flags to improve code efficiency (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso check (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Support for modifying UDP RSS flow hashing (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Clear Go Link Disconnect for 82580 and later devices (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Enable clock drivers along with associated net/PHY drivers (Dean Nelson) [914835 923899 947526] | |
- [netdrv] igb: Fix EEPROM writes via ethtool on i210 (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Add function to read i211's invm version (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Remove workaround for EEE configuration on i210/I211 (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Fix sparse warning in igb_ptp_rx_pktstamp (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Update firmware version info for ethtool output (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Enable auto-crossover during forced operation on 82580 and above (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Update version (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Update get cable length function for i210/i211 (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Split igb_update_dca into separate Tx and Rx functions (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Lock buffer size at 2K even on systems with larger pages (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Move rx_buffer related code in Rx cleanup path into separate function (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Map entire page and sync half instead of mapping and unmapping half pages (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Combine post-processing of skb into a single function (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Do not use header split, instead receive all frames into a single buffer (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Split Rx timestamping into two separate functions (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Correcting and improving small packet check and padding (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Use dma_unmap_addr and dma_unmap_len defines (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Simplify how we populate the RSS key (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Change how we populate the RSS indirection table (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Change Tx cleanup loop to do/while instead of for (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Fix stats output on i210/i211 parts (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Support to enable EEE on all eee_supported devices (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] igb: Remove artificial restriction on RQDPC stat reading (Stefan Assmann) [914835 923899 947526] | |
- [netdrv] pci: Add SRIOV helper function to determine if VFs are assigned to guest (Stefan Assmann) [914835 923899 947526] | |
- [net] phy: fix a bug when verify the EEE support (Nikolay Aleksandrov) [896263] | |
- [net] mdio: translation of MMD EEE registers to/from ethtool settings (Nikolay Aleksandrov) [896263] | |
- [net] phy: add the EEE support and the way to access to the MMD registers (Nikolay Aleksandrov) [896263] | |
- [edac] avoid mce decoding crash after edac driver unloaded (Prarit Bhargava) [787999] | |
- [x86] mce: Drain mcelog buffer (Prarit Bhargava) [787999] | |
- [x86] mce: Add wrappers for registering on the decode chain (Prarit Bhargava) [787999] | |
- [edac] sb_edac: Add it to the building system (Prarit Bhargava) [787999] | |
- [edac] i7core_edac: Drop the edac_mce facility (Prarit Bhargava) [787999] | |
- [x86] mce: Use notifier chain only for MCE decoding (Prarit Bhargava) [787999] | |
- [s390] crash: Fuzzy live dump for System z (Hendrik Brueckner) [929262] | |
- [s390] mm: allow absolute memory access for /dev/mem (Hendrik Brueckner) [929262] | |
- [s390] zcrypt: ap bus rescan problem when toggle crypto adapters on/off (Hendrik Brueckner) [929259] | |
- [s390] zcrypt: Handle AP configuration changes (Hendrik Brueckner) [929259] | |
- [s390] smp: lost IPIs on cpu hotplug (Hendrik Brueckner) [975179] | |
- [cdrom] use kzalloc() for failing hardware (Frantisek Hrbata) [973106] {CVE-2013-2164} | |
* Fri Jun 21 2013 Jarod Wilson <[email protected]> [2.6.32-392.el6] | |
- [net] bridge: Set vlan_features to allow offloads on vlans (Vlad Yasevich) [951458] | |
- [virt] virtio-net: initialize vlan_features (Vlad Yasevich) [951458] | |
- [net] ipv6: assign rt6_info to inet6_ifaddr in init_loopback (Jiri Benc) [744655] | |
- [net] ipv6: Fix broken IPv6 routing table after loopback down-up (Jiri Benc) [744655] | |
- [s390] cio: add channel ID sysfs attribute (Hendrik Brueckner) [929274] | |
- [s390] cio: make use of newly added format 1 channel-path data (Hendrik Brueckner) [929274] | |
- [s390] cio: collect format 1 channel-path description data (Hendrik Brueckner) [929274] | |
- [s390] qeth: Support VEPA mode (Hendrik Brueckner) [929275] | |
- [s390] ccwgroup: allow drivers to call set_{on, off}line (Hendrik Brueckner) [929275] | |
- [s390] dasd: add safe offline interface (Hendrik Brueckner) [929264] | |
- [s390] dasd: add shutdown action (Hendrik Brueckner) [929264] | |
- [s390] dasd: Correct retry counter for terminated I/O (Hendrik Brueckner) [929264] | |
- [s390] perf_cpum_cf: fallback to software sampling events (Hendrik Brueckner) [823012] | |
- [s390] perf_cpum_cf: Add support for counters available with IBM zEC12 (Hendrik Brueckner) [823012] | |
- [s390] perf_cpum_cf: get rid of compile warnings (Hendrik Brueckner) [823012] | |
- [s390] perf: add support for s390x CPU counters (Hendrik Brueckner) [823012] | |
- [ata] libata-sff: port_task is SFF specific (David Milburn) [808672] | |
- [ata] libata-sff: introduce ata_sff_init/exit() and ata_sff_port_init() (David Milburn) [808672] | |
- [netdrv] qlge: Update version to 1.00.00.32 (Chad Dupuis) [927891] | |
- [netdrv] qlge: Fix ethtool autoneg advertising (Chad Dupuis) [927891] | |
- [netdrv] qlge: Fix receive path to drop error frames (Chad Dupuis) [927891] | |
- [netdrv] qlge: Fixed a coding style issue (Chad Dupuis) [927891] | |
- [kernel] sched: Do not account bogus utime (Stanislaw Gruszka) [912662] | |
- [kernel] sched: Avoid cputime scaling overflow (Stanislaw Gruszka) [912662] | |
- [acpi] Verify device status after eject (Nigel Croxon) [869134] | |
- [acpi] Update CPU hotplug error messages (Nigel Croxon) [869134] | |
- [acpi] Add acpi_handle_<level>() interfaces (Nigel Croxon) [869134] | |
- [acpi] Export functions for hot-remove (Nigel Croxon) [869134] | |
- [acpi] Add ACPI CPU hot-remove support (Nigel Croxon) [869134] | |
- [acpi] Fix stale pointer access to flags.lockable (Nigel Croxon) [869134] | |
- [acpi] processor_core: prevent cpu from becoming online (Nigel Croxon) [869134] | |
- [acpi] Set hotplug _OST support bit to _OSC (Nigel Croxon) [869134] | |
- [acpi] Add _OST support for ACPI container hotplug (Nigel Croxon) [869134] | |
- [acpi] Add _OST support for ACPI memory hotplug (Nigel Croxon) [869134] | |
- [acpi] Add _OST support for ACPI CPU hotplug (Nigel Croxon) [869134] | |
- [acpi] Add _OST support for sysfs eject (Nigel Croxon) [869134] | |
- [acpi] Add an interface to evaluate _OST (Nigel Croxon) [869134] | |
- [acpi] scan: return -ENODEV if no device was found (Nigel Croxon) [869134] | |
- [acpi] processor_core: add missing kfree (Nigel Croxon) [869134] | |
- [acpi] processor_core: Add CPU hotplug support for processor device objects (Nigel Croxon) [869134] | |
- [acpi] processor_core: Do not try to set up acpi processor stuff on cores exceeding maxcpus (Nigel Croxon) [869134] | |
- [idle] intel_idle: Don't register CPU notifier if we are not running (Nigel Croxon) [869134] | |
- [idle] intel_idle: break dependency between modules (Nigel Croxon) [869134] | |
- [acpi] processor_core: remove duplicated lines of merging problems with acpi_processor_add (Nigel Croxon) [869134] | |
- [acpi] processor_core: Delay acpi_processor_start() call for hotplugged cores (Nigel Croxon) [869134] | |
- [acpi] processor_core: Split up acpi_processor_add (Nigel Croxon) [869134] | |
- [idle] intel_idle: Split up and provide per CPU initialization func (Nigel Croxon) [869134] | |
- [acpi] processor_core: Remove unneeded variable passed by acpi_processor_hotadd_init (Nigel Croxon) [869134] | |
- [s390] scm: process availability (Hendrik Brueckner) [929257] | |
- [s390] scm_blk: suspend writes (Hendrik Brueckner) [929257] | |
- [s390] scm_drv: extend notify callback (Hendrik Brueckner) [929257] | |
- [s390] scm_blk: fix request number accounting (Hendrik Brueckner) [929257] | |
- [s390] scm: reorder scm_remove (Hendrik Brueckner) [929257] | |
* Wed Jun 19 2013 Jarod Wilson <[email protected]> [2.6.32-391.el6] | |
- [crypto] Revert: unmark gcm(aes) as fips_allowed (Jarod Wilson) [915637] | |
- [crypto] testmgr: allow aesni-intel and ghash_clmulni-intel in fips mode (Jarod Wilson) [915637] | |
- [crypto] testmgr: silence warnings about no tests for aesni algorithms (Jarod Wilson) [915637] | |
- [crypto] Use scatterwalk_crypto_chain (Jarod Wilson) [786972] | |
- [crypto] scatterwalk: Add scatterwalk_crypto_chain helper (Jarod Wilson) [786968 786972 969522] | |
- [crypto] aesni-intel: fix Kconfig problem with CRYPTO_GLUE_HELPER_X86 (Jarod Wilson) [786968 786972 969522] | |
- [crypto] gcm: Add RFC4543 wrapper for GCM (Jarod Wilson) [786968 786972 969522] | |
- [crypto] glue_helper: add more optimized XTS-mode for serpent-avx (Jarod Wilson) [786968 786972 969522] | |
- [crypto] aesni-intel: add more optimized XTS mode for x86-64 (Jarod Wilson) [786968 786972 969522] | |
- [crypto] glue_helper: use le128 instead of u128 for CTR mode (Jarod Wilson) [786968] | |
- [crypto] glue_helper: cast6/avx, avoid using temporary stack buffers (Jarod Wilson) [786968 786972 969522] | |
- [crypto] glue_helper: serpent-sse2, split generic glue code to new helper module (Jarod Wilson) [786968 786972 969522] | |
- [crypto] ghash-intel: assembler clean-up, use ENDPROC at end of assember functions (Jarod Wilson) [786968 786972 969522] | |
- [crypto] aesni-intel: add ENDPROC statements for assembler functions (Jarod Wilson) [786968 786972 969522] | |
- [crypto] aes-x86: assembler clean-ups, use ENTRY/ENDPROC, localize jump targets (Jarod Wilson) [786968 786972 969522] | |
- [crypto] aesni-intel: remove rfc3686(ctr(aes)), utilize rfc3686 from ctr-module instead (Jarod Wilson) [786968] | |
- [crypto] ctr: make rfc3686 asynchronous block cipher (Jarod Wilson) [786968 786972 969522] | |
- [net] xfrm_algo: probe asynchronous block ciphers instead of synchronous (Jarod Wilson) [786968 786972 969522] | |
- [crypto] aesni-intel: fix XTS mode on x86-32, add wrapper function for asmlinkage aesni_enc() (Jarod Wilson) [786968 786972 969522] | |
- [crypto] lrw: add interface for parallelized cipher implementions (Jarod Wilson) [786968 786972 969522] | |
- [crypto] lrw: split gf128mul table initialization from setkey (Jarod Wilson) [786968 786972 969522] | |
- [crypto] lrw: use blocksize constant (Jarod Wilson) [786968 786972 969522] | |
- [crypto] crypto: cryptd - disable softirqs in cryptd_queue_worker to prevent data corruption (Jarod Wilson) [786968 786972 969522] | |
- [crypto] aesni-intel: improve lrw and xts performance by utilizing parallel AES-NI hardware pipelines (Jarod Wilson) [786968 786972 969522] | |
- [crypto] xts: remove dependency on EXPERIMENTAL (Jarod Wilson) [786968 786972 969522] | |
- [crypto] lrw: remove dependency on EXPERIMENTAL (Jarod Wilson) [786968 786972 969522] | |
- [crypto] xts: add interface for parallelized cipher implementations (Jarod Wilson) [786968 786972 969522] | |
- [crypto] xts: use blocksize constant (Jarod Wilson) [786968 786972 969522] | |
- [crypto] aesni-intel: fix wrong kfree pointer (Jarod Wilson) [786972] | |
- [crypto] aesni-intel: change to use shared ablk_* functions (Jarod Wilson) [786968 786972 969522] | |
- [crypto] aesni-intel: use crypto_{un}register_algs (Jarod Wilson) [786968 786972 969522] | |
- [crypto] Add bulk algorithm registration interface (Jarod Wilson) [786968 786972 969522] | |
- [crypto] ablk_helper: move ablk_* functions from serpent-sse2/avx glue code to shared module (Jarod Wilson) [786968 786972 969522] | |
- [crypto] aesni-intel: fix unaligned cbc decrypt for x86-32 (Jarod Wilson) [786968 786972 969522] | |
- [crypto] aesni-intel: move more common code to ablk_init_common (Jarod Wilson) [786968 786972 969522] | |
- [crypto] aes-x86: quiet sparse noise about symbol not declared (Jarod Wilson) [786968 786972 969522] | |
- [crypto] cryptd: Use subsys_initcall to prevent races with aesni (Jarod Wilson) [786968 786972 969522] | |
- [crypto] ghash-intel: Fix set but not used in ghash_async_setkey() (Jarod Wilson) [786972] | |
- [crypto] aesni-intel: fix aesni build on i386 (Jarod Wilson) [786968 786972 969522] | |
- [crypto] aesni-intel: Merge with fpu.ko (Jarod Wilson) [786968 786972 969522] | |
- [crypto] aesni-intel: fixed problem with packets that are not multiple of 64bytes (Jarod Wilson) [786972] | |
- [crypto] aesni-intel: Fix remaining leak in rfc4106_set_hash_key (Jarod Wilson) [786972] | |
- [crypto] aesni-intel: Don't leak memory in rfc4106_set_hash_subkey (Jarod Wilson) [786972] | |
- [crypto] ghash-intel: ghash-clmulni-intel_glue needs err.h (Jarod Wilson) [786972] | |
- [crypto] aesni-intel: Fixed build with binutils 2.16 (Jarod Wilson) [786968 786972 969522] | |
- [crypto] aesni-intel: Fixed build error on x86-32 (Jarod Wilson) [786968 969522] | |
- [crypto] aesni-intel: Ported implementation to x86-32 (Jarod Wilson) [786968 786972 969522] | |
- [crypto] aesni-intel: RFC4106 AES-GCM Driver Using Intel New Instructions (Jarod Wilson) [786972] | |
- [crypto] cryptd: Adding the AEAD interface type support to cryptd (Jarod Wilson) [786972] | |
- [crypto] aesni-intel: Fix another CTR build failure with gas 2.16.1 (Jarod Wilson) [786968] | |
- [crypto] aesni-intel: Fix CTR optimization build failure with gas 2.16.1 (Jarod Wilson) [786968] | |
- [crypto] aesni-intel: Add AES-NI accelerated CTR mode (Jarod Wilson) [786968] | |
- [crypto] ghash-clmulni-intel: Put proper .data section in place (Jarod Wilson) [921642] | |
- [s390] Revert: kernel: add support for physical memory > 4TB (Jarod Wilson) [913220] | |
- [kernel] perf: Fix perf_event_for_each() to use sibling (Jiri Olsa) [967933] | |
- [x86] perf: Add format attributes for p4 (Jiri Olsa) [967933] | |
- [x86] perf: Adding sysfs group format attribute for pmu device (Jiri Olsa) [967933] | |
- [x86] perf: Fix local vs remote memory events for NHM/WSM (Jiri Olsa) [967933] | |
- [tools] perf: Remove deprecated WARN_ON_ONCE() (Jiri Olsa) [967933] | |
- [tools] perf: Call perf_cgroup_event_time() directly (Jiri Olsa) [967933] | |
- [tools] perf: Don't call release_callchain_buffers() if allocation fails (Jiri Olsa) [967933] | |
- [mfd] lpc_ich: Add support for Intel Avoton SoC (Neil Horman) [922965] | |
- [mfd] lpc_ich: Use devres API to allocate private data (Neil Horman) [922965] | |
- [mfd] lpc_ich: Add Device IDs for Intel Wellsburg PCH (Neil Horman) [922965] | |
- [mfd] lpc_ich: Fix gpio base and control offsets (Neil Horman) [922965] | |
- [mfd] lpc_ich: One uninitialized cell is no error (Neil Horman) [922965] | |
- [mfd] lpc_ich: Fix resource request for mem 0x00000000 (Neil Horman) [922965] | |
- [mfd] lpc_ich: Add Device IDs for Intel Lynx Point-LP PCH (Neil Horman) [922965] | |
- [mfd] lpc_ich: Fix regression for iTCO_wdt driver (Neil Horman) [922965] | |
- [mfd] Check for mem_base when building IORESOURCE_MEM resources (Neil Horman) [922965] | |
- [watchdog] iTCO_wdt: Convert iTCO_wdt driver to mfd model (Neil Horman) [922965] | |
- [watchdog] iTCO_wdt: Use pr_<fmt> and pr_<level> (Neil Horman) [922965] | |
- [watchdog] iTCO_wdt: fix TCO V1 timeout values and limits (Neil Horman) [922965] | |
- [mfd] Add LPC driver for Intel ICH chipsets (Neil Horman) [922965] | |
- [i2c] i801: SMBus patch for Intel Avoton DeviceIDs (Neil Horman) [922965] | |
- [i2c] iSMT: add Intel Avoton DeviceIDs (Neil Horman) [922965] | |
- [ata] ata_piix: IDE-mode SATA patch for Intel Avoton DeviceIDs (Neil Horman) [922965] | |
- [ata] ata_piix: make DVD Drive recognisable on systems with Intel Sandybridge chipsets (Neil Horman) [922965] | |
- [ata] ahci: AHCI-mode SATA patch for Intel Avoton DeviceIDs (Neil Horman) [922965] | |
- [usb] xhci: correct comp_mode_recovery_timer on return from hibernate (Tony Camuso) [888974] | |
- [acpi] Don't let acpi_pad needlessly mark TSC unstable (Lenny Szubowicz) [907545] | |
- [acpi] acpica: Remove extraneous warning for very large GPE registers (Nigel Croxon) [924873] | |
- [kernel] async: Make async execution api a little more fair in scheduling (Neil Horman) [871955] | |
- [md] dm-stripe: fix regression in stripe_width calculation (Mike Snitzer) [960277] | |
- [block] fix ext_devt_idr handling (Tomas Henzl) [735927] | |
- [md] dm-crypt: fix mempool deadlock (Mike Snitzer) [831158] | |
- [scsi] libsas: fix handling vacant phy in sas_set_ex_phy() (David Milburn) [949905] | |
- [mm] swap: avoid read_swap_cache_async() race to deadlock while waiting on discard I/O completion (Rafael Aquini) [827548] | |
- [mm] compaction: fix /proc/sys/vm/compact_memory crash (Johannes Weiner) [953680 955525] | |
- [mm] fadvise: drain all pagevecs if POSIX_FADV_DONTNEED fails to discard all pages (Larry Woodman) [957821] | |
- [pci] dmar: Remove warning for HPET scope type (Nigel Croxon) [956310] | |
* Fri Jun 14 2013 Jarod Wilson <[email protected]> [2.6.32-390.el6] | |
- [fs] nfs: Fix an NFS client lockdep issue (Jeff Layton) [891937] | |
- [acpi] acpi_pad: fix power_saving thread deadlock (Lenny Szubowicz) [751123] | |
- [powerpc] rtas_flash: Fix validate_flash buffer overflow issue (Steve Best) [956385] | |
- [powerpc] rtas_flash: Fix bad memory access (Steve Best) [956385] | |
- [powerpc] rtas_flash: New return code to indicate FW entitlement expiry (Steve Best) [956385] | |
- [powerpc] rtas_flash: Update return token comments (Steve Best) [956385] | |
- [powerpc] rtas_flash: Free kmem upon module exit (Steve Best) [956385] | |
- [netdrv] igb: SR-IOV init reordering (Stefan Assmann) [920652] | |
- [netdrv] igb: Fix null pointer dereference (Stefan Assmann) [920652] | |
- [netdrv] igb: Enable SR-IOV configuration via PCI sysfs interface (Stefan Assmann) [920652] | |
- [powerpc] Fix VMX fix for memcpy case (Steve Best) [929280] | |
- [powerpc] Fix VMX in interrupt check in POWER7 copy loops (Steve Best) [929280] | |
- [powerpc] POWER7 optimised memcpy using VMX and enhanced prefetch (Steve Best) [929280] | |
- [powerpc] POWER7 optimised copy_page using VMX and enhanced prefetch (Steve Best) [929280] | |
- [powerpc] Rename copyuser_power7_vmx.c to vmx-helper.c (Steve Best) [929280] | |
- [powerpc] Use enhanced touch instructions in POWER7 copy_to_user/copy_from_user (Steve Best) [929280] | |
- [powerpc] Simplify 4k/64k copy_page logic (Steve Best) [929280] | |
- [powerpc] Add 64bit csum_and_copy_to_user (Steve Best) [929280] | |
- [powerpc] Optimise 64bit csum_partial_copy_generic and add csum_and_copy_from_user (Steve Best) [929280] | |
- [powerpc] Optimise 64bit csum_partial (Steve Best) [929280] | |
- [kernel] trace: Allow archs to ignore tracing compat syscalls (Josh Poimboeuf) [881038] | |
- [kernel] trace: Fix perf syscall tracing when syscall_nr == -1 (Josh Poimboeuf) [881038] | |
- [netdrv] 8139cp: Prevent dev_close/cp_interrupt race on MTU change (John Green) [767885] | |
- [netdrv] 8139cp: properly support change of MTU values (John Green) [767885] | |
- [pci] make re-allocation try harder by reassigning ranges higher in the heirarchy (Takahiro MUNEDA) [965006] | |
- [pci] code and comments cleanup (Takahiro MUNEDA) [965006] | |
- [pci] make cardbus-bridge resources optional (Takahiro MUNEDA) [965006] | |
- [pci] honor child buses add_size in hot plug configuration (Takahiro MUNEDA) [965006] | |
- [pci] ability to relocate assigned pci-resources (Takahiro MUNEDA) [965006] | |
- [pci] make SRIOV resources optional (Takahiro MUNEDA) [965006] | |
- [s390] console: fix 3215 console crash (Hendrik Brueckner) [970779] | |
- [s390] scm_blk: allow more cluster size values (Hendrik Brueckner) [963068] | |
- [s390] mm: protection exception PSW for aborted transaction (Hendrik Brueckner) [958271] | |
- [s390] hibernate: Save and restore absolute zero pages (Hendrik Brueckner) [952739] | |
- [s390] kdump: Add PM notifier for kdump (Hendrik Brueckner) [952738] | |
- [s390] qeth: fix qeth_wait_for_threads() deadlock for OSN devices (Hendrik Brueckner) [952448] | |
- [s390] module: Add missing R_390_NONE relocation type (Hendrik Brueckner) [952449] | |
- [s390] dasd: fix unresponsive device after all channel paths were lost (Hendrik Brueckner) [915731] | |
- [s390] kernel: add support for physical memory > 4TB (Hendrik Brueckner) [913220] | |
- [s390] zcore: Add hsa file (Hendrik Brueckner) [915356] | |
- [s390] ipl: Implement diag308 loop for zfcpdump (Hendrik Brueckner) [915364] | |
- [s390] eadm_sch: fix driver initialization (Hendrik Brueckner) [912489] | |
- [s390] zfcp: Do not wakeup while suspended (Hendrik Brueckner) [855129] | |
- [s390] time: fix sched_clock() overflow (Hendrik Brueckner) [903334] | |
- [s390] irq: enable irq sum accounting for /proc/stat again (Hendrik Brueckner) [903333] | |
- [s390] dasd: prevent path verification before resume (Hendrik Brueckner) [903331] | |
- [s390] dasd: fix unaccessible device after resume (Hendrik Brueckner) [903339] | |
- [security] selinux: fix parallel compile error (Frantisek Hrbata) [962427] | |
- [acpi] Evaluate thermal trip points before reading temperature (Tony Camuso) [929293] | |
- [kernel] time: Fix setting of hardware clock in NTP code (Prarit Bhargava) [912704] | |
- [x86] quirks: use 'intremap=off' instead of 'nointremap' for consistency (Prarit Bhargava) [960828] | |
- [fs] proc: fix pagemap_read() error case (Larry Woodman) [918119] | |
- [base] node: fix off-by-one bug in print_nodes_state() (Prarit Bhargava) [871215] | |
- [netdrv] sky2: fix scheduling while atomic in sky2_vlan_rx_register (Nikolay Aleksandrov) [920754] | |
- [netdrv] netxen: write IP address to firmware when using bonding (Nikolay Aleksandrov) [924667] | |
- [netdrv] be2net: remove BUG_ON() in be_mcc_compl_is_new() (Ivan Vecera) [909488] | |
- [netdrv] igb: increase timeout for ethtool offline self-test (Stefan Assmann) [906240] | |
- [netdrv] qlcnic: sleeping function called from invalid context (Amerigo Wang) [907310] | |
- [netdrv] be2net: ensure all events are ack'ed prior calling be_eq_clean (Ivan Vecera) [884442] | |
- [pci] Document MPS parameters pci=pcie_bus_safe, pci=pcie_bus_perf, etc (Myron Stowe) [910604] | |
* Wed Jun 12 2013 Jarod Wilson <[email protected]> [2.6.32-389.el6] | |
- [virt] kvm: fix copy to user with irq disabled (Michael S. Tsirkin) [906602] {CVE-2013-1935} | |
- [netdrv] usb/cdc_ncm: apply usbnet_link_change (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: demote "unexpected notification" to debug level (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: return -ENOMEM if kzalloc fails (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: allow user to prefer NCM for backwards compatibility (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: tag Huawei devices (e.g. E5331) with FLAG_WWAN (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: fix probing of devices with multiple control interface altsettings (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: add another Huawei vendor specific device (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: use IAD provided by the USB core (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: add support FLAG_NOARP for Infineon modem platform (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: fix error path for single interface probing (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: workaround for missing CDC Union (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: fix drvinfo strings set in drivers for ethtool (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: use generic usbnet_manage_power() (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: add Huawei devices (Neil Horman) [815934] | |
- [usb] add USB_VENDOR_AND_INTERFACE_INFO() macro (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: error path lock fix (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: big endian fix (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: apply introduced usb command APIs (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: do not bind to NCM compatible MBIM devices (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: adding MBIM driver (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: export shared symbols and definitions (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: errata updates for cdc.h (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: fix one more typo (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: add missed constants and structures (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: typo and style fixes (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: ncm constants and structures added (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: refactoring for tx multiplexing (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: splitting rx_fixup for code reuse (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: process chained NDPs (Neil Horman) [815934] | |
- [netdrv] net/cdc_ncm: refactor bind preparing for MBIM support (Neil Horman) [815934] | |
- [netdrv] net/cdc_ncm: adding MBIM support to ncm_setup (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: add MBIM constants and structures (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: workaround NTB input size firmware bug (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: tag Ericsson WWAN devices (eg F5521gw) with FLAG_WWAN (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: tag Ericsson WWAN devices (eg F5521gw) with FLAG_WWAN (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: Disable hub-initiated LPM for comms devices (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: avoid discarding datagrams in rx path (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: fix MTU and max_datagram_size handling (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: reduce driver latency in the data path (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: print MAC via printk format specifier (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: make ethtool_ops const (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: Use kzalloc rather than kmalloc followed by memset with 0 (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: convert drivers/net/* to use module_usb_driver() (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: Don't use stack variables for DMA (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: fix endianness problem (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: Remove unneeded version.h includes from drivers/net/ (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: add missing .reset_resume hook (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: release interfaces fix in unbind() (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: Add mising short packet in cdc_ncm driver (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: fix short packet issue on some devices (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: use ethd name for known ethernet devices (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: errata updates for cdc_ncm host driver (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: tx_fixup() race condition fix (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: Don't deref NULL in cdc_ncm_rx_fixup() and don't use uninitialized variable (Neil Horman) [815934] | |
- [netdrv] usb/cdc_ncm: USB CDC NCM host driver (Neil Horman) [815934] | |
- [netdrv] usb/serial/sierra: Add support for Sierra Wireless AirCard 320U modem (Neil Horman) [884869] | |
- [netdrv] sierra_net: keep status interrupt URB active (Neil Horman) [884869] | |
- [netdrv] sierra_net: apply usbnet_link_change (Neil Horman) [884869] | |
- [netdrv] sierra_net: Remove unnecessary alloc/OOM messages (Neil Horman) [884869] | |
- [netdrv] sierra_net: fix ethtool drvinfo strings set in drivers (Neil Horman) [884869] | |
- [netdrv] sierra_net: shut up sparse restricted type warnings (Neil Horman) [884869] | |
- [netdrv] usbnet: sierra_net: apply introduced usb command APIs (Neil Horman) [884869] | |
- [netdrv] sierra_net: Endianess bug fix (Neil Horman) [884869] | |
- [netdrv] sierra_net: removes unnecessary semicolon (Neil Horman) [884869] | |
- [netdrv] sierra_net: make private symbols static (Neil Horman) [884869] | |
- [netdrv] sierra_net: device IDs for Aircard 320U++ (Neil Horman) [884869] | |
- [netdrv] usbnet: make ethtool_ops const (Neil Horman) [884869] | |
- [netdrv] sierra_net: convert to use module_usb_driver() (Neil Horman) [884869] | |
- [netdrv] sierra_net: don't use flush_scheduled_work() (Neil Horman) [884869] | |
- [netdrv] sierra_net: return operator cleanup (Neil Horman) [884869] | |
- [netdrv] sierra_net: use __packed annotation (Neil Horman) [884869] | |
- [netdrv] sierra_net: initiate sync sequence in sierra_net.c driver (Neil Horman) [884869] | |
- [netdrv] sierra_net: add sierra_net driver (Neil Horman) [884869] | |
- [netdrv] usbnet: allow status interrupt URB to always be active (Neil Horman) [884869] | |
- [netdrv] usbnet: handle link change (Neil Horman) [884869] | |
- [netdrv] usbnet: apply usbnet_link_change (Neil Horman) [884869] | |
- [netdrv] usbnet: introduce usbnet_link_change API (Neil Horman) [884869] | |
- [netdrv] usbnet: Remove unnecessary alloc/OOM messages (Neil Horman) [884869] | |
- [netdrv] usbnet: fix tx_dropped statistics (Neil Horman) [884869] | |
- [netdrv] usbnet: prevent buggy devices from killing us (Neil Horman) [884869] | |
- [netdrv] usbnet: fix regression from FLAG_NOARP code (Neil Horman) [884869] | |
- [netdrv] usbnet: add new flag FLAG_NOARP for usb net devices (Neil Horman) [884869] | |
- [netdrv] usbnet: generic manage_power() (Neil Horman) [884869] | |
- [netdrv] usbnet: handle PM failure gracefully (Neil Horman) [884869] | |
- [netdrv] usbnet: ratelimit kevent may have been dropped warnings (Neil Horman) [884869] | |
- [netdrv] usbnet: runtime wake up device before calling usbnet_{read|write}_cmd (Neil Horman) [884869] | |
- [netdrv] usbnet: introduce usbnet_{read|write}_cmd_nopm (Neil Horman) [884869] | |
- [netdrv] usbnet: Fix memory leak on Tx data path (Neil Horman) [884869] | |
- [netdrv] usbnet: introduce usbnet 3 command helpers (Neil Horman) [884869] | |
- [netdrv] usbnet: Support devices reporting idleness (Neil Horman) [884869] | |
- [netdrv] usbnet: fix softirq storm on suspend (Neil Horman) [884869] | |
- [netdrv] usbnet: fix deadlock in resume (Neil Horman) [884869] | |
- [netdrv] usbnet: Use eth_random_addr (Neil Horman) [884869] | |
- [netdrv] usbnet: handle remote wakeup asap (Neil Horman) [884869] | |
- [netdrv] usbnet: clear OPEN flag in failure path (Neil Horman) [884869] | |
- [netdrv] usbnet: sanitise overlong driver information strings (Neil Horman) [884869] | |
- [netdrv] usbnet: don't initialize transfer buffer before submit status URB (Neil Horman) [884869] | |
- [netdrv] usbnet: remove declaration for intr_complete (Neil Horman) [884869] | |
- [netdrv] usbnet: remove usb_get/put_dev in .probe and .disconnect (Neil Horman) [884869] | |
- [netdrv] usbnet: fix skb traversing races during unlink (Neil Horman) [884869] | |
- [netdrv] usbnet: fix failure handling in usbnet_probe (Neil Horman) [884869] | |
- [netdrv] usbnet: fix leak of transfer buffer of dev->interrupt (Neil Horman) [884869] | |
- [netdrv] usbnet: consider device busy at each recieved packet (Neil Horman) [884869] | |
- [netdrv] usbnet: don't clear urb->dev in tx_complete (Neil Horman) [884869] | |
- [netdrv] usbnet: increase URB reference count before usb_unlink_urb (Neil Horman) [884869] | |
- [netdrv] usbnet: use netif_tx_wake_queue instead of netif_start_queue (Neil Horman) [884869] | |
- [netdrv] usbnet: reserve headroom on rx skbs (Neil Horman) [884869] | |
- [netdrv] usbnet: avoid recursive locking in usbnet_stop() (Neil Horman) [884869] | |
- [netdrv] usbnet: fix oops in usbnet_start_xmit (Neil Horman) [884869] | |
- [netdrv] usbnet: fix a few typos in comments (Neil Horman) [884869] | |
- [netdrv] usbnet: fix out of memory during runtime pm (Neil Horman) [884869] | |
- [netdrv] usbnet: remove flag of EVENT_DEV_WAKING (Neil Horman) [884869] | |
- [netdrv] usbnet: Resubmit interrupt URB if device is open (Neil Horman) [884869] | |
- [netdrv] usbnet: Use FIELD_SIZEOF macro in usbnet_init() function (Neil Horman) [884869] | |
- [netdrv] usbnet: use ethd name for known ethernet devices (Neil Horman) [884869] | |
- [netdrv] usbnet: Fix up 'FLAG_POINTTOPOINT' and 'FLAG_MULTI_PACKET' overlaps (Neil Horman) [884869] | |
- [netdrv] usbnet: Ethernet quirks for the LG-VL600 4G modem (Neil Horman) [884869] | |
- [netdrv] usbnet: Fix leak when usb_autopm_get_interface() returns less than zero in kevent() (Neil Horman) [884869] | |
- [netdrv] usbnet: don't use flush_scheduled_work() (Neil Horman) [884869] | |
- [netdrv] usbnet: changes for upcoming cdc_ncm driver (Neil Horman) [884869] | |
- [netdrv] usbnet: fix usb_autopm_get_interface failure (Neil Horman) [884869] | |
- [netdrv] usbnet: rx_submit() should return an error code (Neil Horman) [884869] | |
- [netdrv] usbnet: remove noisy and hardly useful printk (Neil Horman) [884869] | |
- [netdrv] usbnet: use jiffies in schedule_timeout(), not msecs (Neil Horman) [884869] | |
- [netdrv] usbnet: use newly introduced hex_to_bin() (Neil Horman) [884869] | |
- [netdrv] usbnet: Set parent device early for netdev_printk() (Neil Horman) [884869] | |
- [netdrv] usbnet: Print device statistics as unsigned (Neil Horman) [884869] | |
- [netdrv] usbnet: Adding URB_ZERO_PACKET flag to usbnet.c (Neil Horman) [884869] | |
- [netdrv] usbnet: Use netif_<level> logging facilities (Neil Horman) [884869] | |
- [netdrv] usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level> (Neil Horman) [884869] | |
- [netdrv] usbnet: Autosuspend for online devices (Neil Horman) [884869] | |
- [netdrv] usbnet: Move && and || to end of previous line (Neil Horman) [884869] | |
- [netdrv] usbnet: Set link down initially for drivers that update link state (Neil Horman) [884869] | |
- [netdrv] usbnet: Set device type for wlan and wwan devices (Neil Horman) [884869] | |
- [netdrv] usbnet: Use wwand interface name for mobile broadband devices (Neil Horman) [884869] | |
- [edac] sb_edac: do not require prescence of IMC_DDRIO device (Mauro Carvalho Chehab) [923451] | |
- [edac] sb_edac: fix the error about memory type detection on SandyBridge (Mauro Carvalho Chehab) [923451] | |
- [dma] ioat: Fix excessive CPU utilization (John Feeney) [883575] | |
- [wireless] b43: stop format string leaking into error msgs (John Linville) [971389] {CVE-2013-2852} | |
* Tue Jun 11 2013 Jarod Wilson <[email protected]> [2.6.32-388.el6] | |
- [powerpc] crypto: Enable the PFO-based encryption device (Steve Best) [929325] | |
- [crypto] nx: Build files for the nx device driver (Steve Best) [929325] | |
- [crypto] nx: Fixes for multiple races and issues (Steve Best) [929325] | |
- [crypto] nx: debugfs routines and docs for the nx device driver on powerpc (Steve Best) [929325] | |
- [crypto] nx: SHA512 hash routines for nx encryption on powerpc (Steve Best) [929325] | |
- [crypto] nx: SHA256 hash routines for nx encryption on powerpc (Steve Best) [929325] | |
- [crypto] nx: AES-XCBC mode routines for nx encryption on powerpc (Steve Best) [929325] | |
- [crypto] nx: AES-GCM mode routines for nx encryption on powerpc (Steve Best) [929325] | |
- [crypto] nx: AES-ECB mode routines for nx encryption on powerpc (Steve Best) [929325] | |
- [crypto] nx: AES-CTR mode routines for nx encryption on powerpc (Steve Best) [929325] | |
- [crypto] nx: AES-CCM mode routines for nx encryption on powerpc (Steve Best) [929325] | |
- [crypto] nx: AES-CBC mode routines for nx encryption on powerpc (Steve Best) [929325] | |
- [crypto] nx: driver code supporting nx encryption on powerpc (Steve Best) [929325] | |
- [x86] apic: mark ARAT Support as Tech Preview (Prarit Bhargava) [808192] | |
- [x86] apic: disable ARAT by default (Prarit Bhargava) [808192] | |
- [x86] amd: Do not enable ARAT feature on AMD processors below family 0x12 (Prarit Bhargava) [808192] | |
- [tools] perf: Fix SIGALRM and pipe read race for rwtop (Jiri Olsa) [907366] | |
- [tools] perf: Removing 'nr' field from rw* scripts (Jiri Olsa) [905007] | |
- [netdrv] bnx2: dma_alloc_coherent, use __GFP_ZERO instead of memset(, 0) (Neil Horman) [917110] | |
- [netdrv] bnx2: Rename register read and write macros (Neil Horman) [917110] | |
- [char] n_tty: Remove BUG_ON from n_tty_read() (Stanislaw Gruszka) [848085] | |
- [base] cpu: emit KOBJ_ADD after 'online' attribute is created (Igor Mammedov) [878749] | |
- [target] backport LIO from upstream 3.9 (Andy Grover) [903297] | |
- [scsi] Allow error handling timeout to be specified (Ewan Milne) [826061] | |
- [pci] make sriov work with hotplug remove (Takahiro MUNEDA) [965002] | |
- [nfs] sunrpc: Prevent an rpc_task wakeup race (Dave Wysochanski) [840860] | |
- [nfs] sunrpc: clarify comments on rpc_make_runnable (Dave Wysochanski) [840860] | |
* Mon Jun 10 2013 Jarod Wilson <[email protected]> [2.6.32-387.el6] | |
- [fs] gfs2: Use single-block reservations for directories (Robert S Peterson) [914725] | |
- [fs] gfs2: Speed up gfs2_rbm_from_block (Robert S Peterson) [914725] | |
- [fs] gfs2: Remove vestigial parameter ip from function rs_deltree (Robert S Peterson) [914725] | |
- [fs] ext4: update percpu counters after journal replay (Eric Sandeen) [961930] | |
- [fs] gfs2: Use ->dirty_inode() (Robert S Peterson) [887341] | |
- [fs] btrfs: update timestamps on truncate() (Eric Sandeen) [893397] | |
- [fs] ext4: remove unaligned AIO warning printk (Eric Sandeen) [905397] | |
- [fs] ext4: limit group search loop for non-extent files (Eric Sandeen) [958939] | |
- [fs] ext4: fix online resizing for ext3-compat file systems (Eric Sandeen) [958939] | |
- [fs] nfsd: make symbol nfsd_reply_cache_shrinker static (Jeff Layton) [681606] | |
- [fs] nfsd: scale up the number of DRC hash buckets with cache size (Jeff Layton) [681606] | |
- [fs] nfsd: keep stats on worst hash balancing seen so far (Jeff Layton) [681606] | |
- [fs] nfsd: add new reply_cache_stats file in nfsdfs (Jeff Layton) [681606] | |
- [fs] nfsd: track memory utilization by the DRC (Jeff Layton) [681606] | |
- [fs] nfsd: break out comparator into separate function (Jeff Layton) [681606] | |
- [fs] nfsd: eliminate one of the DRC cache searches (Jeff Layton) [681606] | |
- [fs] nfsd: only unhash DRC entries that are in the hashtable (Jeff Layton) [681606] | |
- [fs] nfsd: fix startup order in nfsd_reply_cache_init (Jeff Layton) [681606] | |
- [fs] nfsd: fix compiler warning about ambiguous types in nfsd_cache_csum (Jeff Layton) [681606] | |
- [fs] nfsd: fix comments on nfsd_cache_lookup (Jeff Layton) [681606] | |
- [fs] nfsd: keep a checksum of the first 256 bytes of request (Jeff Layton) [681606] | |
- [net] sunrpc: trim off trailing checksum before returning decrypted or integrity authenticated buffer (Jeff Layton) [681606] | |
- [net] sunrpc: fix comment in struct xdr_buf definition (Jeff Layton) [681606] | |
- [net] sunrpc: copy scope ID in __rpc_copy_addr6 (Jeff Layton) [681606] | |
- [fs] nfsd: register a shrinker for DRC cache entries (Jeff Layton) [681606] | |
- [fs] nfsd: add recurring workqueue job to clean the cache (Jeff Layton) [681606] | |
- [fs] nfsd: when updating an entry with RC_NOCACHE, just free it (Jeff Layton) [681606] | |
- [fs] nfsd: remove the cache_disabled flag (Jeff Layton) [681606] | |
- [fs] nfsd: dynamically allocate DRC entries (Jeff Layton) [681606] | |
- [fs] nfsd: track the number of DRC entries in the cache (Jeff Layton) [681606] | |
- [fs] nfsd: always move DRC entries to the end of LRU list when updating timestamp (Jeff Layton) [681606] | |
- [fs] nfsd: break out hashtable search into separate function (Jeff Layton) [681606] | |
- [fs] nfsd: clean up and clarify the cache expiration code (Jeff Layton) [681606] | |
- [fs] nfsd: remove redundant test from nfsd_reply_cache_free (Jeff Layton) [681606] | |
- [fs] nfsd: add alloc and free functions for DRC entries (Jeff Layton) [681606] | |
- [fs] nfsd: create a dedicated slabcache for DRC entries (Jeff Layton) [681606] | |
- [fs] nfsd: get rid of RC_INTR (Jeff Layton) [681606] | |
- [fs] nfsd: remove unneeded spinlock in nfsd_cache_update (Jeff Layton) [681606] | |
- [fs] nfsd: fix IPv6 address handling in the DRC (Jeff Layton) [681606] | |
- [fs] nfsd: make op_cacheresult another flag (Jeff Layton) [681606] | |
- [fs] nfsd: fix v4 reply caching (Jeff Layton) [681606] | |
- [fs] nfsd: turn on reply cache for NFSv4 (Jeff Layton) [681606] | |
- [fs] nfsd: introduce OPDESC helper (Jeff Layton) [681606] | |
- [fs] bio: fix allocation failure due to bio_get_nr_vecs() (Carlos Maiolino) [956947] | |
- [fs] bio: dont overflow in bio_get_nr_vecs() (Carlos Maiolino) [956947] | |
- [fs] vfs: fix spurious return of ESTALE errors when cwd on nfs is renamed on server (Jeff Layton) [896580] | |
- [fs] vfs: revert most of dcache remove d_mounted (Ian Kent) [907512] | |
* Fri Jun 07 2013 Jarod Wilson <[email protected]> [2.6.32-386.el6] | |
- [net] rtnl: fix info leak on RTM_GETLINK request for VF devices (Flavio Leitner) [923659] {CVE-2013-2634 CVE-2013-2635} | |
- [net] dcbnl: fix various netlink info leaks (Flavio Leitner) [923659] {CVE-2013-2634 CVE-2013-2635} | |
- [net] tcp: fix tcp_trim_head() to adjust segment count with skb MSS (Daniel Borkmann) [970609] | |
- [net] af_netlink: force credentials passing (Thomas Graf) [880142] | |
- [net] af_unix: Only allow recv on connected (Thomas Graf) [880142] | |
- [net] scm: fix incorrect credentials passing (Thomas Graf) [880142] | |
- [net] llc: Fix missing msg_namelen update in llc_ui_recvmsg() (Jesper Brouer) [956100] {CVE-2013-3231} | |
- [net] rps: Update RFS target at poll for tcp/udp (Daniel Borkmann) [893177] | |
- [net] rps: Fix brokeness causing OOO packets (Daniel Borkmann) [893177] | |
- [net] rps: enable RFS before first data packet is received (Daniel Borkmann) [893177] | |
- [net] ipv6: Enable RFS sk_rxhash tracking for ipv6 sockets (Daniel Borkmann) [893177] | |
- [netdrv] sfc: Implement hardware acceleration of RFS (Daniel Borkmann) [893177] | |
- [net] rps: Make hardware-accelerated RFS conditional on NETIF_F_NTUPLE (Daniel Borkmann) [893177] | |
- [net] rps: Enable hardware acceleration of RFS (Daniel Borkmann) [893177] | |
- [lib] cpu_rmap: avoid flushing all workqueues (Daniel Borkmann) [893177] | |
- [net] rps: Protect cpu_rmap.h from double inclusion (Daniel Borkmann) [893177] | |
- [lib] cpu_rmap: CPU affinity reverse-mapping (Daniel Borkmann) [893177] | |
- [kernel] genirq: Add IRQ affinity notifiers (Daniel Borkmann) [893177] | |
- [net] bonding: fix enslaving in alb mode when link down (Veaceslav Falico) [965132] | |
- [net] sch_tbf: segment too big GSO packets (Jiri Pirko) [875750] | |
- [net] Documentation: add nf_conntrack sysctl api documentation (Jiri Pirko) [747951] | |
* Fri Jun 07 2013 Jarod Wilson <[email protected]> [2.6.32-385.el6] | |
- [x86] perf: Add IvyBridge EP support (Prarit Bhargava) [892531] | |
- [x86] perf: Fix Intel Ivy Bridge support (Prarit Bhargava) [892531] | |
- [x86] perf: Add Intel LBR mappings for PERF_SAMPLE_BRANCH filters (Prarit Bhargava) [892531] | |
- [x86] perf: Add Intel LBR sharing logic (Prarit Bhargava) [892531] | |
- [x86] perf: Add Intel LBR MSR definitions (Prarit Bhargava) [892531] | |
- [netdrv] usb/asix: add support for Lenovo X1 Carbon adapter (Dave Airlie) [907174] | |
- [netdrv] usb/asix: handle packets crossing URB boundaries (Dave Airlie) [907174] | |
- [x86] amd_iommu: initialize the device table after dma_ops (Don Dutile) [920672] | |
- [pci] intel-iommu: eliminate warning that may indicate bad BIOS (Don Dutile) [952399] | |
- [kernel] pidns: Outlaw thread creation after unshare(CLONE_NEWPID) (Aristeu Rozanski) [919065] | |
- [fs] proc: Usable inode numbers for the namespace file descriptors (Aristeu Rozanski) [919069] | |
- [fs] proc: Allow proc_free_inum to be called from any context (Aristeu Rozanski) [919069] | |
- [fs] proc: fix inconsistent lock state (Aristeu Rozanski) [919069] | |
- [fs] proc: Generalize proc inode allocation (Aristeu Rozanski) [919069] | |
- [kernel] pidns: Add setns support (Aristeu Rozanski) [919060] | |
- [kernel] pidns: add reboot_pid_ns() to handle the reboot syscall (Aristeu Rozanski) [919060] | |
- [fs] vfs: Add setns support for the mount namespace (Aristeu Rozanski) [919067] | |
- [kernel] pidns: Support unsharing the pid namespace (Aristeu Rozanski) [919065] | |
- [kernel] pidns: Deny strange cases when creating pid namespaces (Aristeu Rozanski) [919060 919065] | |
- [kernel] sys_unshare: remove the dead CLONE_THREAD/SIGHAND/VM code (Aristeu Rozanski) [919060 919065] | |
- [kernel] check_unshare_flags: kill the bogus CLONE_SIGHAND/sig->count check (Aristeu Rozanski) [919060 919065] | |
- [kernel] pidns: Consolidate initialzation of special init task state (Aristeu Rozanski) [919060 919065] | |
- [kernel] pidns: Make the pidns proc mount/umount logic obvious (Aristeu Rozanski) [919060 919065] | |
- [kernel] pid: remove the child_reaper special case in init/main.c (Aristeu Rozanski) [919060 919065] | |
- [kernel] pid: reduce code size by using a pointer to iterate over array (Aristeu Rozanski) [919060 919065] | |
- [kernel] pidns: Use task_active_pid_ns where appropriate (Aristeu Rozanski) [919060 919065] | |
- [kernel] namespaces, pid_ns: fix leakage on fork() failure (Aristeu Rozanski) [919060 919065] | |
- [kernel] namespaces: make sure that nsproxy_cache is initialized early enough (Aristeu Rozanski) [919060 919065 919067 919069] | |
- [kernel] pidns: call pid_ns_prepare_proc() from create_pid_namespace() (Aristeu Rozanski) [919060 919065] | |
- [fs] procfs: setting ->proc_mnt doesnt belong in proc_get_sb() (Aristeu Rozanski) [919069] | |
- [kernel] signals/send_signal: use si_fromuser() to detect from_ancestor_ns (Aristeu Rozanski) [919060 919065] | |
- [kernel] signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER() (Aristeu Rozanski) [919060 919065] | |
- [x86] acpi: Avoid SRAT table checks for Fujitsu Primequest systems (Prarit Bhargava) [966853] | |
- [kernel] tick: Cleanup NOHZ per cpu data on cpu down (Prarit Bhargava) [950068] | |
* Thu May 30 2013 Jarod Wilson <[email protected]> [2.6.32-384.el6] | |
- [net] tcp: Fix oops from tcp_collapse() when using splice() (Nikola Pajkovsky) [863512] {CVE-2013-2128} | |
- [net] ipv6: only invalidate previously tokenized addresses (Daniel Borkmann) [876634] | |
- [net] ipv6: also allow token to be set when device not ready (Daniel Borkmann) [876634] | |
- [net] ipv6: minor: use in6addr_any in token init (Daniel Borkmann) [876634] | |
- [net] ipv6: add tokenized interface identifier support (Daniel Borkmann) [876634] | |
- [net] ipv6: unify logic evaluating inet6_dev's accept_ra property (Daniel Borkmann) [876634] | |
- [net] ipv6: Send ICMPv6 RSes only when RAs are accepted (Daniel Borkmann) [876634] | |
- [net] ipv4: kill an RCU warning in inet_fill_link_af() (Daniel Borkmann) [876634] | |
- [net] rtnetlink: make link af-specific updates atomic (Daniel Borkmann) [876634] | |
- [net] ipv6: AF_INET6 link address family (Daniel Borkmann) [876634] | |
- [net] ipv4: AF_INET link address family (Daniel Borkmann) [876634] | |
- [net] ipv4: Define IPV4_DEVCONF_MAX (Daniel Borkmann) [876634] | |
- [net] rtnetlink: Link address family API (Daniel Borkmann) [876634] | |
- [net] ipv6: addrconf.h cleanups (Daniel Borkmann) [876634] | |
- [net] Revert: openvswitch: Make Open vSwitch use non-accel VLAN tagging (Thomas Graf) [919068] | |
- [net] offloading: Do not mask out NETIF_F_HW_VLAN_TX for vlan (Thomas Graf) [919068] | |
- [net] offloading: Support multiple vlan tags in GSO (Thomas Graf) [919068] | |
- [net] vlan: Enable software emulation for vlan accleration (Thomas Graf) [919068] | |
- [net] vlan: adjust vlan_set_encap_proto() for its callers (Thomas Graf) [919068] | |
- [net] veth: extend device features (Thomas Graf) [959780] | |
- [net] tcp: connect() race with timewait reuse (Jiri Pirko) [947041] | |
- [net] vxlan: Fix TCPv6 segmentation (Amerigo Wang) [960008] | |
- [net] gre: Fix GREv4 TCPv6 segmentation (Amerigo Wang) [960008] | |
- [net] sctp: set association state to established in dupcook_a handler (Michele Baldessari) [916291] | |
- [net] openvswitch: Use FIELD_SIZEOF() in dp_init() (Thomas Graf) [923212] | |
- [net] openvswitch: Allow OVS_USERSPACE_ATTR_USERDATA to be variable length (Thomas Graf) [923212] | |
- [net] openvswitch: Change ENOENT return value to ENODEV in lookup_vport() (Thomas Graf) [923212] | |
- [net] openvswitch: Make OVSP_LOCAL 32-bit (Thomas Graf) [923212] | |
- [net] openvswitch: Avoid useless holes in struct vport (Thomas Graf) [923212] | |
- [net] openvswitch: Use eth_mac_addr() instead of duplicating it (Thomas Graf) [923212] | |
- [net] introduce new priv_flag indicating iface capable of change mac when running (Thomas Graf) [923212] | |
- [net] openvswitch: remove some useless comments (Thomas Graf) [923212] | |
- [net] openvswitch: fix the calculation of checksum for vlan header (Thomas Graf) [923212] | |
- [net] openvswitch: Fix parsing invalid LLC/SNAP ethertypes (Thomas Graf) [923212] | |
- [net] openvswitch: Call genlmsg_end in queue_userspace_packet (Thomas Graf) [923212] | |
- [net] openvswitch: Fix ovs_vport_cmd_new return value on success (Thomas Graf) [923212] | |
- [net] openvswitch: Fix ovs_vport_cmd_del return value on success (Thomas Graf) [923212] | |
- [net] openvswitch: Use RCU callback when detaching netdevices (Thomas Graf) [923212] | |
- [net] openvswitch: add skb mark matching and set action (Thomas Graf) [923212] | |
- [net] openvswitch: use this_cpu_ptr per-cpu helper (Thomas Graf) [923212] | |
- [net] openvswitch: add ipv6 'set' action (Thomas Graf) [923212] | |
- [net] core: add function for incremental IPv6 pseudo header checksum updates (Thomas Graf) [923212] | |
- [net] ipv6: improve ipv6_find_hdr() to skip empty routing headers (Thomas Graf) [923212] | |
- [net] ipv6: Move ipv6_find_hdr() out of Netfilter code (Thomas Graf) [923212] | |
- [net] netfilter: ip6_tables: add flags parameter to ipv6_find_hdr() (Thomas Graf) [923212] | |
- [net] openvswitch: Process RARP packets with ethertype 0x8035 similar to ARP packets (Thomas Graf) [923212] | |
- [net] openvswitch: Store flow key len if ARP opcode is not request or reply (Thomas Graf) [923212] | |
- [net] openvswitch: Print device when warning about over MTU packets (Thomas Graf) [923212] | |
- [net] openvswitch: Remove unecessary semicolon (Thomas Graf) [923212] | |
- [net] openvswitch: Increase maximum number of datapath ports (Thomas Graf) [923212] | |
- [net] openvswitch: using kfree_rcu() to simplify the code (Thomas Graf) [923212] | |
- [net] openvswitch: Stop using NLA_PUT*() (Thomas Graf) [923212] | |
- [net] af_unix: dont send SCM_CREDENTIALS by default (Thomas Graf) [880142] | |
- [net] scm: Capture the full credentials of the scm sender (Thomas Graf) [880142] | |
- [net] af_unix: Allow connecting to sockets in other network namespaces (Thomas Graf) [880142] | |
- [net] af_unix: Allow credentials to work across user and pid namespaces (Thomas Graf) [880142] | |
- [net] scm: Capture the full credentials of the scm sender (Thomas Graf) [880142] | |
- [net] af_netlink: Add needed scm_destroy after scm_send (Thomas Graf) [880142] | |
- [net] af_unix: Allow SO_PEERCRED to work across namespaces (Thomas Graf) [880142] | |
- [net] sock: Introduce cred_to_ucred (Thomas Graf) [880142] | |
- [kernel] user_ns: Introduce user_nsmap_uid and user_ns_map_gid (Thomas Graf) [880142] | |
- [net] scm: Reorder scm_cookie (Thomas Graf) [880142] | |
- [net] rtnetlink: Allow setting the network namespace by fd (Thomas Graf) [880142] | |
- [net] rtnetlink: Fix ip link add netns oops (Thomas Graf) [880142] | |
- [net] Support specifying the network namespace upon device creation (Thomas Graf) [880142] | |
- [net] ns: add a printk to explain a failure (Amerigo Wang) [880142] | |
- [net] openvswitch: Add support for network namespaces (Amerigo Wang) [880142] | |
- [netdrv] veth: Enforce minimum size of VETH_INFO_PEER (Amerigo Wang) [880142] | |
- [netdrv] veth: Fix packet checksumming (Amerigo Wang) [880142] | |
- [netdrv] veth: Fix the byte counters (Amerigo Wang) [880142] | |
- [net] fix incorrect getting net device's name (Amerigo Wang) [880142] | |
- [net] rtnetlink: Add missing manual netlink notification in dev_change_net_namespaces (Amerigo Wang) [880142] | |
- [net] fix dev_get_valid_name (Amerigo Wang) [880142] | |
- [net] device name allocation cleanups (Amerigo Wang) [880142] | |
- [netdrv] dummy: fix rcu_sched self-detected stalls (Amerigo Wang) [880142] | |
- [net] dev_close() should check IFF_UP (Amerigo Wang) [880142] | |
- [net] Move rcu_barrier from rollback_registered_many to netdev_run_todo (Amerigo Wang) [880142] | |
- [net] Fix more stale on-stack list_head objects (Amerigo Wang) [880142] | |
- [net] deinit automatic LIST_HEAD (Amerigo Wang) [880142] | |
- [net] factorize sync-rcu call in unregister_netdevice_many (Amerigo Wang) [880142] | |
- [net] use rcu_barrier() in rollback_registered_many (Amerigo Wang) [880142] | |
- [net] use list_first_entry macro (Amerigo Wang) [880142] | |
- [net] Handle NETREG_UNINITIALIZED devices correctly (Amerigo Wang) [880142] | |
- [net] NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCH (Amerigo Wang) [880142] | |
- [net] introduce NETDEV_UNREGISTER_PERNET (Amerigo Wang) [880142] | |
- [net] Introduce unregister_netdevice_many() (Amerigo Wang) [880142] | |
- [net] Introduce unregister_netdevice_queue() (Amerigo Wang) [880142] | |
- [net] rtnetlink: speedup rtnl_dump_ifinfo() (Amerigo Wang) [880142] | |
- [net] dev_forward_skb() should clear skb_iif (Amerigo Wang) [880142] | |
- [net] fix mtu check when TSO is enabled (Amerigo Wang) [880142] | |
- [net] Allow tagged VLAN packets to flow through VETH devices (Amerigo Wang) [880142] | |
- [net] dev_forward_skb should call nf_reset (Amerigo Wang) [880142] | |
- [net] ns: keep vlan slaves on master netns move (Amerigo Wang) [880142] | |
- [fs] proc/ns: Fix the namespace inode permission checks (Amerigo Wang) [880142] | |
- [fs] improve scalability of pseudo filesystems (Amerigo Wang) [880142] | |
- [fs] proc/ns: prevent crash when ns_entries is empty (Amerigo Wang) [880142] | |
- [net] ns: fix net_alloc_generic() (Amerigo Wang) [880142] | |
- [net] ns: fix proxy ARP entries listing on a netns (Amerigo Wang) [880142] | |
- [net] ns: get_net_ns_by_fd() oopses if proc_ns_fget() returns an error (Amerigo Wang) [880142] | |
- [net] ns: fix get_net_ns_by_fd for !CONFIG_NET_NS (Amerigo Wang) [880142] | |
- [fs] ns proc: Return -ENOENT for a nonexistent /proc/self/ns/ entry (Amerigo Wang) [880142] | |
- [fs] proc/ns: Fix Oops on stat of /proc/<zombie pid>/ns/net (Amerigo Wang) [880142] | |
- [net] ns: Allow setting the network namespace by fd (Amerigo Wang) [880142] | |
- [fs] proc/ns: Add support for the ipc namespace (Amerigo Wang) [880142] | |
- [fs] proc/ns: Add support for the uts namespace (Amerigo Wang) [880142] | |
- [fs] proc/ns: Add support for the network namespace (Amerigo Wang) [880142] | |
- [kernel] ns: Wire up the setns system call (Amerigo Wang) [880142] | |
- [kernel] ns: Introduce the setns syscall (Amerigo Wang) [880142] | |
- [fs] proc/ns: proc files for namespace naming policy (Amerigo Wang) [880142] | |
- [netdrv] mlx4: change TX coalescing defaults (Amerigo Wang) [864597] | |
- [net] tcp: add LAST_ACK as a valid state for TSQ (Amerigo Wang) [864597] | |
- [net] tcp: TCP Small Queues (Amerigo Wang) [864597] | |
- [net] netfilter/ipset: fix crash if IPSET_CMD_NONE command is sent (Thomas Graf) [889048] | |
* Wed May 29 2013 Jarod Wilson <[email protected]> [2.6.32-383.el6] | |
- [x86] efi: Set runtime_version to the EFI spec revision (Lenny Szubowicz) [917193] | |
- [x86] efi: initialize efi.runtime_version to make query_variable_info/update_capsule workable (Lenny Szubowicz) [917193] | |
- [x86] efi: Add infrastructure for UEFI 2.0 runtime services (Lenny Szubowicz) [917193] | |
- [netdrv] sfc: tidy up PTP synchronize function efx_ptp_process_times() (Nikolay Aleksandrov) [862340] | |
- [netdrv] sfc: PTP changes to support improved UUID filtering mode (Nikolay Aleksandrov) [862340] | |
- [netdrv] sfc: Allow efx_channel_type::receive_skb() to reject a packet (Nikolay Aleksandrov) [862340] | |
- [netdrv] sfc/ptp: adjust duplicate test (Nikolay Aleksandrov) [862340] | |
- [netdrv] sfc: Select PTP_1588_CLOCK (Nikolay Aleksandrov) [862340] | |
- [netdrv] ptp: Enable clock drivers along with associated net/PHY drivers (Nikolay Aleksandrov) [862340] | |
- [netdrv] sfc/ptp: use list_move instead of list_del/list_add (Nikolay Aleksandrov) [862340] | |
- [netdrv] sfc: Fix the reported priorities of different filter types (Nikolay Aleksandrov) [862340] | |
- [netdrv] sfc: Remove EFX_FILTER_FLAG_RX_OVERRIDE_IP (Nikolay Aleksandrov) [862340] | |
- [netdrv] sfc: Fix null function pointer in efx_sriov_channel_type (Nikolay Aleksandrov) [862340] | |
- [netdrv] sfc: Expose FPGA bitfile partition through MTD (Nikolay Aleksandrov) [862340] | |
- [netdrv] sfc: Add support for IEEE-1588 PTP (Nikolay Aleksandrov) [862340] | |
- [netdrv] sfc: Fix maximum array sizes for various MCDI commands (Nikolay Aleksandrov) [862340] | |
- [netdrv] sfc: Allow efx_mcdi_rpc to be called in two parts (Nikolay Aleksandrov) [862340] | |
- [netdrv] sfc: Add channel specific receive_skb handler and post_remove callback (Nikolay Aleksandrov) [862340] | |
- [netdrv] sfc: Add explicit RX queue flag to channel (Nikolay Aleksandrov) [862340] | |
- [acpi] apei/ghes: Add hardware memory error recovery support (Dean Nelson) [736982] | |
- [mm] memory-failure: add memory_failure_queue() (Dean Nelson) [736982] | |
- [virt] apic: Allow x2apic without IR on VMware platform (Marcelo Tosatti) [905688] | |
- [virt] apic: Move hypervisor detection of x2apic to hypervisor.h (Marcelo Tosatti) [905688] | |
- [virt] kvm: Add x86_hyper_kvm to complete detect_hypervisor_platform check (Marcelo Tosatti) [905688] | |
- [firmware] add kernel parameter to output SMBIOS UUID in proper endian format (Prarit Bhargava) [806134] | |
- [firmware] dmi_scan: check dmi version when get system uuid (Prarit Bhargava) [806134] | |
- [firmware] dmi_scan: use pUB to print UUIDs (Prarit Bhargava) [806134] | |
- [virt] kvm: Use __print_symbolic() for vmexit tracepoints (Stefan Hajnoczi) [891036] | |
- [virt] kvm: Record instruction set in kvm_exit tracepoint (Stefan Hajnoczi) [891036] | |
- [fs] hugetlbfs: add thread name and pid to SHM_HUGETLB mlock rlimit warning (Rafael Aquini) [885706] | |
- [fs] hugetlbfs: lessen the impact of a deprecation warning (Rafael Aquini) [885706] | |
- [misc] hpilo: ignore auxiliary HP iLO BMCs (Tony Camuso) [826725] | |
- [misc] hpilo: remove pci_disable_device (Tony Camuso) [826725] | |
- [misc] hpilo: update module version (Tony Camuso) [826725] | |
- [powerpc] perf: Fix finding overflowed PMC in interrupt (Steve Best) [905138] | |
- [powerpc] perf: Fix for PMCs not making progress (Steve Best) [905138] | |
- [x86] pvpanic: add pvpanic device driver (Andrew Jones) [831178] | |
- [virt] kvm: limit difference between kvmclock updates (Marcelo Tosatti) [952174] | |
- [virt] kvm: Fix invalid secondary exec controls in vmx_cpuid_update() (Andrew Jones) [916932] | |
- [i2c] i2c-i801: Add Device IDs for Intel Lynx Point-LP PCH (John Villalovos) [847118] | |
- [watchdog] iTCO_wdt: Add Device IDs for Intel Lynx Point-LP PCH (John Villalovos) [847118] | |
- [ata] ata_piix: Add Device IDs for Intel Lynx Point-LP PCH (John Villalovos) [847118] | |
- [ata] ahci: Add Device IDs for Intel Lynx Point-LP PCH (John Villalovos) [847118] | |
- [input] wacom: cleanup feature report for bamboos (Aristeu Rozanski) [949379] | |
- [kernel] kexec: improve logging when crashkernel=auto can't be satisfied (Steve Best) [929286] | |
- [usb] uhci: fix IRQ race during initialization (Dave Young) [915834] | |
- [pci] acpiphp: remove all functions in slot, even without ACPI _EJx (Amos Kong) [890253] | |
- [x86] oprofile: Fix crash when unloading module in nmi timer mode (Don Zickus) [828936] | |
- [scsi] cxgb4i: Remove the scsi host device when removing device (Steve Best) [908030] | |
* Fri May 24 2013 Jarod Wilson <[email protected]> [2.6.32-382.el6] | |
- [net] ipvs: sctp: fix checksumming on snat and dnat handlers (Daniel Borkmann) [892256] | |
- [netdrv] e1000e: enable VLAN RX/TX in PROMISC mode (Stefan Assmann) [886420] | |
- [netdrv] bnx2x: strip VLAN header in PROMISC mode (Stefan Assmann) [886420] | |
- [net] vlan: handle packets with empty vlan_group via VLAN code (Stefan Assmann) [886420] | |
- [net] ptp: remove Tech Preview status (Jiri Benc) [920155] | |
- [net] ptp: dynamic allocation of PHC char devices (Jiri Benc) [920155] | |
- [pps] Fix a use-after free bug when unregistering a source (Jiri Benc) [920155] | |
- [net] ptp: reduce stack usage when measuring the system time offset (Jiri Benc) [920155] | |
- [net] ptp: reduce stack usage when reading external time stamps (Jiri Benc) [920155] | |
- [net] ptp: update adjfreq callback description (Jiri Benc) [920155] | |
- [net] ptp: add an ioctl to compare PHC time with system time (Jiri Benc) [920155] | |
- [net] ptp: Make PTP_1588_CLOCK select rather than depend on PPS (Jiri Benc) [920155] | |
- [net] pps, ptp: Remove dependencies on EXPERIMENTAL (Jiri Benc) [920155] | |
- [net] ptp: clarify the clock_name sysfs attribute (Jiri Benc) [920155] | |
- [pps] default echo function (Jiri Benc) [920155] | |
- [net] ptp: validate HWTSTAMP ioctl parameters (Jiri Benc) [920155] | |
- [net] ptp: introduce ptp one step time stamp mode for sync packets (Jiri Benc) [920155] | |
- [net] ptp: fix L2 event message recognition (Jiri Benc) [920155] | |
- [net] correct comment on where to place transmit time stamp hook (Jiri Benc) [920155] | |
- [net] packet: support for TX time stamps on RAW sockets (Jiri Benc) [920155] | |
- [net] Documentation: corrected documentation for hardware time stamping (Jiri Benc) [920155] | |
- [net] bridge: Add multicast_querier toggle and disable queries by default (Flavio Leitner) [905561] | |
- [net] bridge: Fix fatal typo in setup of multicast_querier_expired (Flavio Leitner) [905561] | |
- [net] bridge: Restart queries when last querier expires (Flavio Leitner) [905561] | |
- [net] bridge: Add br_multicast_start_querier (Flavio Leitner) [905561] | |
- [net] sctp: Validate parameter size for SCTP_GET_ASSOC_STATS (Thomas Graf) [755486] | |
- [net] sctp: sctp_close: fix release of bindings for deferred call_rcu's (Daniel Borkmann) [903296] | |
- [net] sctp: refactor sctp_outq_teardown to insure proper re-initalization (Daniel Borkmann) [913170] | |
- [net] ipv6: TX timestamps for IPv6 UDP packets (Jiri Benc) [904172] | |
- [net] af_packet: remove BUG statement in tpacket_destruct_skb (Daniel Borkmann) [905335] | |
- [net] ipv4: prevent setting ttl=0 via IP_TTL (Amerigo Wang) [893306] | |
- [net] bridge: Correctly encode addresses when dumping mdb entries (Amerigo Wang) [856262] | |
- [net] bridge: Do not unregister all PF_BRIDGE rtnl operations (Amerigo Wang) [856262] | |
- [net] bridge: export multicast database via netlink (Amerigo Wang) [856262] | |
- [net] netfilter: allow NFQUEUE bypass if no listener is available (Daniel Borkmann) [854259] | |
- [net] netfilter: reduce NF_VERDICT_MASK to 0xff (Daniel Borkmann) [854259] | |
- [net] netfilter: nfnetlink_queue: do not free skb on error (Daniel Borkmann) [854259] | |
- [net] netfilter: nfnetlink_queue: return error number to caller (Daniel Borkmann) [854259] | |
- [net] netfilter: xt_NFQUEUE: consolidate v4/v6 targets into one (Daniel Borkmann) [854259] | |
- [net] ipv6: Remove IPV6_ADDR_RESERVED (Amerigo Wang) [860764] | |
* Mon May 20 2013 Jarod Wilson <[email protected]> [2.6.32-381.el6] | |
- [fs] xfs: avoid xfs_dir_fsync() to dereference a NULL inode pointer (Carlos Maiolino) [950638] | |
- [fs] super: fix get_active_super()/umount() race (Carlos Maiolino) [918724] | |
- [fs] cifs: ensure that we always do cifsFileInfo_get under the spinlock (Sachin Prabhu) [734728] | |
- [fs] cifs: convert async read callback to slow_work (Sachin Prabhu) [734728] | |
- [fs] cifs: convert cifs_iovec_read to use async reads (Sachin Prabhu) [734728] | |
- [fs] cifs: add wrapper for cifs_async_readv to retry opening file (Sachin Prabhu) [734728] | |
- [fs] cifs: add refcounting to cifs_readdata structures (Sachin Prabhu) [734728] | |
- [fs] cifs: abstract out function to marshal the iovec for readv receives (Sachin Prabhu) [734728] | |
- [fs] cifs: make cifs_readdata_alloc take a work_func_t arg (Sachin Prabhu) [734728] | |
- [fs] cifs: make cifsFileInfo_get return the cifsFileInfo pointer (Sachin Prabhu) [734728] | |
- [fs] cifs: Change mid_q_entry structure fields (Sachin Prabhu) [734728] | |
- [fs] cifs: Expand CurrentMid field (Sachin Prabhu) [734728] | |
- [fs] cifs: Separate protocol-specific code from cifs_readv_receive code (Sachin Prabhu) [734728] | |
- [fs] cifs: Separate protocol-specific code from demultiplex code (Sachin Prabhu) [734728] | |
- [fs] cifs: Separate protocol-specific code from transport routines (Sachin Prabhu) [734728] | |
- [fs] cifs: Delete echo_retries module parm (Sachin Prabhu) [734728] | |
- [fs] cifs: Prepare credits code for a slot reservation (Sachin Prabhu) [734728] | |
- [fs] cifs: Make wait_for_free_request killable (Sachin Prabhu) [734728] | |
- [fs] cifs: Introduce credit-based flow control (Sachin Prabhu) [734728] | |
- [fs] cifs: Simplify inFlight logic (Sachin Prabhu) [734728] | |
- [fs] cifs: Respect negotiated MaxMpxCount (Sachin Prabhu) [734728] | |
- [fs] cifs: better instrumentation for coalesce_t2 (Sachin Prabhu) [734728] | |
- [fs] cifs: Fix error handling in cifs_readv_complete (Sachin Prabhu) [734728] | |
- [fs] cifs: Cleanup use of CONFIG_CIFS_STATS2 ifdef to make transport routines more readable (Sachin Prabhu) [734728] | |
- [fs] cifs: when server doesnt set CAP_LARGE_READ_X, cap default rsize at MaxBufferSize (Sachin Prabhu) [734728] | |
- [fs] cifs: allow for larger rsize= options and change defaults (Sachin Prabhu) [734728] | |
- [fs] cifs: convert cifs_readpages to use async reads (Sachin Prabhu) [734728] | |
- [fs] cifs: add cifs_async_readv (Sachin Prabhu) [734728] | |
- [fs] cifs: fix protocol definition for READ_RSP (Sachin Prabhu) [734728] | |
- [fs] cifs: add a callback function to receive the rest of the frame (Sachin Prabhu) [734728] | |
- [fs] cifs: break out 3rd receive phase into separate function (Sachin Prabhu) [734728] | |
- [fs] cifs: find mid earlier in receive codepath (Sachin Prabhu) [734728] | |
- [fs] cifs: move buffer pointers into TCP_Server_Info (Sachin Prabhu) [734728] | |
- [fs] cifs: eliminate is_multi_rsp parm to find_cifs_mid (Sachin Prabhu) [734728] | |
- [fs] cifs: move mid finding into separate routine (Sachin Prabhu) [734728] | |
- [fs] cifs: add a third receive phase to cifs_demultiplex_thread (Sachin Prabhu) [734728] | |
- [fs] cifs: keep a reusable kvec array for receives (Sachin Prabhu) [734728] | |
- [fs] cifs: turn read_from_socket into a wrapper around a vectorized version (Sachin Prabhu) [734728] | |
- [fs] add new module parameter enable_oplocks (Sachin Prabhu) [734728] | |
- [fs] cifs: clean up check_rfc1002_header (Sachin Prabhu) [734728] | |
- [fs] cifs: simplify read_from_socket (Sachin Prabhu) [734728] | |
- [fs] cifs: check for unresponsive server every time we call kernel_recvmsg (Sachin Prabhu) [734728] | |
- [fs] cifs: make smb_msg local to read_from_socket (Sachin Prabhu) [734728] | |
- [fs] cifs: remove obsolete comment (Sachin Prabhu) [734728] | |
- [fs] cifs: consolidate signature generating code (Sachin Prabhu) [734728] | |
- [fs] cifs: clean up checkSMB (Sachin Prabhu) [734728] | |
- [fs] cifs: untangle server->maxBuf and CIFSMaxBufSize (Sachin Prabhu) [734728] | |
- [fs] cifs: use memcpy for magic string in cifs signature generation BSRSPYL (Sachin Prabhu) [734728] | |
- [fs] cifs: Cleanup demupltiplex thread exiting code (Sachin Prabhu) [734728] | |
- [fs] cifs: Move mid search to a separate function (Sachin Prabhu) [734728] | |
- [fs] cifs: Move RFC1002 check to a separate function (Sachin Prabhu) [734728] | |
- [fs] cifs: Simplify socket reading in demultiplex thread (Sachin Prabhu) [734728] | |
- [fs] cifs: Move buffer allocation to a separate function (Sachin Prabhu) [734728] | |
- [fs] cifs: Cleanup: check return codes of crypto api calls (Sachin Prabhu) [734728] | |
- [fs] cifs: fix the type of cifs_demultiplex_thread() (Sachin Prabhu) [734728] | |
- [fs] cifs: connect.c remove one to many l's in the word (Sachin Prabhu) [734728] | |
- [mm] export lru_cache_add_*() to modules (Sachin Prabhu) [734728] | |
- [fs] ext4: Use single thread to perform DIO unwritten convertion (Carlos Maiolino) [914783] | |
- [fs] gfs2: Flush work queue before clearing glock hash tables (Robert S Peterson) [952836] | |
- [fs] cifs: delay super block destruction until all cifsFileInfo objects are gone (Mateusz Guzik) [917890] | |
- [fs] namei.c: Dont allow to create hardlink for deleted file (Brian Foster) [908158] | |
- [net] sunrpc: don't use a credential with extra groups (Mateusz Guzik) [955712] | |
- [fs] xfs: don't free EFIs before the EFDs are committed (Carlos Maiolino) [947582] | |
- [fs] xfs: pass shutdown method into xfs_trans_ail_delete_bulk (Carlos Maiolino) [805407] | |
- [fs] gfs2: Reinstate withdraw ack system (Robert S Peterson) [908093] | |
- [fs] gfs2: Fix unlock of fcntl locks during withdrawn state (Robert S Peterson) [894093] | |
- [fs] nfs: open a file descriptor for fsync in nfs4 recovery (J. Bruce Fields) [915479] | |
- [fs] nfs: add more context to state manager error mesgs (Dave Wysochanski) [917711] | |
- [fs] nfs: Rate limit the state manager for lock reclaim warning messages (Dave Wysochanski) [917711] | |
- [fs] nfs: Rate limit the state manager warning messages (Dave Wysochanski) [917711] | |
- [fs] nfs: even if __func__ shown (Dave Wysochanski) [917711] | |
- [fs] nfs: printks in fs/nfs/ should start with NFS: (Dave Wysochanski) [917711] | |
- [kernel] audit: destroy filename correctly (Jeff Layton) [678544] | |
- [fs] vfs: make lremovexattr retry once on ESTALE error (Jeff Layton) [678544] | |
- [fs] vfs: make removexattr retry once on ESTALE (Jeff Layton) [678544] | |
- [fs] vfs: make llistxattr retry once on ESTALE error (Jeff Layton) [678544] | |
- [fs] vfs: make listxattr retry once on ESTALE error (Jeff Layton) [678544] | |
- [fs] vfs: make getxattr retry once on an ESTALE error (Jeff Layton) [678544] | |
- [fs] vfs: allow lsetxattr() to retry once on ESTALE errors (Jeff Layton) [678544] | |
- [fs] vfs: allow setxattr to retry once on ESTALE errors (Jeff Layton) [678544] | |
- [fs] vfs: allow utimensat() calls to retry once on an ESTALE error (Jeff Layton) [678544] | |
- [fs] vfs: fix user_statfs to retry once on ESTALE errors (Jeff Layton) [678544] | |
- [fs] vfs: revert changes to arch/alpha and arch/parisc from statfs cleanup (Jeff Layton) [678544] | |
- [fs] clean statfs-like syscalls up (Jeff Layton) [678544] | |
- [fs] vfs: make fchownat retry once on ESTALE errors (Jeff Layton) [678544] | |
- [fs] vfs: Make chown() and lchown() call fchownat() (Jeff Layton) [678544] | |
- [fs] vfs: make fchmodat retry once on ESTALE errors (Jeff Layton) [678544] | |
- [fs] vfs: have chroot retry once on ESTALE error (Jeff Layton) [678544] | |
- [fs] vfs: have chdir retry lookup and call once on ESTALE error (Jeff Layton) [678544] | |
- [fs] vfs: have faccessat retry once on an ESTALE error (Jeff Layton) [678544] | |
- [fs] vfs: have do_sys_truncate retry once on an ESTALE error (Jeff Layton) [678544] | |
- [fs] vfs: fix renameat to retry on ESTALE errors (Jeff Layton) [678544] | |
- [fs] vfs: make do_unlinkat retry once on ESTALE errors (Jeff Layton) [678544] | |
- [fs] vfs: make do_rmdir retry once on ESTALE errors (Jeff Layton) [678544] | |
- [fs] vfs: fix linkat to retry once on ESTALE errors (Jeff Layton) [678544] | |
- [fs] vfs: fix symlinkat to retry on ESTALE errors (Jeff Layton) [678544] | |
- [fs] vfs: fix mkdirat to retry once on an ESTALE error (Jeff Layton) [678544] | |
- [fs] vfs: fix mknodat to retry on ESTALE errors (Jeff Layton) [678544] | |
- [fs] vfs: add a flags argument to user_path_parent (Jeff Layton) [678544] | |
- [fs] vfs: fix readlinkat to retry on ESTALE (Jeff Layton) [678544] | |
- [fs] vfs: make fstatat retry on ESTALE errors from getattr call (Jeff Layton) [678544] | |
- [fs] namei: include errno.h (Jeff Layton) [678544] | |
- [fs] vfs: add a retry_estale helper function to handle retries on ESTALE (Jeff Layton) [678544] | |
- [fs] procfs: don't need a PATH_MAX allocation to hold a string representation of an int (Jeff Layton) [678544] | |
- [fs] vfs: embed struct filename inside of names_cache allocation if possible (Jeff Layton) [678544] | |
- [kernel] audit: make audit_inode take struct filename (Jeff Layton) [678544] | |
- [fs] vfs: make do_filp_open take a struct filename (Jeff Layton) [678544] | |
- [fs] vfs: make __link_path_walk take a struct filename (Jeff Layton) [678544] | |
- [kernel] audit: allow audit code to satisfy getname requests from its names_list (Jeff Layton) [678544] | |
- [mm] swapfile: fix name leak in swapoff (Jeff Layton) [678544] | |
- [fs] vfs: revert changes from last patch in code that we don't ship (Jeff Layton) [678544] | |
- [fs] vfs: define struct filename and have getname() return it (Jeff Layton) [678544] | |
- [fs] vfs: constify dirname argument to do_mount (Jeff Layton) [678544] | |
- [fs] vfs: paper over lack of const qualifiers in execve code (Jeff Layton) [678544] | |
- [target] delousing target_core_file a bit (Jeff Layton) [678544] | |
- [kernel] acct: constify the name arg to acct_on (Jeff Layton) [678544] | |
- [fs] vfs: allocate page instead of names_cache buffer in mount_block_root (Jeff Layton) [678544] | |
- [kernel] audit: overhaul __audit_inode_child to accomodate retrying (Jeff Layton) [678544] | |
- [kernel] audit: optimize audit_compare_dname_path (Jeff Layton) [678544] | |
- [kernel] audit: make audit_compare_dname_path use parent_len helper (Jeff Layton) [678544] | |
- [kernel] audit: remove dirlen argument to audit_compare_dname_path (Jeff Layton) [678544] | |
- [kernel] audit: set the name_len in audit_inode for parent lookups (Jeff Layton) [678544] | |
- [kernel] audit: add a new "type" field to audit_names struct (Jeff Layton) [678544] | |
- [kernel] audit: reverse arguments to audit_inode_child (Jeff Layton) [678544] | |
- [kernel] audit: no need to walk list in audit_inode if name is NULL (Jeff Layton) [678544] | |
- [kernel] audit: pass in dentry to audit_copy_inode wherever possible (Jeff Layton) [678544] | |
- [fs] audit: Lose the first argument of audit_inode_child() (Jeff Layton) [678544] | |
- [fs] audit: __link_path_walk should call audit_inode with original "name" (Jeff Layton) [678544] | |
- [fs] fuse: fix stat call on 32 bit platforms (Brian Foster) [872629] | |
* Fri May 17 2013 Jarod Wilson <[email protected]> [2.6.32-380.el6] | |
- [net] tcp: sk_add_backlog() is too agressive for TCP (Jiri Benc) [947950] | |
- [net] add a limit parameter to sk_add_backlog() (Jiri Benc) [947950] | |
- [net] sctp: fix Kconfig bug in default cookie hmac selection (Daniel Borkmann) [918316] | |
- [net] sctp: Change defaults on cookie hmac selection (Daniel Borkmann) [918316] | |
- [net] sctp: Make hmac algorithm selection for cookie generation dynamic (Daniel Borkmann) [918316] | |
- [net] ipv6: bind() use stronger condition for bind_conflict (Flavio Leitner) [917872] | |
- [net] tcp: bind() use stronger condition for bind_conflict (Flavio Leitner) [894683] | |
- [net] vxlan: add ethtool support (Amerigo Wang) [918014] | |
- [net] vxlan: Use UDP Tunnel segmention (Amerigo Wang) [918014] | |
- [net] vxlan: fix oops when delete netns containing vxlan (Amerigo Wang) [918014] | |
- [net] vxlan: reset nf before xmit vxlan encapsulated packet (Amerigo Wang) [918014] | |
- [net] vxlan: Use tunnel_ip_select_ident() for tunnel IP-Identification (Amerigo Wang) [918014] | |
- [net] vxlan: Add capability of Rx checksum offload for inner packet (Amerigo Wang) [918014] | |
- [net] vxlan: capture inner headers during encapsulation (Amerigo Wang) [918014] | |
- [net] tunneling: Add generic Tunnel segmentation (Amerigo Wang) [918014] | |
- [net] tunneling: Inherit NETIF_F_SG for hw_enc_features (Amerigo Wang) [918014] | |
- [net] Kill link between CSUM and SG features (Amerigo Wang) [918014] | |
- [net] ip_gre: fix the inner header offset for gretap (Amerigo Wang) [918011] | |
- [net] ip_gre: enable GRO by default (Amerigo Wang) [918011] | |
- [net] ip_gre: add GRO capability (Amerigo Wang) [918011] | |
- [net] ip_gre: get rid of ipgre_lock (Amerigo Wang) [918011] | |
- [net] gro: add gro_cells infrastructure (Amerigo Wang) [918011] | |
- [net] gro: add checksuming helpers (Amerigo Wang) [918011] | |
- [net] ipv4: Fix ip-header identification for gso packets (Amerigo Wang) [918011] | |
- [net] ip_gre: add ethtool support to gre tunnel (Amerigo Wang) [918011] | |
- [net] ip_gre: Fix GRE_CSUM case (Amerigo Wang) [918011] | |
- [net] ip_gre: Fix IP-Identification (Amerigo Wang) [918011] | |
- [net] ip_gre: remove an extra dst_release() (Amerigo Wang) [918011] | |
- [net] ip_gre: allow CSUM capable devices to handle packets (Amerigo Wang) [918011] | |
- [net] gre: Add TCP segmentation offload for GRE (Amerigo Wang) [918011] | |
- [net] gso: factor out skb_mac_gso_segment() from skb_gso_segment() (Amerigo Wang) [918011] | |
- [net] ipv4: fix warning in xfrm4_mode_tunnel_input (Amerigo Wang) [918011] | |
- [net] ipv6: fix warning in xfrm6_mode_tunnel_input (Amerigo Wang) [918011] | |
- [net] Add skb_unclone() helper functions (Amerigo Wang) [918011] | |
- [net] offloading: Handle encapsulated offloads before fragmentation or handing to lower dev (Amerigo Wang) [918011] | |
- [net] offloading: Add support for hardware-offloaded encapsulation (Amerigo Wang) [918011] | |
- [net] ip_gre: When TOS is inherited, use configured TOS value for non-IP packets (Amerigo Wang) [918011] | |
- [net] ip_gre: Fix kernel panic in IP_GRE with GRE csums (Amerigo Wang) [918011] | |
- [net] ip_gre: set transport header correctly to gre header (Amerigo Wang) [918011] | |
- [net] ip_gre: fix possible use after free (Amerigo Wang) [918011] | |
- [net] gre: add GSO support (Amerigo Wang) [918011] | |
- [net] ip_gre: Fix ip_gre lockless xmits (Amerigo Wang) [918011] | |
- [net] ip_gre: lockless xmit (Amerigo Wang) [918011] | |
- [net] gre: fix improper error handling (Amerigo Wang) [918011] | |
- [net] gre: PPP over IPv4 (Point-to-Point Tunneling Protocol) (Amerigo Wang) [918011] | |
- [net] ip_gre: include route header_len in max_headroom calculation (Amerigo Wang) [918011] | |
- [net] offloading: do not disable sg for packets requiring no checksum (Amerigo Wang) [918011] | |
- [net] offloading: fix can_checksum_protocol() arguments swap (Amerigo Wang) [918011] | |
- [net] offloading: Convert checksums to use centrally computed features (Amerigo Wang) [918011] | |
- [net] offloading: Convert skb_need_linearize() to use precomputed features (Amerigo Wang) [918011] | |
- [net] offloading: Convert dev_gso_segment() to use precomputed features (Amerigo Wang) [918011] | |
- [net] offloading: Pass features into netif_needs_gso() (Amerigo Wang) [918011] | |
- [net] offloading: Generalize netif_get_vlan_features() (Amerigo Wang) [918011] | |
- [net] Rename skb_has_frags to skb_has_frag_list (Amerigo Wang) [918011] | |
- [net] fix a wrong assignment in skb_split() (Amerigo Wang) [918011] | |
- [net] tso: Fix possible wrong checksum generation (Amerigo Wang) [918011] | |
- [net] gso: fix possible wrong checksum generation (Amerigo Wang) [918011] | |
- [net] gro: Re-fix different skb headrooms (Amerigo Wang) [918011] | |
- [net] gro: fix different skb headrooms (Amerigo Wang) [918011] | |
- [net] Fix skb_copy_expand() handling of ->csum_start (Amerigo Wang) [918011] | |
- [net] Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.c (Amerigo Wang) [918011] | |
- [net] netlink: drop_monitor/dropwatch friendly (Amerigo Wang) [915552] | |
- [net] netlink: dont drop packet but consume it (Amerigo Wang) [915552] | |
- [net] drop_monitor: convert some kfree_skb call sites to consume_skb (Amerigo Wang) [915552] | |
- [net] more accurate network taps in transmit path (Amerigo Wang) [915552] | |
- [net] openvswitch: Move LRO check from transmit to received (Amerigo Wang) [904914] | |
- [net] adjust skb_gso_segment() for calling in rx path (Amerigo Wang) [904914] | |
- [net] bonding: unset primary slave via sysfs (Veaceslav Falico) [905932] | |
- [net] netem: fix possible skb leak (Amerigo Wang) [903961] | |
- [net] WARN if skb_checksum_help() is called on skb requiring segmentation (Amerigo Wang) [903961] | |
* Fri May 17 2013 Jarod Wilson <[email protected]> [2.6.32-379.el6] | |
- [net] macvlan: remove bogus check in macvlan_handle_frame() (Jiri Pirko) [952785] | |
- [net] macvlan: fix passthru mode race between dev removal and rx path (Jiri Pirko) [952785] | |
- [kernel] rcu: Replace list_first_entry_rcu() with list_first_or_null_rcu() (Jiri Pirko) [952785] | |
- [kernel] tick: Don't invoke tick_nohz_stop_sched_tick() if the cpu is offline (Prarit Bhargava) [950068] | |
- [kernel] tick: Cleanup NOHZ per cpu data on cpu down (Prarit Bhargava) [950068] | |
- [mm] memory-failure: fix wrong num_poisoned_pages in handling memory error on thp (Naoya Horiguchi) [954045] | |
- [mm] memory-failure: clean up soft_offline_page() (Naoya Horiguchi) [954045] | |
- [mm] memory-failure: use num_poisoned_pages instead of mce_bad_pages (Naoya Horiguchi) [954045] | |
- [mm] memory-failure: do code refactor of soft_offline_page() (Naoya Horiguchi) [954045] | |
- [mm] memory-failure: fix an error of mce_bad_pages statistics (Naoya Horiguchi) [954045] | |
- [mm] memory-failure: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page() (Naoya Horiguchi) [954045] | |
- [mm] memory-failure: let the compiler add the function name (Naoya Horiguchi) [954045] | |
- [mm] memory-failure: change order of error_states[]'s elements (Naoya Horiguchi) [954045] | |
- [mm] memory-failure: fix misjudgement of page_action() for errors on mlocked pages (Naoya Horiguchi) [954045] | |
- [mm] memory-failure: fix action_result() to print out dirty/clean (Naoya Horiguchi) [954045] | |
- [mm] memory-failure: split thp at the beginning of soft_offline_page() (Naoya Horiguchi) [954045] | |
- [net] bluetooth/rfcomm: Fix missing msg_namelen update in rfcomm_sock_recvmsg() (Weiping Pan) [955654] {CVE-2013-3225} | |
- [net] bluetooth: fix possible info leak in bt_sock_recvmsg() (Radomir Vrbovsky) [955604] {CVE-2013-3224} | |
* Tue May 14 2013 Jarod Wilson <[email protected]> [2.6.32-378.el6] | |
- [fs] gfs2: Use ->writepages for ordered writes (Robert S Peterson) [859444] | |
- [fs] gfs2: Merge gfs2_attach_bufdata() into trans.c (Robert S Peterson) [859444] | |
- [fs] gfs2: Copy gfs2_trans_add_bh into new data/meta functions (Robert S Peterson) [859444] | |
- [fs] gfs2: Split gfs2_trans_add_bh() into two (Robert S Peterson) [859444] | |
- [fs] gfs2: Merge revoke adding functions (Robert S Peterson) [859444] | |
- [fs] gfs2: Remove bd_list_tr (Robert S Peterson) [859444] | |
- [fs] gfs2: Clean up gfs2_create (Robert S Peterson) [859444] | |
- [fs] nfs: Fix another reboot recovery race (Steve Dickson) [923939] | |
- [fs] nfs: Use CLAIM_DELEG_CUR_FH opens when available (Steve Dickson) [923939] | |
- [fs] nfs: Enable open-by-filehandle (Steve Dickson) [923939] | |
- [fs] nfs: Add xdr support for CLAIM_FH and CLAIM_DELEG_CUR_FH opens (Steve Dickson) [923939] | |
- [fs] nfs: Clean up nfs4_opendata_alloc in preparation for NFSv4.1 open modes (Steve Dickson) [923939] | |
- [fs] nfs: implement new 4.1 open reclaim types (Steve Dickson) [923939] | |
- [fs] nfs: Select the "most recent locking state" for read/write/setattr stateids (Steve Dickson) [923939] | |
- [fs] nfs: Prepare for minorversion-specific nfs_server capabilities (Steve Dickson) [923939] | |
- [fs] nfs: __nfs_find_lock_context needs to check ctx->lock_context for a match too (Steve Dickson) [923939] | |
- [fs] nfs: Dont accept more reads/writes if the open context recovery failed (Steve Dickson) [923939] | |
- [fs] nfs: Fail I/O if the state recovery fails irrevocably (Steve Dickson) [923939] | |
- [fs] nfs: Resend the READ/WRITE RPC call if a stateid change causes an error (Steve Dickson) [923939] | |
- [fs] nfs: The stateid must remain the same for replayed RPC calls (Steve Dickson) [923939] | |
- [fs] nfs: Add a helper for encoding opaque data (Steve Dickson) [923939] | |
- [fs] nfs: Clean up helper function nfs4_select_rw_stateid() (Steve Dickson) [923939] | |
- [fs] nfs: Clean up nfs4_select_rw_stateid() (Steve Dickson) [923939] | |
- [fs] nfs: Rename encode_stateid() to encode_open_stateid() (Steve Dickson) [923939] | |
- [fs] nfs: Dont copy read delegation stateids in setattr (Steve Dickson) [923939] | |
- [fs] nfs: Add helpers for basic copying of stateids (Steve Dickson) [923939] | |
- [fs] nfs: Rename nfs4_copy_stateid() (Steve Dickson) [923939] | |
- [fs] nfs: Further clean-ups of delegation stateid validation (Steve Dickson) [923939] | |
- [fs] nfs: Fix matching of the stateids when returning a delegation (Steve Dickson) [923939] | |
- [fs] gfs2: Clean up inode creation path (Robert S Peterson) [859446] | |
- [fs] gfs2: dont reference inode:s glock during block allocation trace (Robert S Peterson) [859446] | |
- [fs] gfs2: Use proper allocation context for new inodes (Robert S Peterson) [859446] | |
- [fs] gfs2: Move all locking inside the inode creation function (Robert S Peterson) [859446] | |
- [fs] gfs2: Clean up symlink creation (Robert S Peterson) [859446] | |
- [fs] gfs2: Clean up mkdir (Robert S Peterson) [859446] | |
- [fs] gfs2: Make . and .. qstrs constant (Robert S Peterson) [859446] | |
- [fs] gfs2: Add Orlov allocator (Robert S Peterson) [859446] | |
- [fs] gfs2: Add "top dir" flag support (Robert S Peterson) [859446] | |
- [virt] kvm: fix maintenance of guest/host xcr0 state (Paolo Bonzini) [952252] | |
- [virt] xen-netfront: reduce gso_max_size to account for max TCP header (Andrew Jones) [957231] | |
- [fs] gfs2: Issue discards in 512b sectors (Robert S Peterson) [922779] | |
- [fs] nfs: Check for buffer length in __nfs4_get_acl_uncached (Sachin Prabhu) [906056] | |
- [kernel] tick: Change log level of NOHZ local_softirq_pending message (Radomir Vrbovsky) [907516] | |
- [x86] vdso: avoid overflow in vgetns() (Prarit Bhargava) [902320] | |
- [block] propagate proper return codes from blk_get_request callers (Jeff Moyer) [927918] | |
- [block] Check the return value from blk_get_request (Jeff Moyer) [927918] | |
* Tue May 14 2013 Jarod Wilson <[email protected]> [2.6.32-377.el6] | |
- [kernel] perf: fix perf_swevent_enabled array out-of-bound access (Petr Matousek) [962794] {CVE-2013-2094} | |
- [tools] perf: Fix strbuf_addf() when the buffer needs to grow (Jiri Olsa) [927866] | |
- [tools] perf/header: Fix numa topology printing (Jiri Olsa) [927866] | |
- [tools] perf/test: Fix exclude_guest parse events tests (Jiri Olsa) [927866] | |
- [tools] perf: do not flush maps on COMM for perf report (Jiri Olsa) [927866] | |
- [tools] perf/help: Fix --help for builtins (Jiri Olsa) [927866] | |
- [tools] perf/trace: Check if sample raw_data field is set (Jiri Olsa) [927866] | |
- [tools] perf/trace: Validate syscall id before growing syscall table (Jiri Olsa) [927866] | |
- [tools] perf/python: Properly link with libtraceevent (Jiri Olsa) [927866] | |
- [tools] perf/hists: Add back callchain folding symbol (Jiri Olsa) [927866] | |
- [tools] perf: Fix build on sparc (Jiri Olsa) [927866] | |
- [tools] perf/python: Link with libtraceevent (Jiri Olsa) [927866] | |
- [tools] perf/python: Initialize 'page_size' variable (Jiri Olsa) [927866] | |
- [tools] traceevent: Fix missed freeing of subargs in free_arg() in filter (Jiri Olsa) [927866] | |
- [tools] traceevent: Add back pevent assignment in __pevent_parse_format() (Jiri Olsa) [927866] | |
- [tools] perf/hists: Fix off-by-two bug on the first column (Jiri Olsa) [927866] | |
- [tools] perf: Remove warnings on JIT samples for srcline sort key (Jiri Olsa) [927866] | |
- [tools] perf: Fix segfault when using srcline sort key (Jiri Olsa) [927866] | |
- [tools] perf: Precise mode requires exclude_guest (Jiri Olsa) [927866] | |
- [tools] perf/hists: Add more helpers for hist entry stat (Jiri Olsa) [927866] | |
- [tools] perf/hists: Move he->stat.nr_events initialization to a template (Jiri Olsa) [927866] | |
- [tools] perf/hists: Introduce struct he_stat (Jiri Olsa) [927866] | |
- [tools] perf/diff: Removing the total_period argument from output code (Jiri Olsa) [927866] | |
- [tools] perf: Add hpp interface to enable/disable hpp column (Jiri Olsa) [927866] | |
- [tools] perf: Removing hists pair argument from output path (Jiri Olsa) [927866] | |
- [tools] perf/hists: Separate overhead and baseline columns (Jiri Olsa) [927866] | |
- [tools] perf/diff: Refactor diff displacement position info (Jiri Olsa) [927866] | |
- [tools] perf/hists: Add struct hists pointer to struct hist_entry (Jiri Olsa) [927866] | |
- [tools] perf: Complete tracepoint event names (Jiri Olsa) [927866] | |
- [tools] perf/evlist: Remove some unused methods (Jiri Olsa) [927866] | |
- [tools] perf/evlist: Introduce add_newtp method (Jiri Olsa) [927866] | |
- [tools] perf: Convert to BACKTRACE_SUPPORT (Jiri Olsa) [927866] | |
- [tools] perf: Long option completion support for each subcommands (Jiri Olsa) [927866] | |
- [tools] perf: Complete long option names of perf command (Jiri Olsa) [927866] | |
- [tools] perf: Check existence of _get_comp_words_by_ref when bash completing (Jiri Olsa) [927866] | |
- [tools] perf/inject: Don't use globals where not needed to (Jiri Olsa) [927866] | |
- [tools] perf/record: Don't use globals where not needed to (Jiri Olsa) [927866] | |
- [tools] perf/evlist: Don't use globals where not needed to (Jiri Olsa) [927866] | |
- [tools] perf/top: Don't use globals where not needed to (Jiri Olsa) [927866] | |
- [tools] perf/probe: Don't use globals where not needed to (Jiri Olsa) [927866] | |
- [tools] perf/buildid-list: Don't use globals where not needed to (Jiri Olsa) [927866] | |
- [tools] perf/buildid-cache: Don't use globals where not needed to (Jiri Olsa) [927866] | |
- [tools] perf/timechart: Don't use globals where not needed to (Jiri Olsa) [927866] | |
- [tools] perf/lock: Don't use globals where not needed to (Jiri Olsa) [927866] | |
- [tools] perf/kmem: Don't use globals where not needed to (Jiri Olsa) [927866] | |
- [tools] perf/help: Don't use globals where not needed to (Jiri Olsa) [927866] | |
- [tools] perf/script: Don't use globals where not needed to (Jiri Olsa) [927866] | |
- [tools] perf/stat: Don't use globals where not needed to (Jiri Olsa) [927866] | |
- [tools] perf/sched: Look up thread using tid instead of pid (Jiri Olsa) [927866] | |
- [tools] perf/inject: Remove static variables (Jiri Olsa) [927866] | |
- [tools] perf/inject: Remove unused 'input_name' static var (Jiri Olsa) [927866] | |
- [tools] perf/trace: Use evsel->handler.func (Jiri Olsa) [927866] | |
- [tools] perf: Convert to HAVE_STRLCPY (Jiri Olsa) [927866] | |
- [tools] perf: Convert to GTK2_SUPPORT (Jiri Olsa) [927866] | |
- [tools] perf: Convert to NEWT_SUPPORT (Jiri Olsa) [927866] | |
- [tools] perf: Convert to LIBAUDIT_SUPPORT (Jiri Olsa) [927866] | |
- [tools] perf: Convert to LIBUNWIND_SUPPORT (Jiri Olsa) [927866] | |
- [tools] perf: Convert to LIBELF_SUPPORT (Jiri Olsa) [927866] | |
- [tools] perf: Remove unused PYRF_OBJS variable on Makefile (Jiri Olsa) [927866] | |
- [tools] perf: Move libdw availability check before arch Makefile (Jiri Olsa) [927866] | |
- [tools] perf/trace: Add aliases for some syscalls (Jiri Olsa) [927866] | |
- [tools] perf/probe: Print an enum type variable in "enum variable-name" format when showing accessible variables (Jiri Olsa) [927866] | |
- [tools] perf: Check libaudit availability for perf-trace builtin (Jiri Olsa) [927866] | |
- [tools] perf/hists: Add missing period_* fields when collapsing a hist entry (Jiri Olsa) [927866] | |
- [tools] perf/trace: New tool (Jiri Olsa) [927866] | |
- [tools] perf/evsel: Export the event_format constructor (Jiri Olsa) [927866] | |
- [tools] perf/evsel: Introduce rawptr() method (Jiri Olsa) [927866] | |
- [tools] perf: Use perf_evsel__newtp in the event parser (Jiri Olsa) [927866] | |
- [tools] perf/evsel: The tracepoint constructor should store sys:name (Jiri Olsa) [927866] | |
- [tools] perf/evlist: Introduce set_filter() method (Jiri Olsa) [927866] | |
- [tools] perf/evlist: Renane set_filters method to apply_filters (Jiri Olsa) [927866] | |
- [tools] perf/test: Add test to check we correctly parse and match syscall open parms (Jiri Olsa) [927866] | |
- [tools] perf/evsel: Handle endianity in intval method (Jiri Olsa) [927866] | |
- [tools] perf/evsel: Know if byte swap is needed (Jiri Olsa) [927866] | |
- [tools] perf: Allow handling a NULL cpu_map as meaning "all cpus" (Jiri Olsa) [927866] | |
- [tools] perf/evsel: Improve tracepoint constructor setup (Jiri Olsa) [927866] | |
- [tools] traceevent: Fix error path on pevent_parse_event (Jiri Olsa) [927866] | |
- [tools] perf/test: Fix build failure (Jiri Olsa) [927866] | |
- [tools] traceevent: Handle alloc_arg failure (Jiri Olsa) [927866] | |
- [tools] perf/test: Add test for the sched tracepoint format fields (Jiri Olsa) [927866] | |
- [tools] perf/evsel: Provide a new constructor for tracepoints (Jiri Olsa) [927866] | |
- [tools] traceevent: Carve out events format parsing routine (Jiri Olsa) [927866] | |
- [tools] traceevent: Remove some die() calls (Jiri Olsa) [927866] | |
- [tools] traceevent: Fix afterlife gotos (Jiri Olsa) [927866] | |
- [tools] traceevent: Use calloc were applicable (Jiri Olsa) [927866] | |
- [tools] traceevent: Use asprintf were applicable (Jiri Olsa) [927866] | |
- [tools] perf: bfd.h/libbfd detection fails with recent binutils (Jiri Olsa) [927866] | |
- [tools] traceevent: Free field if an error occurs on process_flags/symbols (Jiri Olsa) [927866] | |
- [tools] traceevent: Free field if an error occurs on process_fields (Jiri Olsa) [927866] | |
- [tools] traceevent: Make sure that arg->op.right is set properly (Jiri Olsa) [927866] | |
- [tools] traceevent: Fix error path on process_array() (Jiri Olsa) [927866] | |
- [tools] perf: remove sscanf extension as (Jiri Olsa) [927866] | |
- [tools] perf/header: Remove unused @feat arg from ->process callback (Jiri Olsa) [927866] | |
- [tools] perf/header: Use pre-processed session env when printing (Jiri Olsa) [927866] | |
- [tools] perf/header: Add ->process callbacks to most of features (Jiri Olsa) [927866] | |
- [tools] perf/header: Add struct perf_session_env (Jiri Olsa) [927866] | |
- [tools] perf/timechart: Use zalloc and fix a couple leaks (Jiri Olsa) [927866] | |
- [tools] perf/lock: Use perf_evsel__intval and perf_session__set_tracepoints_handlers (Jiri Olsa) [927866] | |
- [tools] perf/kmem: Use perf_evsel__intval and perf_session__set_tracepoints_handlers (Jiri Olsa) [927866] | |
- [tools] perf/record: Print event causing perf_event_open() to fail (Jiri Olsa) [927866] | |
- [tools] perf: Fix a compiling error in util/map.c (Jiri Olsa) [927866] | |
- [tools] perf: Fix a compiling error in trace-event-perl.c for 32 bits machine (Jiri Olsa) [927866] | |
- [tools] perf/stat: Check PMU cpumask file (Jiri Olsa) [927866] | |
- [tools] perf/report: Add missing perf_hpp__init for pipe-mode (Jiri Olsa) [927866] | |
- [tools] perf/scripts: Export a find_scripts() function (Jiri Olsa) [927866] | |
- [tools] perf/scripts: Add event_analyzing_sample-record/report (Jiri Olsa) [927866] | |
- [tools] perf/scripts: Add --symbols option to handle specific symbols (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Filter samples with unresolved symbol when "--symbols" option is used (Jiri Olsa) [927866] | |
- [tools] perf/archive: Make 'f' the last parameter for tar (Jiri Olsa) [927866] | |
- [tools] perf/archive: Remove -f from the rm command (Jiri Olsa) [927866] | |
- [tools] perf/stat: Move stats related code to util/stat.c (Jiri Olsa) [927866] | |
- [tools] perf/report: Enable integrated annotation only if possible (Jiri Olsa) [927866] | |
- [tools] perf: Add sort__has_sym (Jiri Olsa) [927866] | |
- [tools] perf/hists: Fix first column printing (Jiri Olsa) [927866] | |
- [tools] perf/hists: Fix output for 100.00 (Jiri Olsa) [927866] | |
- [tools] traceevent: Define _GNU_SOURCE in Makefile (Jiri Olsa) [927866] | |
- [tools] perf/sched: Fixup for the die() removal (Jiri Olsa) [927866] | |
- [tools] perf/probe: Add union member access support (Jiri Olsa) [927866] | |
- [tools] perf/sched: Don't read all tracepoint variables in advance (Jiri Olsa) [927866] | |
- [tools] perf/sched: Use perf_evsel__{int, str}val (Jiri Olsa) [927866] | |
- [tools] perf/evsel: Introduce perf_evsel__{str, int}val methods (Jiri Olsa) [927866] | |
- [tools] perf/sched: Use perf_tool as ancestor (Jiri Olsa) [927866] | |
- [tools] perf/sched: Remove unused thread parameter (Jiri Olsa) [927866] | |
- [tools] perf: Use __maybe_used for unused variables (Jiri Olsa) [927866] | |
- [tools] perf: Back vdso DSO with real data (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Make dsos__find function globally available (Jiri Olsa) [927866] | |
- [tools] perf: Add memdup function (Jiri Olsa) [927866] | |
- [tools] perf: Do backtrace post unwind only if we regs and stack were captured (Jiri Olsa) [927866] | |
- [tools] perf: fix ALIGN redefinition in system headers (Jiri Olsa) [927866] | |
- [tools] perf: include __WORDSIZE definition (Jiri Olsa) [927866] | |
- [tools] perf: Update types definitions for Android (Jiri Olsa) [927866] | |
- [tools] perf: Add missing perf_regs.h file to MANIFEST (Jiri Olsa) [927866] | |
- [tools] perf: include wrapper for magic.h (Jiri Olsa) [927866] | |
- [tools] perf/kmem: Remove die() calls (Jiri Olsa) [927866] | |
- [tools] perf/sched: Remove die() calls (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Remove BIONIC wrapper around libgen.h (Jiri Olsa) [927866] | |
- [tools] perf/probe: Make a copy of exec path for passing to basename (Jiri Olsa) [927866] | |
- [tools] perf/annotate: Make a copy of filename for passing to basename (Jiri Olsa) [927866] | |
- [tools] perf/gtk/browser: Use perf_hpp__format functions (Jiri Olsa) [927866] | |
- [tools] perf/hists: Use perf_hpp__format functions (Jiri Olsa) [927866] | |
- [tools] perf/hists: Use perf_hpp__format->width to calculate the column widths (Jiri Olsa) [927866] | |
- [tools] perf/hists: Handle field separator properly (Jiri Olsa) [927866] | |
- [tools] perf/hists: Introduce perf_hpp for hist period printing (Jiri Olsa) [927866] | |
- [tools] perf/bench: fix assert when NDEBUG is defined (Jiri Olsa) [927866] | |
- [tools] perf: Fix build for another rbtree.c change (Jiri Olsa) [927866] | |
- [tools] perf: add NO_BACKTRACE for application self-debugging (Jiri Olsa) [927866] | |
- [tools] traceevent: replace mempcpy with memcpy (Jiri Olsa) [927866] | |
- [tools] perf: replace mkostemp with mkstemp (Jiri Olsa) [927866] | |
- [tools] perf: include missing pthread.h header (Jiri Olsa) [927866] | |
- [tools] perf: fix missing winsize definition (Jiri Olsa) [927866] | |
- [tools] perf: include basename for non-glibc systems (Jiri Olsa) [927866] | |
- [tools] perf: Replace sort's standalone field_sep with symbol_conf.field_sep (Jiri Olsa) [927866] | |
- [tools] perf/diff: Make diff command work with evsel hists (Jiri Olsa) [927866] | |
- [tools] traceevent: Get rid of die() from pevent_register_print_function (Jiri Olsa) [927866] | |
- [tools] traceevent: Get rid of die() from pevent_register_event_handler (Jiri Olsa) [927866] | |
- [tools] traceevent: Get rid of die() from pretty_print() (Jiri Olsa) [927866] | |
- [tools] perf: Ignore compiled python binaries (Jiri Olsa) [927866] | |
- [tools] perf: Fix cache event name generation (Jiri Olsa) [927866] | |
- [tools] perf/test: Add roundtrip test for hardware cache events (Jiri Olsa) [927866] | |
- [tools] perf/evlist: Add fprintf method (Jiri Olsa) [927866] | |
- [tools] perf: Remove extraneous newline when parsing hardware cache events (Jiri Olsa) [927866] | |
- [tools] perf/test: Add round trip test for sw and hw event names (Jiri Olsa) [927866] | |
- [tools] perf/header: Prepare tracepoint events regardless of name (Jiri Olsa) [927866] | |
- [tools] perf/header: Fix a typo on evsel (Jiri Olsa) [927866] | |
- [tools] perf: Clean target should do clean for lib/traceevent too (Jiri Olsa) [927866] | |
- [tools] perf: Allow user to indicate path to objdump in command line (Jiri Olsa) [927866] | |
- [tools] perf: Replace mempcpy with memcpy (Jiri Olsa) [927866] | |
- [tools] perf/header: Swap pmu mapping numbers if needed (Jiri Olsa) [927866] | |
- [tools] perf/header: Set tracepoint event name only if not set (Jiri Olsa) [927866] | |
- [tools] perf/header: Use evlist->nr_entries on write_event_desc() (Jiri Olsa) [927866] | |
- [tools] perf: remove unneeded include of network header files (Jiri Olsa) [927866] | |
- [tools] perf: Remove the node from rblist in strlist__remove (Jiri Olsa) [927866] | |
- [tools] perf: Fix intlist node removal (Jiri Olsa) [927866] | |
- [tools] perf: Fix x86 builds with ARCH specified on the command line (Jiri Olsa) [927866] | |
- [tools] perf/record: Remove use of die/exit (Jiri Olsa) [927866] | |
- [tools] perf/script: Remove use of die/exit (Jiri Olsa) [927866] | |
- [tools] perf/help: Remove use of die and handle errors (Jiri Olsa) [927866] | |
- [tools] perf/stat: Remove use of die/exit and handle errors (Jiri Olsa) [927866] | |
- [tools] perf/lock: Remove use of die and handle errors (Jiri Olsa) [927866] | |
- [tools] perf: handle errors in synthesized event functions (Jiri Olsa) [927866] | |
- [tools] perf/session: flush_sample_queue needs to handle errors from handlers (Jiri Olsa) [927866] | |
- [tools] traceevent: Modify header to work in C++ programs (Jiri Olsa) [927866] | |
- [tools] traceevent: Fix off-by-one bug in pevent_strerror() (Jiri Olsa) [927866] | |
- [tools] traceevent: Fix strerror_r() use in pevent_strerror (Jiri Olsa) [927866] | |
- [tools] traceevent: Introduce pevent_strerror (Jiri Olsa) [927866] | |
- [tools] traceevent: Introduce pevent_errno (Jiri Olsa) [927866] | |
- [tools] traceevent: Do not link broken field arg for an old ftrace event (Jiri Olsa) [927866] | |
- [tools] perf: Keep the perf_event_attr on version 3 (Jiri Olsa) [927866] | |
- [tools] perf: Add pmu mappings to header information (Jiri Olsa) [927866] | |
- [tools] perf/report: Update event names from header description (Jiri Olsa) [927866] | |
- [tools] perf: Refactor print_event_desc() (Jiri Olsa) [927866] | |
- [tools] perf/test: Do not abort tests on error (Jiri Olsa) [927866] | |
- [tools] perf: Fix 'No libunwind found' make warning message (Jiri Olsa) [927866] | |
- [tools] perf/hists: Rename and move some functions (Jiri Olsa) [927866] | |
- [tools] perf/hists: Separate out hist print functions (Jiri Olsa) [927866] | |
- [tools] perf: Fix include order for bison/flex-generated C files (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Fix builds with NO_LIBELF set (Jiri Olsa) [927866] | |
- [tools] perf: silence GTK2 probing errors (Jiri Olsa) [927866] | |
- [tools] perf/script: Fix libexec scripts path in Documentation (Jiri Olsa) [927866] | |
- [tools] perf/ui/gtk: Ensure not to call gtk_main_quit() twice (Jiri Olsa) [927866] | |
- [tools] perf: Rename global variable 'events' in util/header.c (Jiri Olsa) [927866] | |
- [tools] perf: Rename some variables for better understanding (Jiri Olsa) [927866] | |
- [tools] perf: Report number of pmu type of unknown events (Jiri Olsa) [927866] | |
- [tools] perf: Fix type for evsel->ids and add size check for ids (Jiri Olsa) [927866] | |
- [tools] perf/ui/gtk: Add perf_gtk__show_helpline() for pr_* (Jiri Olsa) [927866] | |
- [tools] perf/ui/gtk: Use helpline API in browser (Jiri Olsa) [927866] | |
- [tools] perf/ui/gtk: Implement helpline_fns (Jiri Olsa) [927866] | |
- [tools] perf/ui: Introduce struct ui_helpline (Jiri Olsa) [927866] | |
- [tools] perf/evlist: Introduce evsel list accessors (Jiri Olsa) [927866] | |
- [tools] perf/evlist: Rename __group method to __set_leader (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Add description of JIT interface (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Use both runtime and debug images (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Convert dso__load_syms to take 2 symsrc's (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Factor want_symtab out of dso__load_sym() (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Switch dso__synthesize_plt_symbols() to use symsrc (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Set symtab_type in dso__load_sym (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Introduce symsrc structure (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Track symtab_type of vmlinux (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Avoid segfault in elf_strptr (Jiri Olsa) [927866] | |
- [tools] perf/symbols: only set vmlinux longname & mark loaded if really loaded (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Simplify out_fixup in kernel syms loading (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Remove unused 'end' arg in kallsyms parse cb (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Correct comment wrt kallsyms loading (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Remove unneeded call to dso__set_long_name() (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Don't try to synthesize plt without dynstr (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Remove unused function map__objdump_2ip (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Only un-prelink non-zero symbols (Jiri Olsa) [927866] | |
- [tools] perf/compat: Disable dwarf unwind (Jiri Olsa) [927866] | |
- [tools] perf: Support for DWARF mode callchain (Jiri Olsa) [927866] | |
- [tools] perf: Support for DWARF CFI unwinding on post processing (Jiri Olsa) [927866] | |
- [tools] perf: Support user regs and stack in sample parsing (Jiri Olsa) [927866] | |
- [tools] perf: Add libunwind dependency for DWARF CFI unwinding (Jiri Olsa) [927866] | |
- [tools] perf: Add interface to arch registers sets (Jiri Olsa) [927866] | |
- [tools] perf/compat: Force PERF_ATTR_SIZE_VER0 perf event abi (Jiri Olsa) [927866] | |
- [tools] perf: Adding PERF_ATTR_SIZE_VER2 to the header swap check (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Implement poor man's ELF parser (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Support minimal build without libelf (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Split out util/symbol-elf.c (Jiri Olsa) [927866] | |
- [tools] perf/symbols: Introduce symbol__elf_init() (Jiri Olsa) [927866] | |
- [tools] perf: Fix /etc config related installation (Jiri Olsa) [927866] | |
- [tools] perf: Support for events bash completion (Jiri Olsa) [927866] | |
- [tools] perf: Initial bash completion support (Jiri Olsa) [927866] | |
- [tools] perf/lock: improve message when tracepoints are not enabled (Jiri Olsa) [927866] | |
- [tools] perf/scripts: Correct handler check and spelling errors (Jiri Olsa) [927866] | |
- [tools] perf/scripts: Add event_analyzing_sample.py as a sample for general event handling (Jiri Olsa) [927866] | |
- [tools] perf/scripts: Add a python library EventClass.py (Jiri Olsa) [927866] | |
- [tools] perf/scripts: Pass event/thread/dso name and symbol info to event handler in python (Jiri Olsa) [927866] | |
- [tools] perf/script: Replace struct thread with struct addr_location as a parameter for process_event (Jiri Olsa) [927866] | |
- [tools] perf/script: Add general python handler to process non-tracepoint events (Jiri Olsa) [927866] | |
- [tools] perf/list: Document precise event sampling for AMD IBS (Jiri Olsa) [927866] | |
- [tools] perf/list: Update documentation about raw event setup (Jiri Olsa) [927866] | |
- [tools] traceevent: Fix cast from pointer to integer for 32 bit (Jiri Olsa) [927866] | |
- [tools] perf: Fix parsing of 64 bit raw config value for 32 bit (Jiri Olsa) [927866] | |
- [tools] perf: Fix lib/traceevent build dir with OUTPUT variable set (Jiri Olsa) [927866] | |
- [tools] perf: Fix version file for perf documentation with OUTPUT variable set (Jiri Olsa) [927866] | |
- [tools] perf/script: Stop using pevent directly (Jiri Olsa) [927866] | |
- [tools] perf/sched: Use perf_sample (Jiri Olsa) [927866] | |
- [tools] perf/lock: Use evsel->tp_format and perf_sample (Jiri Olsa) [927866] | |
- [tools] perf/kmem: Use evsel->tp_format and perf_sample (Jiri Olsa) [927866] | |
- [tools] perf/evsel: Cache associated event_format (Jiri Olsa) [927866] | |
- [tools] perf/header: Set the tracepoint names on PERF_RECORD_HEADER_TRACING_DATA (Jiri Olsa) [927866] | |
- [tools] perf: Add dump_stack function (Jiri Olsa) [927866] | |
- [tools] perf/hists: Add verbose mode hotkey (Jiri Olsa) [927866] | |
- [tools] perf: Fix typo in tools/perf (Jiri Olsa) [927866] | |
- [idle] intel_idle: additional Haswell CPU-id (John Villalovos) [818357] | |
- [idle] intel_idle: support Haswell (John Villalovos) [818357] | |
- [fs] udf: avoid info leak on export (Nikola Pajkovsky) [922355] {CVE-2012-6548} | |
- [powerpc] oprofile: Fix error in oprofile power7_marked_instr_event() function (Steve Best) [912482] | |
- [kernel] tracing: Fix timer tracing (Jiri Olsa) [881030] | |
- [block] dump request state on seeing a corrupted request completion (Mike Snitzer) [957259] | |
- [scsi] lpfc: Fixed deadlock between hbalock and nlp_lock use (Rob Evers) [960717] | |
- [netdrv] cxgb4: set coalesce parameters on all queues (Steve Best) [895115] | |
- [kernel] tracing: Fix possible NULL pointer dereferences (Weiping Pan) [952213] {CVE-2013-3301} | |
- [kernel] tracing: Fix panic when lseek() called on "trace" opened for writing (Weiping Pan) [952213] {CVE-2013-3301} | |
* Wed May 08 2013 Jarod Wilson <[email protected]> [2.6.32-376.el6] | |
- [netdrv] vmxnet3: prevent div-by-zero panic when ring resizing uninitialized dev (Neil Horman) [922299] | |
- [netdrv] vmxnet3: make local function static (Neil Horman) [922299] | |
- [netdrv] vmxnet3: set carrier state properly on probe (Neil Horman) [922299] | |
- [netdrv] vmxnet3: better RSS support (Neil Horman) [922299] | |
- [netdrv] vmxnet3: remove unused irq_share_mode (Neil Horman) [922299] | |
- [netdrv] vmxnet3: use static RSS key (Neil Horman) [922299] | |
- [netdrv] vmxnet3: use netdev_ printk wrappers (Neil Horman) [922299] | |
- [netdrv] vmxnet3: remove VMXNET3_MAX_DEVICES (Neil Horman) [922299] | |
- [netdrv] vmxnet3: remove device counter (Neil Horman) [922299] | |
- [netdrv] vmxnet3: use netdev_dbg (Neil Horman) [922299] | |
- [netdrv] vmxnet3: remove unnecessary bookkeeping (Neil Horman) [922299] | |
- [netdrv] vmxnet3: fix messages printed before registration (Neil Horman) [922299] | |
- [netdrv] vmxnet3: use netdev_alloc_skb_ip_align (Neil Horman) [922299] | |
- [netdrv] vmxnet3: fix drvinfo strings set in drivers (Neil Horman) [922299] | |
- [netdrv] vmxnet3: remove __dev* attributes (Neil Horman) [922299] | |
- [netdrv] vmxnet3: fix indentation (Neil Horman) [922299] | |
- [netdrv] vmxnet3: convert BUG_ON(true) into a simple BUG() (Neil Horman) [922299] | |
- [netdrv] vmxnet3: must split too big fragments (Neil Horman) [922299] | |
- [netdrv] vmxnet3: Fix race between dev_open() and register_netdev() (Neil Horman) [922299] | |
- [netdrv] vmxnet3: Define and apply a default policy for RX flow hash indirection (Neil Horman) [922299] | |
- [netdrv] vmxnet3: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parameters (Neil Horman) [922299] | |
- [netdrv] vmxnet3: remove use of ndo_set_multicast_list in drivers (Neil Horman) [922299] | |
- [netdrv] vmxnet3: Enable GRO support (Neil Horman) [922299] | |
- [kernel] hrtimer: add expiry time overflow check in hrtimer_interrupt (Prarit Bhargava) [947659] | |
- [kernel] time: Move ktime_t overflow checking into timespec_valid_strict (Prarit Bhargava) [947659] | |
- [kernel] time: Improve sanity checking of timekeeping inputs (Prarit Bhargava) [947659] | |
- [powerpc] pseries: Enable the PFO-based RNG accelerator (Steve Best) [947106] | |
- [char] hw_random/pseries-rng: PFO-based hwrng driver (Steve Best) [947106] | |
- [powerpc] vio: Remove dma not supported warnings (Steve Best) [947106] | |
- [powerpc] pseries: Add PFO support to the VIO bus (Steve Best) [947106] | |
- [powerpc] pseries: Add new hvcall constants to support PFO (Steve Best) [947106] | |
- [virt] x86/paravirt: don't enter/leave lazy mode in interrupts (Andrew Jones) [874053] | |
- [powerpc] pSeries_lpar_hpte_remove fails from Adjunct partition being performed before the ANDCOND test (Steve Best) [952309] | |
- [powerpc] pseries/eeh: Fix crash when error happens during device probe (Steve Best) [905264] | |
- [kernel] resource: fix stack overflow in __reserve_region_with_split() (Myron Stowe) [858087] | |
- [md] dm-raid: Fix for "sync" directive ineffectiveness (Jonathan E Brassow) [859562] | |
- [block] fix max discard sectors limit (Mike Snitzer) [910054] | |
- [netdrv] vmxnet3: Fix inconsistent LRO state after initialization (Neil Horman) [918203] | |
- [netdrv] vmxnet3: fix ethtool ring buffer size setting (Neil Horman) [913615] | |
- [netdrv] ibmveth: Fix DMA unmap error (Steve Best) [902923] | |
- [net] atm: update msg_namelen in vcc_recvmsg() (Nikola Pajkovsky) [955225] {CVE-2013-3222} | |
- [net] veth: Dont kfree_skb() after dev_forward_skb() (Jiri Benc) [957713] {CVE-2013-2017} | |
- [x86] power: Correct the MSR_IA32_ENERGY_PERF_BIAS message (Neil Horman) [917147] | |
- [x86] msr: Fix typo in ENERGY_PERF_BIAS_POWERSAVE (Neil Horman) [917147] | |
- [x86] power: Initialize MSR_IA32_ENERGY_PERF_BIAS (Neil Horman) [917147] | |
- [x86] power: define RAPL MSRs (Neil Horman) [917147] | |
- [x86] turbostat: display SMI count by default (Neil Horman) [917147] | |
- [idle] intel_idle: disable Atom/Lincroft HW C-state auto-demotion (Neil Horman) [917147] | |
- [idle] intel_idle: disable NHM/WSM HW C-state auto-demotion (Neil Horman) [917147] | |
- [x86] turbostat: share kernel MSR #defines (Neil Horman) [917147] | |
- [fs] compat: fix build on MIPS/s390/ppc64 (Jeff Moyer) [885239] | |
- [fs] readv/writev: do the same MAX_RW_COUNT truncation that read/write does (Jeff Moyer) [885239] | |
* Mon May 06 2013 Jarod Wilson <[email protected]> [2.6.32-375.el6] | |
- [fs] nfs: Fix handling of revoked delegations by setattr (Steve Dickson) [952329] | |
- [fs] nfs: Return the delegation if the server returns NFS4ERR_OPENMODE (Steve Dickson) [952329] | |
- [fs] nfs: Fix another potential state manager deadlock (Steve Dickson) [950598] | |
- [fs] nfs: Fix another open/open_recovery deadlock (Steve Dickson) [916806] | |
- [fs] nfs: Hold reference to layout hdr in layoutget (Steve Dickson) [916726] | |
- [fs] nfs: add "pnfs_" prefix to get_layout_hdr() and put_layout_hdr() (Steve Dickson) [916726] | |
- [fs] nfs: nfs4_open_done first must check that GETATTR decoded a file type (Steve Dickson) [916722] | |
- [net] sunrpc: Dont start the retransmission timer when out of socket space (Steve Dickson) [916735] | |
- [fs] nfs: Dont use SetPageError in the NFS writeback code (Steve Dickson) [912867] | |
- [fs] nfs: Dont decode skipped layoutgets (Steve Dickson) [904025] | |
- [fs] nfs: nfs4_proc_layoutget returns void (Steve Dickson) [904025] | |
- [fs] nfs: defer release of pages in layoutget (Steve Dickson) [904025] | |
- [fs] nfs: Use kcalloc() when allocating arrays (Steve Dickson) [904025] | |
- [fs] nfs: Fix an ABBA locking issue with session and state serialisation (Steve Dickson) [912842] | |
- [fs] nfs: Fix a race in the pNFS return-on-close code (Steve Dickson) [912842] | |
- [fs] nfs: Do not accept delegated opens when a delegation recall is in effect (Steve Dickson) [912842] | |
- [fs] nfs: Fix a reboot recovery race when opening a file (Steve Dickson) [908524] | |
- [fs] nfs: Ensure delegation recall and byte range lock removal don't conflict (Steve Dickson) [908524] | |
- [fs] nfs: Fix up the return values of nfs4_open_delegation_recall (Steve Dickson) [908524] | |
- [fs] nfs: Dont lose locks when a server reboots during delegation return (Steve Dickson) [908524] | |
- [fs] nfs: Move nfs4_wait_clnt_recover and nfs4_client_recover_expired_lease (Steve Dickson) [908524] | |
- [fs] nfs: Add NFSDBG_STATE (Steve Dickson) [908524] | |
- [fs] nfs: nfs_inode_return_delegation() should always flush dirty data (Steve Dickson) [908524] | |
- [fs] nfs: nfs_client_return_marked_delegations cant flush data (Steve Dickson) [908524] | |
- [fs] nfs: Prevent deadlocks between state recovery and file locking (Steve Dickson) [908524] | |
- [fs] nfs: Allow the state manager to mark an open_owner as being recovered (Steve Dickson) [908524] | |
- [kernel] seqlock: Dont smp_rmb in seqlock reader spin loop (Steve Dickson) [908524] | |
- [kernel] seqlock: add 'raw_seqcount_begin()' function (Steve Dickson) [908524] | |
- [kernel] seqlock: optimise seqlock (Steve Dickson) [908524] | |
* Fri May 03 2013 Jarod Wilson <[email protected]> [2.6.32-374.el6] | |
- [net] tcp: Reallocate headroom if it would overflow csum_start (Thomas Graf) [896233] | |
- [net] tcp: take care of misalignments (Thomas Graf) [896233] | |
- [net] skbuff.c cleanup (Thomas Graf) [896233] | |
- [net] ipv6: fix incorrect route 'expires' value passed to userspace (Thomas Graf) [912029] | |
* Fri Apr 26 2013 Jarod Wilson <[email protected]> [2.6.32-373.el6] | |
- [fs] nfs: don't allow nfs_find_actor to match inodes of the wrong type (Jeff Layton) [913660] | |
- [mm] hugetlbfs: add swap entry check in follow_hugetlb_page() (Naoya Horiguchi) [928883] | |
- [fs] binfmt_elf: fix hugetlb memory check in vma_dump_size() (Naoya Horiguchi) [928883] | |
- [x86] remove BUG_ON(TS_USEDFPU) in __sanitize_i387_state() (Oleg Nesterov) [920445] | |
- [fs] coredump: ensure the fpu state is flushed for proper multi-threaded core dump (Oleg Nesterov) [920445] | |
- [kernel] perf, x86: Fix raw_spin_unlock_irqrestore() usage (Jiri Olsa) [927177] | |
- [kernel] perf, x86: Implement user-space RDPMC support, to allow fast, user-space access to self-monitoring counters (Jiri Olsa) [927177] | |
- [kernel] perf: Fix mmap_page::offset computation (Jiri Olsa) [927177] | |
- [kernel] perf, arch: Rework perf_event_index() (Jiri Olsa) [927177] | |
- [kernel] perf: Update the mmap control page on mmap() (Jiri Olsa) [927177] | |
- [kernel] perf: Fix enable_on_exec for sibling events (Jiri Olsa) [927177] | |
- [kernel] perf: Remove superfluous arguments (Jiri Olsa) [927177] | |
- [kernel] perf, x86: Prefer fixed-purpose counters when scheduling (Jiri Olsa) [927177] | |
- [kernel] events: Don't divide events if it has field period (Jiri Olsa) [927177] | |
- [kernel] perf: Carve out callchain functionality (Jiri Olsa) [927177] | |
- [kernel] x86: Perf_event_amd.c needs <asm/apicdef.h> (Jiri Olsa) [927177] | |
- [kernel] perf_events: Fix slow and broken cgroup context switch code (Jiri Olsa) [927177] | |
- [kernel] perf, x86: Avoid kfree() in CPU_STARTING (Jiri Olsa) [927177] | |
- [kernel] x86, perf: Make copy_from_user_nmi() a library function (Jiri Olsa) [927177] | |
- [kernel] x86, perf: Add constraints for architectural PMU (Jiri Olsa) [927177] | |
- [kernel] perf: Remove the perf_output_begin(.sample) argument (Jiri Olsa) [927177] | |
- [kernel] perf: Remove the nmi parameter from the swevent and overflow interface (Jiri Olsa) [927177] | |
- [kernel] events: Ensure that timers are updated without requiring read() call (Jiri Olsa) [927177] | |
- [kernel] perf_event: Fix broken calc_timer_values() (Jiri Olsa) [927177] | |
- [kernel] events: Move lockless timer calculation into helper function (Jiri Olsa) [927177] | |
- [kernel] events: Add note to update_event_times comment about holding ctx->lock (Jiri Olsa) [927177] | |
- [kernel] perf_events: Fix perf buffer watermark setting (Jiri Olsa) [927177] | |
- [net] ieee802154: Remove static CFLAGS in net/ieee802154/Makefile (Aristeu Rozanski) [920620] | |
- [net] sunrpc: Add barriers to ensure read ordering in rpc_wake_up_task_queue_locked (Dave Wysochanski) [840860] | |
* Tue Apr 23 2013 Jarod Wilson <[email protected]> [2.6.32-372.el6] | |
- [x86] apic: Add probe() for apic_flat (Prarit Bhargava) [953342] | |
- [x86] apic: Work around boot failure on HP ProLiant DL980 G7 Server systems (Prarit Bhargava) [912963] | |
- [x86] apic: Use probe routines to simplify apic selection (Prarit Bhargava) [912963] | |
- [x86] x2apic: Simplify apic init in SMP and UP builds (Prarit Bhargava) [912963] | |
- [virt] virtio-rng: fix crashes by disallowing multiple device registrations (Amit Shah) [953097] | |
- [virt] virtio-console: add locking around c_ovq operations (Amit Shah) [928207] | |
- [virt] virtio-console: rename cvq_lock to c_ivq_lock (Amit Shah) [928207] | |
- [virt] virtio_console: Merge struct buffer_token into struct port_buffer (Amit Shah) [840454] | |
- [virt] virtio_console: Free buffers from out-queue upon close (Amit Shah) [840454] | |
- [virt] virtio_console: Use kmalloc instead of kzalloc (Amit Shah) [840454] | |
- [virt] virtio_console: Free buffer if splice fails (Amit Shah) [840454] | |
- [virt] virtio-trace: Fix pthread flag for Makefile of trace-agent used (Amit Shah) [840454] | |
- [virt] virtio-trace: do not use unavailable fcntl (F_SETPIPE_SZ) (Amit Shah) [840454] | |
- [virt] tools: Add guest trace agent as a user tool (Amit Shah) [840454] | |
- [virt] virtio_console: Allocate scatterlist according to the current pipe size (Amit Shah) [840454] | |
- [trace] ftrace: Allow stealing pages from pipe buffer (Amit Shah) [840454] | |
- [virt] virtio_console: Wait until the port is ready on splice (Amit Shah) [840454] | |
- [virt] virtio_console: Add a failback for unstealable pipe buffer (Amit Shah) [840454] | |
- [virt] virtio_console: Add splice_write support (Amit Shah) [840454] | |
- [s390] kdump: Do not add standby memory for kdump (Hendrik Brueckner) [922943] | |
- [fs] vfs: remove unneeded permission check from path_init (Jeff Layton) [884863] | |
- [idle] intel_idle: Initialize driver_data correctly in ivb_cstates on IVB processor (Prarit Bhargava) [953630] | |
- [mm] fix fs oops due to dirty pages without buffers on s390 (Hendrik Brueckner) [692530] | |
- [netdrv] vmxnet3: set carrier state properly on probe (Neil Horman) [861131] | |
* Mon Apr 22 2013 Jarod Wilson <[email protected]> [2.6.32-371.el6] | |
- [scsi] be2iscsi: Bump driver version (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix issue in passing the exp_cmdsn and max_cmdsn (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix possible reentrancy issue in be_iopoll (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix the copyright information (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix checking Adapter state while establishing CXN (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix dynamic CID allocation Mechanism in driver (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix the NOP-In handling code path (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix the Port Link Status issue (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix displaying the Active Session Count from driver (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix displaying the FW Version from driver (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix support for DEFQ extension (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix MACRO for checking the adapter type (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix freeing CXN specific driver resources. (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix MSIx support in SKH-R to 32 (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix MBX Command issues (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix returning Failure when MBX fails with Insufficient buffer error (Rob Evers) [947550] | |
- [scsi] be2iscsi: Send uninitialize pattern to FW (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix Unrecoverable Error Detection (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix for MBX timeout issue (Rob Evers) [947550] | |
- [scsi] be2iscsi: Update the copyright information (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix issue of displaying adapter family (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix Task Completion Event handling (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix session update context with V2 version (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix support for V2 version of WRB (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix support for handling CQ_CREATE V2 version (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix max EQ supported by the driver (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix driver support for Skyhawk-R adapter (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix return value and typo (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix kernel panic in blk_iopoll disable mode (Rob Evers) [947550] | |
- [scsi] be2iscsi: Issue an function level reset when driver is loaded (Rob Evers) [947550] | |
- [scsi] be2iscsi: Display driver name and version in device attribute (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix max supported EQ count to 8.a (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix memory leak in control path of driver (Rob Evers) [947550] | |
- [scsi] be2iscsi: Display Completion Event string instead of Opcode (Rob Evers) [947550] | |
- [scsi] be2iscsi: Fix the issue with soft reset (Rob Evers) [947550] | |
- [scsi] be2iscsi: cleanup a min_t() call (Rob Evers) [947550] | |
- [kernel] percpu-rw-sem: remove the percpu rw semaphore implementation (Jeff Moyer) [909482] | |
- [fs] direct-io: don't read inode->i_blkbits multiple times (Jeff Moyer) [909482] | |
- [fs] vfs: add missing virtual cache flush after editing partial pages (Jeff Moyer) [909482] | |
- [fs] vfs: fix O_DIRECT read past end of block device (Jeff Moyer) [909482] | |
- [fs] vfs: clear to the end of the buffer on partial buffer reads (Jeff Moyer) [909482] | |
- [fs] vfs: avoid "attempt to access beyond end of device" warnings (Jeff Moyer) [909482] | |
- [fs] blkdev_max_block: make private to fs/buffer.c (Jeff Moyer) [909482] | |
- [fs] blockdev: remove bd_block_size_semaphore again (Jeff Moyer) [909482] | |
- [fs] buffer.c: make block-size be per-page and protected by the page lock (Jeff Moyer) [909482] | |
- [fs] direct-io.c: adjust suspicious bit operation (Jeff Moyer) [909482] | |
- [fs] direct-io: optimize cache misses in the submission path (Jeff Moyer) [909482] | |
- [fs] direct-io.c: calculate fs_count correctly in get_more_blocks() (Jeff Moyer) [909482] | |
- [fs] direct-io: merge direct_io_walker into __blockdev_direct_IO (Jeff Moyer) [909482] | |
- [fs] direct-io: inline the complete submission path (Jeff Moyer) [909482] | |
- [fs] direct-io: separate map_bh from dio (Jeff Moyer) [909482] | |
- [fs] direct-io: use a slab cache for struct dio (Jeff Moyer) [909482] | |
- [fs] direct-io: rearrange fields in dio/dio_submit to avoid holes (Jeff Moyer) [909482] | |
- [fs] direct-io: fix a wrong comment (Jeff Moyer) [909482] | |
- [fs] direct-io: separate fields only used in the submission path from struct dio (Jeff Moyer) [909482] | |
- [powerpc] pci: convert devtree bus addresses to resource (Myron Stowe) [953181] | |
- [acpi] create _SUN sysfs file (Motohiro Kosaki) [908606] | |
* Tue Apr 16 2013 Jarod Wilson <[email protected]> [2.6.32-370.el6] | |
- [pci] Remove spurious error for sriov_numvfs store and simplify flow (Don Dutile) [887398] | |
- [pci] Provide method to reduce the number of total VFs supported (Don Dutile) [887398] | |
- [pci] SRIOV control and status via sysfs (Don Dutile) [887398] | |
- [pci] Use is_visible() with boot_vga attribute for pci_dev (Don Dutile) [887398] | |
- [pci] Add pci_device_type to pdev's device struct (Don Dutile) [887398] | |
- [x86] Allow greater than 1TB of RAM on AMD x86_64 sytems (Larry Woodman) [869736 876275] | |
- [mm] writeback: Fix Kernel divide by zero panic in get_dirty_limits() (Rafael Aquini) [871599] | |
- [scsi] scsi_debug: Fix off-by-one bug when unmapping region (Ewan Milne) [902973] | |
- [md] dm-snap: provide module alias in dm-snapshot (Mikulas Patocka) [889973] | |
- [x86] mce: Fix return value of mce_chrdev_read() when erst is disabled (Prarit Bhargava) [742385] | |
- [x86] Prevent panic in init_memory_mapping() when booting more than 1TB on AMD systems (Larry Woodman) [869736] | |
- [kernel] TAINT_TECH_PREVIEW should not disable lock debugging (Prarit Bhargava) [872688] | |
- [Documentation] remove doc for obsolete dynamic-printk kernel-parameter (Prarit Bhargava) [883911] | |
- [kernel] coredump: backport E option for /proc/sys/kernel/coredump_pattern (Dave Anderson) [905122] | |
- [s390] mm: Fix crst upgrade of mmap with MAP_FIXED (Hendrik Brueckner) [915357] | |
- [virt] kvm/mmu: fix hashing for TDP and non-paging modes (Marcelo Tosatti) [908751] | |
- [virt] kvm/mmu: Fix free memory accounting race in mmu_alloc_roots() (Marcelo Tosatti) [908751] | |
- [virt] kvm/mmu: Don't flush shadow when enabling dirty tracking (Marcelo Tosatti) [908751] | |
- [mm] memcg: fix totalpages calculation for memory.swappiness==0 (Satoru Moriya) [887402] | |
- [mm] memcg: fix unit mismatch in memcg oom limit calculation (Satoru Moriya) [887397] | |
- [x86] pci: Allow x86 platforms to use translation offsets (Myron Stowe) [836569] | |
- [x86] pci: Clear host bridge aperture struct resource (Myron Stowe) [836569] | |
- [x86] pci: use _CRS bus number aperture for host bridges from ACPI (Myron Stowe) [836569] | |
- [x86] pci: fix unused variable warning in amd_bus.c (Myron Stowe) [836569] | |
- [x86] pci: merge pcibios_scan_root() and pci_scan_bus_on_node() (Myron Stowe) [836569] | |
- [x86] pci: dynamically allocate pci_root_info for native host bridge drivers (Myron Stowe) [836569] | |
- [x86] pci: embed pci_sysdata into pci_root_info on ACPI path (Myron Stowe) [836569] | |
- [x86] pci: embed name into pci_root_info struct (Myron Stowe) [836569] | |
- [x86] pci: add host bridge resource release for _CRS path (Myron Stowe) [836569] | |
- [x86] pci: refactor get_current_resources() (Myron Stowe) [836569] | |
- [pci] add host bridge release support (Myron Stowe) [836569] | |
- [pci] add generic device into pci_host_bridge struct (Myron Stowe) [836569] | |
- [pci] rename pci_host_bridge() to find_pci_root_bridge() (Myron Stowe) [836569] | |
- [x86] pci: fix memleak with get_current_resources() (Myron Stowe) [836569] | |
- [pci] move host bridge-related code to host-bridge.c (Myron Stowe) [836569] | |
- [pci] collapse pcibios_resource_to_bus (Myron Stowe) [836569] | |
- [powerpc] pci: get rid of device resource fixups (Myron Stowe) [836569] | |
- [pci] add generic pcibios_resource_to_bus() (Myron Stowe) [836569] | |
- [pci] convert bus addresses to resource when reading BARs (Myron Stowe) [836569] | |
- [pci] add struct pci_host_bridge_window with CPU/bus address offset (Myron Stowe) [836569] | |
- [pci] add struct pci_host_bridge and a list of all bridges found (Myron Stowe) [836569] | |
- [pci] don't publish new root bus until it's fully initialized (Myron Stowe) [836569] | |
- [pci] make pci_flags non-weak (Myron Stowe) [836569] | |
- [powerpc] pci: replace pci_probe_only with pci_flags (Myron Stowe) [836569] | |
- [powerpc] pci: make pci_probe_only default to 0 (Myron Stowe) [836569] | |
- [pci] add pci_clear_flags() (Myron Stowe) [836569] | |
- [pci] make pci_flags always available (Myron Stowe) [836569] | |
- [x86] pci: fix memleak when ACPI _CRS is not used (Myron Stowe) [836569] | |
- [x86] pci: don't fall back to defaults if _CRS has no apertures (Myron Stowe) [836569] | |
- [pci] remove pci_create_bus() (Myron Stowe) [836569] | |
- [x86] pci: convert to pci_create_root_bus() and pci_scan_root_bus() (Myron Stowe) [836569] | |
- [x86] pci: use pci_scan_bus() instead of pci_scan_bus_parented() (Myron Stowe) [836569] | |
- [powerpc] pci: convert to pci_create_root_bus() (Myron Stowe) [836569] | |
- [powerpc] pci: split PHB part out of pcibios_map_io_space() (Myron Stowe) [836569] | |
- [powerpc] pci: make pcibios_setup_phb_resources() static (Myron Stowe) [836569] | |
- [pci] deprecate pci_scan_bus_parented() (Myron Stowe) [836569] | |
- [pci] convert pci_scan_bus_parented() to use pci_create_root_bus() (Myron Stowe) [836569] | |
- [pci] convert pci_scan_bus() to use pci_create_root_bus() (Myron Stowe) [836569] | |
- [pci] add pci_scan_root_bus() that accepts resource list (Myron Stowe) [836569] | |
- [pci] add pci_create_root_bus() that accepts resource list (Myron Stowe) [836569] | |
- [pci] show host bridges and root bus resources (Myron Stowe) [836569] | |
- [pci] add helpers for building PCI bus resource lists (Myron Stowe) [836569] | |
- [x86] pci: Ignore CPU non-addressable _CRS reserved memory resources (Myron Stowe) [836569] | |
- [powerpc] pci: fix a brace coding style issue in probe.c (Myron Stowe) [836569] | |
- [powerpc] pci: move powerpc pci flag functions into asm-generic (Myron Stowe) [836569] | |
- [powerpc] rename ppc_pci_*_flags to pci_*_flags (Myron Stowe) [836569] | |
- [x86] pci/sysfs: move bus cpuaffinity to class dev_attrs (Myron Stowe) [836569] | |
- [x86] pci: add rescan to /sys/.../pci_bus/.../ (Myron Stowe) [836569] | |
- [x86] pci: use kasprintf in acpi.c (Myron Stowe) [836569] | |
- [x86] pci: Enable pci root res read out for 32bit too (Myron Stowe) [836569] | |
- [x86] pci: Add cap_resource() (Myron Stowe) [836569] | |
- [x86] pci: Use u64 instead of size_t in amd_bus.c (Myron Stowe) [836569] | |
- [x86] pci: AMD one chain system to use pci read out res (Myron Stowe) [836569] | |
- [x86] pci: Use resource_size_t in update_res (Myron Stowe) [836569] | |
- [x86] Move range related operation to one file (Myron Stowe) [836569] | |
- [x86] pci: fix section mismatch on update_res() (Myron Stowe) [836569] | |
- [x86] pci: seperate x86_pci_rootbus_res_quirks from amd_bus.c (Myron Stowe) [836569] | |
- [x86] pci: fix comment typo in bus_numa.h (Myron Stowe) [836569] | |
- [x86] mtrr: Fix sorting of mtrr after subtracting (Myron Stowe) [836569] | |
- [x86] pci: read root resources from IOH on Intel (Myron Stowe) [836569] | |
- [block] Consolidate command flag and queue limit checks for merges (Mike Snitzer) [910054] | |
- [scsi] sd: Permit merged discard requests (Mike Snitzer) [910054] | |
- [block] Clean up special command handling logic (Mike Snitzer) [910054] | |
- [block] separate out blk_rq_merge_ok() and blk_try_merge() from elevator functions (Mike Snitzer) [910054] | |
- [block] cleanup previous backport of blk_throtl_bio() reorganization (Mike Snitzer) [910054] | |
- [i2c] Adding support for Intel iSMT SMBus 2.0 host controller (Neil Horman) [910427] | |
- [asm-generic] architecture independent readq/writeq for 32bit environment (Neil Horman) [910427] | |
- [kvm] vmx: provide the vmclear function and a bitmap to support VMCLEAR in kdump (Andrew Jones) [908608] | |
- [x86] kexec: VMCLEAR VMCSs loaded on all cpus if necessary (Andrew Jones) [908608] | |
- [netdrv] igb: release already assigned MSI-X interrupts if setup fails (Stefan Assmann) [804724] | |
- [netdrv] igb: remove duplicate code for fallback interrupt initialization (Stefan Assmann) [804724] | |
- [netdrv] igb: Combine q_vector and ring allocation into a single function (Stefan Assmann) [804724] | |
- [netdrv] igb: Remove logic that was doing NUMA pseudo-aware allocations (Stefan Assmann) [804724] | |
- [netdrv] igb: Move the calls to set the Tx and Rx queues into igb_open (Stefan Assmann) [804724] | |
- [char] ipmi: add options to disable openfirmware and PCI scanning (Tony Camuso) [924736] | |
- [char] ipmi: use locks on watchdog timeout set on reboot (Tony Camuso) [924736] | |
- [char] ipmi: simplify locking (Tony Camuso) [924736] | |
- [char] ipmi: fix message handling during panics (Tony Camuso) [924736] | |
- [char] ipmi: Fix IPMI errors due to timing problems (Tony Camuso) [924736] | |
- [char] ipmi/ipmi_si_intf: fix cleanup_one_si section mismatch (Tony Camuso) [924736] | |
- [char] ipmi: fix OOPS caused by pnp_unregister_driver on unregistered driver (Tony Camuso) [924736] | |
- [Documentation] IPMI: Add the document description of ipmi_get_smi_info (Tony Camuso) [924736] | |
- [char] ipmi: fix __init and __exit attribute locations (Tony Camuso) [924736] | |
- [char] ipmi: proper spinlock initialization (Tony Camuso) [924736] | |
- [char] ipmi: fix hardcoded ipmi device exit path warning (Tony Camuso) [924736] | |
- [char] ipmi: fix acpi probe print (Tony Camuso) [924736] | |
- [char] ipmi: print info for spmi and smbios paths like acpi and pci (Tony Camuso) [924736] | |
- [char] ipmi: fix memleaking for add_smi when duplicating happen (Tony Camuso) [924736] | |
- [char] ipmi: update driver to use dev_printk and its constructs (Tony Camuso) [924736] | |
- [char] ipmi/ipmi_si_intf: fix variable 'addr_space' set but not used warning (Tony Camuso) [924736] | |
- [char] ipmi: fix sysfs lockdep warning in ipmi code (Tony Camuso) [924736] | |
- [char] ipmi: remove ipmi_smi.h self-include (Tony Camuso) [924736] | |
- [char] ipmi: fix slave_addrs setting to actually work (Tony Camuso) [924736] | |
- [char] ipmi: Use KCS_IDLE_STATE (Tony Camuso) [924736] | |
- [char] ipmi: refer to table as "SPMI", not "ACPI" (Tony Camuso) [924736] | |
- [mm] enforce mmap_min_addr on x86_64 (Rik van Riel) [790921] | |
- [mm] optional next-fit policy for arch_get_unmapped_area (Rik van Riel) [790921] | |
- [mm] fix quadratic behaviour in get_unmapped_area_topdown (Rik van Riel) [790921] | |
- [scsi] Revert: qla2xxx: Optimize existing port name server query matching (Chad Dupuis) [924804] | |
- [scsi] Revert: qla2xxx: Avoid losing any fc ports when loop id's are exhausted (Chad Dupuis) [924804] | |
* Thu Mar 28 2013 Jarod Wilson <[email protected]> [2.6.32-369.el6] | |
- [fs] defer do_filp_open() access checks to may_open() (Eric Sandeen) [920752] | |
- [infiniband] ipoib: Add missing locking when CM object is deleted (Doug Ledford) [913645] | |
- [virt] kvm: accept unaligned MSR_KVM_SYSTEM_TIME writes (Petr Matousek) [917021] {CVE-2013-1796} | |
- [char] tty: hold lock across tty buffer finding and buffer filling (Prarit Bhargava) [901780] | |
* Thu Mar 28 2013 Jarod Wilson <[email protected]> [2.6.32-368.el6] | |
- [net] tcp: fix for zero packets_in_flight was too broad (Thomas Graf) [920794] | |
- [net] tcp: frto should not set snd_cwnd to 0 (Thomas Graf) [920794] | |
- [net] tcp: fix an infinite loop in tcp_slow_start() (Thomas Graf) [920794] | |
- [net] tcp: fix ABC in tcp_slow_start() (Thomas Graf) [920794] | |
- [md] dm-thin: bump the target version numbers (Mike Snitzer) [922931] | |
- [md] dm-thin: use block_size_is_power_of_two (Mike Snitzer) [904161] | |
- [md] dm-thin: support a non-power-of-2 discard_granularity (Mike Snitzer) [904161] | |
- [md] dm-thin: fix queue limits stacking (Mike Snitzer) [904161] | |
- [md] dm: sync misc small differences from upstream (Mike Snitzer) [904161] | |
- [md] persistent-data: improve improve space map block alloc failure message (Mike Snitzer) [904161] | |
- [md] dm-thin: use DMERR_LIMIT for errors (Mike Snitzer) [904161] | |
- [md] persistent-data: use DMERR_LIMIT for errors (Mike Snitzer) [904161] | |
- [md] persistent-data: fix nested btree deletion (Mike Snitzer) [904161] | |
- [md] dm-thin: move bio_prison code to separate module (Mike Snitzer) [904161] | |
- [md] dm-thin: prepare to separate bio_prison code (Mike Snitzer) [904161] | |
- [md] persistent-data: convert to use le32_add_cpu (Mike Snitzer) [904161] | |
- [md] dm-bufio: use ACCESS_ONCE for sysfs values (Mike Snitzer) [904161] | |
- [md] dm-bufio: use list_move (Mike Snitzer) [904161] | |
- [md] dm-ioctl: use kmalloc if possible (Mike Snitzer) [904161] | |
- [md] dm-ioctl: remove PF_MEMALLOC (Mike Snitzer) [904161] | |
- [md] dm-ioctl: prevent unsafe change to dm_ioctl data_size (Mike Snitzer) [904161] | |
- [md] dm-snap: optimize track_chunk (Mike Snitzer) [904161] | |
- [md] dm: fix deadlock with request based dm and queue request_fn recursion (Mike Snitzer) [904161] | |
- [fs] ext3: Fix format string issues (Nikola Pajkovsky) [920785] {CVE-2013-1848} | |
- [netdrv] ehea: avoid accessing a NULL vgrp (Steve Best) [911359] | |
- [kernel] signal: always clear sa_restorer on execve (Nikola Pajkovsky) [920506] {CVE-2013-0914} | |
- [md] dm-thin: fix discard corruption (Mike Snitzer) [922931] | |
- [md] persistent-data: rename node to btree_node (Mike Snitzer) [922931] | |
- [netdrv] ixgbe: Only set gso_type to SKB_GSO_TCPV4 as RSC does not support IPv6 (Michael S. Tsirkin) [908196] | |
- [netdrv] bnx2x: set gso_type (Michael S. Tsirkin) [908196] | |
- [netdrv] qlcnic: set gso_type (Michael S. Tsirkin) [908196] | |
- [netdrv] ixgbe: fix gso type (Michael S. Tsirkin) [908196] | |
- [net] sunrpc: Get rid of the redundant xprt->shutdown bit field (J. Bruce Fields) [893584] | |
- [virt] kvm: do not #GP on unaligned MSR_KVM_SYSTEM_TIME write (Gleb Natapov) [917021] {CVE-2013-1796} | |
- [fs] gfs2: Allocate reservation structure before rename and link (Robert S Peterson) [922999] | |
- [drm] i915: bounds check execbuffer relocation count (Nikola Pajkovsky) [920525] {CVE-2013-0913} | |
- [x86] irq: add quirk for broken interrupt remapping on 55XX chipsets (Neil Horman) [887006] | |
- [md] dm: fix limits initialization when there are no data devices (Mike Snitzer) [908851] | |
- [kvm] Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (Gleb Natapov) [917025] {CVE-2013-1797} | |
- [kvm] Fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (Gleb Natapov) [917021] {CVE-2013-1796} | |
- [kvm] Fix bounds checking in ioapic indirect register reads (Gleb Natapov) [917032] {CVE-2013-1798} | |
- [kvm] x86: release kvmclock page on reset (Gleb Natapov) [917025] {CVE-2013-1797} | |
- [security] keys: Fix race with concurrent install_user_keyrings() (David Howells) [913258] {CVE-2013-1792} | |
* Tue Mar 19 2013 Jarod Wilson <[email protected]> [2.6.32-367.el6] | |
- [fs] xfs: use maximum schedule timeout when ail is empty (Brian Foster) [883905] | |
- [net] xfrm_user: fix info leak in copy_to_user_tmpl() (Thomas Graf) [922429] {CVE-2012-6537} | |
- [net] xfrm_user: fix info leak in copy_to_user_policy() (Thomas Graf) [922429] {CVE-2012-6537} | |
- [net] xfrm_user: fix info leak in copy_to_user_state() (Thomas Graf) [922429] {CVE-2012-6537} | |
- [net] xfrm_user: fix info leak in copy_to_user_auth() (Thomas Graf) [922429] {CVE-2012-6537} | |
- [net] atm: fix info leak in getsockopt(SO_ATMPVC) (Thomas Graf) [922387] {CVE-2012-6546} | |
- [net] atm: fix info leak via getsockname() (Thomas Graf) [922387] {CVE-2012-6546} | |
- [fs] nls: improve UTF8 -> UTF16 string conversion routine (Nikola Pajkovsky) [916119] {CVE-2013-1773} | |
- [fs] fat: Fix stat->f_namelen (Nikola Pajkovsky) [916119] {CVE-2013-1773} | |
- [netdrv] tun: fix ioctl() based info leaks (Thomas Graf) [922351] {CVE-2012-6547} | |
- [net] llc: fix info leak via getsockname() (Thomas Graf) [922333] {CVE-2012-6542} | |
- [virt] x86: Add a check to catch Xen emulation of Hyper-V (Andrew Jones) [918239] | |
- [fs] cifs: fix expand_dfs_referral (Sachin Prabhu) [902492] | |
- [fs] cifs: factor smb_vol allocation out of cifs_setup_volume_info (Sachin Prabhu) [902492] | |
- [fs] cifs: have cifs_cleanup_volume_info not take a double pointer (Sachin Prabhu) [902492] | |
- [fs] nfs: Dont allow NFS silly-renamed files to be deleted, no signal (Dave Wysochanski) [905095] | |
* Mon Mar 18 2013 Jarod Wilson <[email protected]> [2.6.32-366.el6] | |
- [Documentation] vxlan: fix command usage in its doc (Amerigo Wang) [907447] | |
- [net] vxlan: Add ethtool drvinfo (Amerigo Wang) [907447] | |
- [net] vxlan: Use the underlying device index when joining/leaving multicast groups (Amerigo Wang) [907447] | |
- [net] vxlan: remove unused variable (Amerigo Wang) [907447] | |
- [net] vxlan: Update hard_header_len based on lowerdev when instantiating VXLAN (Amerigo Wang) [907447] | |
- [net] vxlan: fix a typo (Amerigo Wang) [907447] | |
- [net] vxlan: Fix error that was resulting in VXLAN MTU size being 10 bytes too large (Amerigo Wang) [907447] | |
- [net] vxlan: allow a user to set TTL value (Amerigo Wang) [907447] | |
- [net] vxlan: don't expire permanent entries (Amerigo Wang) [907447] | |
- [net] vxlan: fix oops when give unknown ifindex (Amerigo Wang) [907447] | |
- [net] vxlan: fix receive checksum handling (Amerigo Wang) [907447] | |
- [net] vxlan: add additional headroom (Amerigo Wang) [907447] | |
- [net] vxlan: allow configuring port range (Amerigo Wang) [907447] | |
- [net] vxlan: associate with tunnel socket on transmit (Amerigo Wang) [907447] | |
- [net] vxlan: fix byte order in hash function (Amerigo Wang) [907447] | |
- [net] vxlan: minor output refactoring (Amerigo Wang) [907447] | |
- [net] vxlan: fix more sparse warnings (Amerigo Wang) [907447] | |
- [net] vxlan: remove unused including <linux/version.h> (Amerigo Wang) [907447] | |
- [net] vxlan: put UDP socket in correct namespace (Amerigo Wang) [907447] | |
- [net] vxlan: virtual extensible lan (Amerigo Wang) [907447] | |
- [net] igmp: export symbol ip_mc_leave_group (Amerigo Wang) [907447] | |
- [net] netlink: Add nla_put_net{16,32,64}() helpers (Amerigo Wang) [907447] | |
- [net] dst: Introduce skb_tunnel_rx() helper (Amerigo Wang) [907447] | |
- [net] rtnetlink: do not check master for bridge ports (Amerigo Wang) [907447] | |
- [net] rtnetlink: notify events for FDB NTF_SELF adds and deletes (Amerigo Wang) [907447] | |
- [net] rtnetlink: add attributes to fdb interface (Amerigo Wang) [907447] | |
- [net] netdevice: make address const in device address management (Amerigo Wang) [907447] | |
- [net] add generic PF_BRIDGE:RTM_ FDB hooks (Amerigo Wang) [907447] | |
- [net] xfrm: fix RCU bugs (Amerigo Wang) [885247] | |
- [net] xfrm: Replace rwlock on xfrm_policy_afinfo with rcu (Amerigo Wang) [885247] | |
- [net] flow: Add a flow_cache_flush_deferred function (Amerigo Wang) [885247] | |
- [net] xfrm: Refcount destination entry on xfrm_lookup (Amerigo Wang) [885247] | |
- [net] xfrm: avoid possible oopse in xfrm_alloc_dst (Amerigo Wang) [885247] | |
- [net] xfrm: Fix xfrm_state_migrate leak (Amerigo Wang) [885247] | |
- [net] flow: Make flow cache namespace-aware (Amerigo Wang) [885247] | |
- [net] xfrm: do not assume that template resolving always returns xfrms (Amerigo Wang) [885247] | |
- [net] xfrm: check bundle policy existance before dereferencing it (Amerigo Wang) [885247] | |
- [net] xfrm: fix policy unreferencing on larval drop (Amerigo Wang) [885247] | |
- [net] xfrm6: ensure to use the same dev when building a bundle (Amerigo Wang) [885247] | |
- [net] xfrm: Fix crashes in xfrm_lookup() (Amerigo Wang) [885247] | |
- [net] flow: delayed deletion of flow cache entries (Amerigo Wang) [885247] | |
- [net] xfrm: remove policy garbage collection (Amerigo Wang) [885247] | |
- [net] xfrm: cache bundles instead of policies for outgoing flows (Amerigo Wang) [885247] | |
- [net] xfrm: deal with dst entries in netns (Amerigo Wang) [885247] | |
- [net] flow: virtualize flow cache entry methods (Amerigo Wang) [885247] | |
- [net] flow: structurize flow cache (Amerigo Wang) [885247] | |
- [net] xfrm: remove policy lock when accessing policy->walk.dead (Amerigo Wang) [885247] | |
- [net] xfrm: Flushing empty SAD generates false events (Amerigo Wang) [885247] | |
- [net] xfrm: Flushing empty SPD generates false events (Amerigo Wang) [885247] | |
- [net] pfkey: fix SA and SP flush sequence (Amerigo Wang) [885247] | |
- [net] xfrm: validate attributes (Amerigo Wang) [885247] | |
- [net] xfrm: verify policy direction at XFRM_MSG_POLEXPIRE handler (Amerigo Wang) [885247] | |
- [net] xfrm: Remove xfrm_state_genid (Amerigo Wang) [885247] | |
- [net] ipv4: check rt_genid in dst_check (Amerigo Wang) [885247] | |
- [net] xfrm: Fix bogus bundle flowi (Amerigo Wang) [885247] | |
- [net] xfrm: clone mark when cloning policy (Amerigo Wang) [885247] | |
- [net] xfrm: Allow user space manipulation of SPD mark (Amerigo Wang) [885247] | |
- [net] xfrm: Allow user space config of SAD mark (Amerigo Wang) [885247] | |
- [net] xfrm: SP lookups with mark (Amerigo Wang) [885247] | |
- [net] xfrm: SP lookups signature with mark (Amerigo Wang) [885247] | |
- [net] xfrm: SA lookups with mark (Amerigo Wang) [885247] | |
- [net] xfrm: SA lookups signature with mark (Amerigo Wang) [885247] | |
- [net] xfrm: introduce basic mark infrastructure (Amerigo Wang) [885247] | |
* Fri Mar 15 2013 Jarod Wilson <[email protected]> [2.6.32-365.el6] | |
- [fs] NLM: Ensure that we resend all pending blocking locks after a reclaim (Steve Dickson) [913704] | |
- [fs] xfs: remove log force from xfs_buf_cond_lock() (Brian Foster) [896224] | |
- [fs] xfs: recheck buffer pinned status after push trylock failure (Brian Foster) [896224] | |
- [fs] nfs: Ensure that we check lock exclusive/shared type against open modes (Dave Wysochanski) [916324] | |
- [powerpc] pseries: Fix partition migration hang in stop_topology_update (Steve Best) [910597] | |
- [infiniband] qib: correction for faulty sparse warning correction (Jay Fenlason) [901701] | |
- [usb] io_ti: Fix NULL dereference in chase_port() (Nikola Pajkovsky) [916200] {CVE-2013-1774} | |
- [net] bluetooth: Fix incorrect strncpy() in hidp_setup_hid() (Nikola Pajkovsky) [914691] {CVE-2013-0349} | |
- [char] tty: set_termios/set_termiox should not return -EINTR (Oleg Nesterov) [904907] | |
- [netdrv] ehea: fix VLAN support (Steve Best) [911359] | |
- [net] xfrm_user: return error pointer instead of NULL (Thomas Graf) [919389] {CVE-2013-1826} | |
- [net] dccp: check ccid before NULL poiter dereference (Weiping Pan) [919188] {CVE-2013-1827} | |
* Thu Feb 28 2013 Jarod Wilson <[email protected]> [2.6.32-364.el6] | |
- [Documentation] ipv6: Update ip-sysctl.txt documentation (Jacob Tanenbaum) [795367] | |
- [net] ipv6: add special mode forwarding=2 to send RS while configured as router (Jacob Tanenbaum) [795367] | |
- [net] ipv6: add special mode accept_ra=2 to accept RA while configured as a router (Jacob Tanenbaum) [795367] | |
- [net] netfilter: improve out-of-sync situation in TCP tracking (Flavio Leitner) [629857] | |
- [net] sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STATS call (Michele Baldessari) [755486] | |
- [net] fix netdev_increment_features() (Amerigo Wang) [892868] | |
- [net] Disable all TSO features when SG is disabled (Amerigo Wang) [892868] | |
- [net] tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming() (Weiping Pan) [843126] | |
- [net] tcp: RFC 5961 5.2 Blind Data Injection Attack Mitigation (Weiping Pan) [843126] | |
- [net] tcp: refine SYN handling in tcp_validate_incoming (Weiping Pan) [843126] | |
- [net] tcp: implement RFC 5961 4.2 (Weiping Pan) [843126] | |
- [net] tcp: implement RFC 5961 3.2 (Weiping Pan) [843126] | |
- [net] ipv6: Preserve ipv6 functionality needed by NET (Vlad Yasevich) [801856] | |
- [net] use right lock in __dev_remove_offload (Vlad Yasevich) [801856] | |
- [net] ipv6: Pull IPv6 GSO registration out of the module (Vlad Yasevich) [801856] | |
- [net] ipv4: Pull GSO registration out of inet_init() (Vlad Yasevich) [801856] | |
- [net] ipv6: Update ipv6 static library with newly needed functions (Vlad Yasevich) [801856] | |
- [net] ipv6: Move exthdr offload support into separate file (Vlad Yasevich) [801856] | |
- [net] ipv6: Separate out UDP offload functionality (Vlad Yasevich) [801856] | |
- [net] ipv6: Separate tcp offload functionality (Vlad Yasevich) [801856] | |
- [net] ipv6: Separate ipv6 offload support (Vlad Yasevich) [801856] | |
- [net] ipv6: Switch to using new offload infrastructure (Vlad Yasevich) [801856] | |
- [net] ipv4: Switch to using the new offload infrastructure (Vlad Yasevich) [801856] | |
- [net] ipv6: Add new offload registration infrastructure (Vlad Yasevich) [801856] | |
- [net] Add net protocol offload registration infrustructure (Vlad Yasevich) [801856] | |
- [net] Switch to using the new packet offload infrastructure (Vlad Yasevich) [801856] | |
- [net] Add generic packet offload infrastructure (Vlad Yasevich) [801856] | |
- [net] update SOCK_MIN_RCVBUF (Daniel Borkmann) [782886] | |
- [net] sctp: Fix list corruption resulting from freeing an association on a list (Jiri Pirko) [887868] | |
- [net] netfilter/ipset: timeout can be modified for already added elements (Daniel Borkmann) [881599] | |
- [net] tcp: Don't change unlocked socket state in tcp_v4_err() (Jiri Benc) [757658] | |
- [net] packet: fix network header offset in skb for raw sockets (Stefan Assmann) [845515] | |
- [mm] tmpfs: fix use-after-free of mempolicy object (Nikola Pajkovsky) [915715] {CVE-2013-1767} | |
- [fs] fuse: set page_descs length in fuse_buffered_write() (Brian Foster) [915135] | |
- [fs] vfs: fix pointer dereference validation in d_validate (Carlos Maiolino) [876600] | |
* Wed Feb 27 2013 Jarod Wilson <[email protected]> [2.6.32-363.el6] | |
- [pci] Fix PCI Express Capability accessors for PCI_EXP_FLAGS (Myron Stowe) [912505] | |
- [pci] introduce accessor to retrieve PCIe Capabilities Register (Myron Stowe) [904203] | |
- [pci] Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [pci] pcie/portdrv: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [pci] portdrv: Don't create hotplug slots unless port supports hotplug (Myron Stowe) [904203] | |
- [drm] radeon: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [scsi] qla4xxx: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [scsi] qla4xxx: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [infiniband] qib: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [infiniband] mthca: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [wireless] iwlwifi: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [wireless] iwlegacy: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [netdrv] ath9k: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [netdrv] atl1c: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [netdrv] cxgb4: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [netdrv] cxgb3: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [netdrv] myri10ge: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [netdrv] niu: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [netdrv] mlx4: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [netdrv] igb: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [netdrv] e1000e: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [netdrv] tg3: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [netdrv] bnx2x: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [netdrv] r8169: Preserve other Device Control bits when setting NOSNOOP_EN (Myron Stowe) [904203] | |
- [netdrv] r8169: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [pci] pcie/aspm: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [pci] pcie/aer: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [pci] pciehp: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [pci] pcie/portdrv: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [pci] hotplug: Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [pci] Use PCI Express Capability accessors (Myron Stowe) [904203] | |
- [pci] Add accessors for PCI Express Capability (Myron Stowe) [904203] | |
- [pci] Remove unused field pcie_type from struct pci_dev (Myron Stowe) [904203] | |
- [pci] Introduce pci_pcie_type(dev) to replace pci_dev->pcie_type (Myron Stowe) [904203] | |
- [pci] Add pcie_flags_reg to cache PCIe capabilities register (Myron Stowe) [904203] | |
- [scsi] qla2xxx: remove unnecessary reads of PCI_CAP_ID_EXP (Myron Stowe) [904203] | |
- [pci] remove redundant capabilities checking in pci_{save, restore}_pcie_state (Myron Stowe) [904203] | |
- [pci] pcie/aer: use pci_is_pcie() instead of obsolete pci_dev.is_pcie (Myron Stowe) [904203] | |
- [pci] move pci_find_saved_cap out of linux/pci.h (Myron Stowe) [904203] | |
- [netdrv] myri10ge: remove unnecessary read of PCI_CAP_ID_EXP (Myron Stowe) [904203] | |
- [netdrv] niu: remove unnecessary read of PCI_CAP_ID_EXP (Myron Stowe) [904203] | |
- [pci] Track the size of each saved capability data area (Myron Stowe) [904203] | |
- [pci] pcie/portdrv: remove redundant definitions (Myron Stowe) [904203] | |
- [pci] hotplug: use pci_is_pcie() (Myron Stowe) [904203] | |
- [pci] pcie/aspm: use pci_is_pcie() (Myron Stowe) [904203] | |
- [pci] pciehp: use pci_pcie_cap() (Myron Stowe) [904203] | |
- [pci] pcie/aspm: use pci_pcie_cap() (Myron Stowe) [904203] | |
- [pci] pcie/portdrv: use pci_pcie_cap() (Myron Stowe) [904203] | |
* Mon Feb 25 2013 Jarod Wilson <[email protected]> [2.6.32-362.el6] | |
- [kernel] utrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL (Oleg Nesterov) [912074] {CVE-2013-0871} | |
- [security] device_cgroup: fix RCU usage (Aristeu Rozanski) [819366] | |
- [security] device_cgroup: fix unchecked cgroup parent usage (Aristeu Rozanski) [819366] | |
- [security] device_cgroup: add proper checking when changing default behavior (Aristeu Rozanski) [819366] | |
- [security] device_cgroup: stop using simple_strtoul() (Aristeu Rozanski) [819366] | |
- [security] device_cgroup: rename deny_all to behavior (Aristeu Rozanski) [819366] | |
- [security] device_cgroup: fix invalid rcu dereference (Aristeu Rozanski) [819366] | |
- [security] device_cgroup: rename whitelist to exception list (Aristeu Rozanski) [819366] | |
- [security] device_cgroup: convert device_cgroup internally to policy + exceptions (Aristeu Rozanski) [819366] | |
- [security] device_cgroup: introduce dev_whitelist_clean() (Aristeu Rozanski) [819366] | |
- [security] device_cgroup: add "deny_all" in dev_cgroup structure (Aristeu Rozanski) [819366] | |
- [security] devcgroup_inode_permission: take "is it a device node" checks to inlined wrapper (Aristeu Rozanski) [819366] | |
- [security] rcu: Convert call_rcu(whitelist_item_free) to kfree_rcu() (Aristeu Rozanski) [819366] | |
- [fs] cifs: after upcalling for krb5 creds, invalidate key rather than revoking it (Niels de Vos) [885899] | |
- [fs] cifs: tmp_key_invalidate() should not set key->expiry to 0 (Niels de Vos) [885899] | |
- [block] disable discard request merge temporarily (Mike Snitzer) [907844] | |
* Thu Feb 14 2013 Jarod Wilson <[email protected]> [2.6.32-361.el6] | |
- [netdrv] mlx4: Set number of msix vectors under SRIOV mode to firmware defaults (Michal Schmidt) [904726] | |
- [netdrv] mlx4: Fix bridged vSwitch configuration for non SRIOV mode (Michal Schmidt) [903644] | |
- [net] rtnetlink: Fix IFLA_EXT_MASK definition (regression) (Thomas Graf) [903220] | |
- [x86] msr: Add capabilities check (Nikola Pajkovsky) [908699] {CVE-2013-0268} | |
- [x86] msr: Remove incorrect, duplicated code in the MSR driver (Nikola Pajkovsky) [908699] {CVE-2013-0268} | |
- [virt] xen: don't assume ds is usable in xen_iret for 32-bit PVOPS (Andrew Jones) [906311] {CVE-2013-0228} | |
* Wed Feb 13 2013 Jarod Wilson <[email protected]> [2.6.32-360.el6] | |
- [kernel] cputime: Avoid multiplication overflow on utime scaling (Stanislaw Gruszka) [862758] | |
- [net] sunrpc: When changing the queue priority, ensure that we change the owner (Steve Dickson) [902965] | |
- [net] sunrpc: Ensure we release the socket write lock if the rpc_task exits early (Steve Dickson) [902965] | |
- [fs] nfs: Ensure that we free the rpc_task after read and write cleanups are done (Steve Dickson) [902965] | |
- [net] sunrpc: Ensure that we free the rpc_task after cleanups are done (Steve Dickson) [902965] | |
- [net] sunrpc: Don't allow low priority tasks to pre-empt higher priority ones (Steve Dickson) [902965] | |
- [fs] nfs: Add sequence_priviliged_ops for nfs4_proc_sequence() (Steve Dickson) [902965] | |
- [fs] nfs: The NFSv4.0 client must send RENEW calls if it holds a delegation (Steve Dickson) [902965] | |
- [fs] nfs: nfs4_proc_renew should be declared static (Steve Dickson) [902965] | |
- [fs] nfs: nfs4_locku_done must release the sequence id (Steve Dickson) [902965] | |
- [fs] nfs: We must release the sequence id when we fail to get a session slot (Steve Dickson) [902965] | |
- [fs] nfs: Add debugging messages to NFSv4's CLOSE procedure (Steve Dickson) [902965] | |
- [net] sunrpc: Clear the connect flag when socket state is TCP_CLOSE_WAIT (Steve Dickson) [902965] | |
- [fs] nfs: cleanup DS stateid error handling (Steve Dickson) [902965] | |
- [fs] nfs: handle DS stateid errors (Steve Dickson) [902965] | |
- [fs] nfs: Fix potential races in xprt_lock_write_next() (Steve Dickson) [902965] | |
- [fs] nfs: Ensure correct locking when accessing the 'lock_states' list (Steve Dickson) [902965] | |
- [fs] nfs: Fix the handling of NFS4ERR_SEQ_MISORDERED errors (Steve Dickson) [902965] | |
- [block] cciss: use lun reset not target reset (Tomas Henzl) [893022] | |
- [block] cciss: get rid of message related magic numbers (Tomas Henzl) [893022] | |
- [fs] nfsd: default server numeric idmapping to off (J. Bruce Fields) [815908] | |
- [fs] nfsd: allow numeric idmapping (J. Bruce Fields) [815908] | |
- [x86] perf: Export Sandy Bridge uncore clockticks event in sysfs (Luming Yu) [886374] | |
- [x86] perf: Add Intel Westmere-EX uncore support (Luming Yu) [886374] | |
- [powerpc] perf: Sample only if SIAR-Valid bit is set in P7+ (Steve Best) [873425] | |
- [powerpc] oprofile: Fix marked events support on Power7+ not set (Steve Best) [873425] | |
- [powerpc] Define Power7+ PV constant PV_POWER7p (Steve Best) [873425] | |
- [netdrv] netxen: check for root bus in netxen_mask_aer_correctable (Nikolay Aleksandrov) [846123] | |
- [netdrv] be2net: fix unconditionally returning IRQ_HANDLED in INTx (Ivan Vecera) [909464] | |
- [netdrv] be2net: fix INTx ISR for interrupt behaviour on BE2 (Ivan Vecera) [909464] | |
- [netdrv] be2net: fix a possible events_get() race on BE2 (Ivan Vecera) [909464] | |
- [virt] hv_balloon: Make adjustments to the pressure report (Jason Wang) [902232] | |
* Mon Feb 11 2013 Jarod Wilson <[email protected]> [2.6.32-359.el6] | |
- [fs] gfs2: Get a block reservation before resizing a file (Robert S Peterson) [875753] | |
- [net] ipv6: do not create neighbor entries for local delivery (Jiri Pirko) [896020] | |
- [net] bonding: check for assigned mac before adopting the slaves mac address (Veaceslav Falico) [905126] | |
- [fs] nfs: nfs4_xdr_enc_layout{commit, return} must return status (Steve Dickson) [907227] | |
- [fs] set s_type before destroy_super in sget() (Eric Sandeen) [904982] | |
- [scsi] ses: Avoid kernel panic when lun 0 is not mapped (Ewan Milne) [886867] | |
- [block] avoid divide-by-zero with zero discard granularity (Mike Snitzer) [901705] | |
- [block] discard granularity might not be power of 2 (Mike Snitzer) [901705] | |
- [netdrv] tg3: Fix crc errors on jumbo frame receive (Ivan Vecera) [895336] | |
- [netdrv] igb: set E1000_IMS_TS interrupt bit in igb_irq_enable (Stefan Assmann) [871795] | |
- [pci] intel-iommu: Prevent devices with RMRRs from being placed into SI Domain (Tony Camuso) [678451] | |
- [scsi] sd: Reshuffle init_sd to avoid crash (Ewan Milne) [888417] | |
- [mm] add numa node symlink for cpu devices in sysfs (Neil Horman) [878708] | |
* Tue Jan 29 2013 Jarod Wilson <[email protected]> [2.6.32-358.el6] | |
- [fs] Fix sget() race with failing mount (Eric Sandeen) [883276] | |
* Mon Jan 28 2013 Jarod Wilson <[email protected]> [2.6.32-357.el6] | |
- [virt] xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests (Andrew Jones) [896050] {CVE-2013-0190} | |
- [block] sg_io: use different default filters for each device class (Paolo Bonzini) [875361] {CVE-2012-4542} | |
- [block] sg_io: prepare for adding per-device-type filters (Paolo Bonzini) [875361] {CVE-2012-4542} | |
- [virt] virtio-blk: Don't free ida when disk is in use (Asias He) [870344] | |
- [netdrv] mlx4: Remove FCS bytes from packet length (Doug Ledford) [893707] | |
- [net] netfilter: nf_ct_reasm: fix conntrack reassembly expire code (Amerigo Wang) [726807] | |
* Mon Jan 21 2013 Jarod Wilson <[email protected]> [2.6.32-356.el6] | |
- [char] ipmi: use a tasklet for handling received messages (Prarit Bhargava) [890160] | |
- [char] ipmi: handle run_to_completion properly in deliver_recv_msg() (Prarit Bhargava) [890160] | |
- [usb] xhci: Reset reserved command ring TRBs on cleanup (Don Zickus) [843520] | |
- [usb] xhci: handle command after aborting the command ring (Don Zickus) [874541] | |
- [usb] xhci: cancel command after command timeout (Don Zickus) [874541] | |
- [usb] xhci: add aborting command ring function (Don Zickus) [874541] | |
- [usb] xhci: add cmd_ring_state (Don Zickus) [874541] | |
- [usb] xhci: Fix Null pointer dereferencing with non-DMI systems (Don Zickus) [874542] | |
- [usb] xhci: Intel Panther Point BEI quirk (Don Zickus) [874542] | |
- [usb] xhci: Increase XHCI suspend timeout to 16ms (Don Zickus) [874542] | |
- [powerpc] Revert: pseries/iommu: remove default window before attempting DDW manipulation (Steve Best) [890454] | |
- [serial] 8250_pnp: add Intermec CV60 touchscreen device (Mauro Carvalho Chehab) [894445] | |
- [char] ipmi: apply missing hunk from upstream commit 2407d77a (Tony Camuso) [882787] | |
- [acpi] Fix broken kernel build if CONFIG_ACPI_DEBUG is enabled (Lenny Szubowicz) [891948] | |
- [scsi] qla2xxx: Test and clear FCPORT_UPDATE_NEEDED atomically (Chad Dupuis) [854736] | |
- [mm] vmalloc: remove guard page from between vmap blocks (Johannes Weiner) [873737] | |
- [mm] vmalloc: vmap area cache (Johannes Weiner) [873737] | |
- [fs] vfs: prefer EEXIST to EROFS when creating on an RO filesystem (Eric Sandeen) [878091] | |
- [scsi] qla2xxx: change queue depth ramp print to debug print (Rob Evers) [893113] | |
- [fs] nfs: Fix umount when filelayout DS is also the MDS (Steve Dickson) [895194] | |
- [fs] nfs/pnfs: add set-clear layoutdriver interface (Steve Dickson) [895194] | |
- [fs] nfs: Don't call nfs4_deviceid_purge_client() unless we're NFSv4.1 (Steve Dickson) [895194] | |
- [fs] nfs: Wait for session recovery to finish before returning (Steve Dickson) [895176] | |
- [mm] compaction: validate pfn range passed to isolate_freepages_block (Johannes Weiner) [889456 890498] | |
- [drm] nouveau: ensure legacy vga is re-enabled during POST (Ben Skeggs) [625441] | |
- [netdrv] be2net: Remove stops to further access to BE NIC on UE bits (Ivan Vecera) [894344] | |
- [virt] kvm: invalid opcode oops on SET_SREGS with OSXSAVE bit set (Petr Matousek) [862904] {CVE-2012-4461} | |
* Tue Jan 15 2013 Jarod Wilson <[email protected]> [2.6.32-355.el6] | |
- [netdrv] qlge: remove NETIF_F_TSO6 flag (Amerigo Wang) [891839] | |
- [fs] ext3: Remove BKL from ext3_put_super() and ext3_remount() (Carlos Maiolino) [885945] | |
- [lib] switch the protection of percpu_counter list to spinlock (Carlos Maiolino) [885945] | |
- [virt] hv: Add Hyper-V balloon driver (Jason Wang) [885572] | |
- [mm] export a function to get vm committed memory (Jason Wang) [885572] | |
- [drm] nouveau: extend prevent display switching issues by disabling pageflip (Ben Skeggs) [853226] | |
- [netdrv] mlx4: Fix advertisement of wrong PF context behaviour (Alex Williamson) [894060] | |
* Mon Jan 14 2013 Jarod Wilson <[email protected]> [2.6.32-354.el6] | |
- [char] ipmi: add new kernel options to prevent automatic ipmi init (Tony Camuso) [877177] | |
- [usb] xhci: New system added for Compliance Mode Patch on SN65LVPE502CP (Don Zickus) [856709] | |
- [x86] quirks: Mark Haswell HDMI Audio as unsupported (Prarit Bhargava) [883428] | |
- [scsi] bfa: fix crash in bfa_cb_ioim_done when performing failover/failback tests (Vijay Guvva) [878618] | |
- [fs] autofs4: Fix sparse warning: context imbalance in autofs4_d_automount() different lock contexts for basic block (Ian Kent) [876795] | |
- [fs] jbd, jbd2: don't wake kjournald unnecessarily (Eric Sandeen) [886318] | |
- [scsi] qla4xxx: v5.03.00.00.06.04-k2 (Rob Evers) [890727] | |
- [scsi] qla4xxx: Correct the validation to check in get_sys_info mailbox (Rob Evers) [890727] | |
- [scsi] qla4xxx: Pass correct function param to qla4_8xxx_rd_direct (Rob Evers) [890727] | |
- [scsi] qla4xxx: v5.03.00.00.06.04-k1 (Chad Dupuis) [878048] | |
- [scsi] qla4xxx: update copyrights in LICENSE.qla4xxx (Chad Dupuis) [878048] | |
- [scsi] qla4xxx: Disable generating pause frames for ISP83XX (Chad Dupuis) [878048] | |
- [scsi] qla4xxx: Fix double clearing of risc_intr for ISP83XX (Chad Dupuis) [878048] | |
- [scsi] qla4xxx: IDC implementation for Loopback (Chad Dupuis) [878048] | |
- [scsi] qla4xxx: Fix panic while rmmod (Chad Dupuis) [878048] | |
- [scsi] qla4xxx: Fail probe_adapter if IRQ allocation fails (Chad Dupuis) [878048] | |
- [scsi] qla4xxx: Prevent MSI/MSI-X falling back to INTx for ISP82XX (Chad Dupuis) [878048] | |
- [scsi] qla4xxx: Update idc reg in case of PCI AER (Chad Dupuis) [878048] | |
- [scsi] qla4xxx: Fix double IDC locking in qla4_8xxx_error_recovery (Chad Dupuis) [878048] | |
- [scsi] qla4xxx: Clear interrupt while unloading driver for ISP83XX (Chad Dupuis) [878048] | |
- [scsi] qla4xxx: Print correct IDC version (Chad Dupuis) [878048] | |
- [scsi] qla4xxx: Added new mbox cmd to pass driver version to FW (Chad Dupuis) [878048] | |
- [scsi] qla4xxx: fix various printk and comment typos (Chad Dupuis) [878048] | |
- [fs] autofs4: use simple_empty() for empty directory check (Ian Kent) [876795] | |
- [fs] autofs4: dont clear DCACHE_NEED_AUTOMOUNT on rootless mount (Ian Kent) [876795] | |
- [fs] gfs2: Fix race in gfs2_rs_alloc (Abhijith Das) [878476] | |
- [fs] xfs: fix broken error handling in xfs_vm_writepage (Dave Chinner) [874539] | |
- [drm] radeon: force rn50 chip to always report connected on analog output (Jerome Glisse) [892723] | |
- [sound] alsa: add support for Teradici 2200 host card audio (Jaroslav Kysela) [890581] | |
- [md] dm-raid: Fix RAID10's check for sufficient redundancy (Jonathan E Brassow) [889358] | |
- [scsi] hpsa: update version number to 3.2.0 (Tomas Henzl) [891935] | |
- [netdrv] cxgb4: Initialize data structures before using (Steve Best) [885756] | |
* Mon Jan 07 2013 Jarod Wilson <[email protected]> [2.6.32-353.el6] | |
- [mm] pageattr: prevent PSE and GLOABL leftovers to confuse pmd/pte_present and pmd_huge (Andrea Arcangeli) [878877] | |
- [fs] gfs2: Fix FITRIM argument handling (Abhijith Das) [866932] | |
- [fs] gfs2: Require user to provide argument for FITRIM (Abhijith Das) [866932] | |
- [fs] exec: do not leave bprm->interp on stack (Josh Poimboeuf) [880146] {CVE-2012-4530} | |
- [fs] exec: use -ELOOP for max recursion depth (Josh Poimboeuf) [880146] {CVE-2012-4530} | |
- [fs] btrfs: close exclusive opens with close_bdev_exclusive() (Zach Brown) [874505] | |
- [kernel] sched_rt: Fix hang where umount is stuck in synchronize_sched_expedited (Larry Woodman) [814768] | |
* Thu Jan 03 2013 Jarod Wilson <[email protected]> [2.6.32-352.el6] | |
- [md] raid10: Do not call md_raid10_unplug_device while holding spinlock (Jonathan E Brassow) [886658] | |
- [md] dm-thin: commit before gathering status (Mike Snitzer) [882426] | |
- [md] dm-thin: cleanup dead code (Mike Snitzer) [882426] | |
- [md] dm-thin: rename cell_defer_except to cell_defer_no_holder (Mike Snitzer) [882426] | |
- [md] dm-thin: emit "ignore_discard" in status if discards are disabled (Mike Snitzer) [882426] | |
- [md] dm-thin: wake the worker when a discard is prepared (Mike Snitzer) [882426] | |
- [md] dm-thin: fix race between simultaneous io and discards to same block (Mike Snitzer) [882426] | |
- [md] dm-thin: replace calls to cell_release_singleton with cell_defer_except (Mike Snitzer) [882426] | |
- [mm] Revert: ksm: numa awareness sysfs knob (Jarod Wilson) [743643] | |
- [fs] gfs2: Reset rd_last_alloc when it reaches the end of the rgrp (Robert S Peterson) [882381] | |
- [fs] gfs2: Stop looking for free blocks at end of rgrp (Robert S Peterson) [882381] | |
- [drm] nouveau: cache ramcfg value for RAM_RESTRICT_ZM_GROUP (Ben Skeggs) [878384] | |
- [drm] nouveau: disable use of tesla/fermi copy engines for buffer moves (Ben Skeggs) [878384] | |
- [fs] xfs: fix direct IO nested transaction deadlock (Dave Chinner) [876426] | |
* Thu Dec 20 2012 Jarod Wilson <[email protected]> [2.6.32-351.el6] | |
- [kernel] ptrace-utrace: fix PTRACE_GETEVENTMSG(pid) in sub-namespace (Oleg Nesterov) [782330] | |
- [scsi] mpt2sas: fix for driver fails EEH recovery from injected pci bus error (Tomas Henzl) [829149] | |
- [mm] memcontrol: propagate LRU accounting state when splitting THP (Johannes Weiner) [881714] | |
- [net] sctp: proc: protect bind_addr->address_list accesses with rcu_read_lock() (Thomas Graf) [706038] | |
- [net] sctp: Add RCU protection to assoc->transport_addr_list (Thomas Graf) [706038] | |
- [s390] zfcp: Adapt to new FC_PORTSPEED semantics (Hendrik Brueckner) [855128] | |
- [virt] virtio_net: allow to change mac when iface is running (Jiri Pirko) [882868] | |
- [virt] kvm: Minimal hyper-v support (Vadim Rozenfeld) [871350] | |
- [fs] gfs2: Journal DLM lock has wrong label (Steven Whitehouse) [884822] | |
- [mm] huge_memory: fix typo in transparent_hugepage sysfs symlink (Jeremy Eder) [887308] | |
- [mm] ksm: numa awareness sysfs knob (Petr Holasek) [743643] | |
- [fs] btrfs: handle IS_ERR(inode) in btrfs_lookup() (Zach Brown) [870944] | |
- [kernel] sched: Add irq_{enter,exit}() to scheduler_ipi() (Stanislaw Gruszka) [836964] | |
- [kernel] panic: fix a possible deadlock in panic() (Tatsuya Kitamura) [871939] | |
* Tue Dec 18 2012 Jarod Wilson <[email protected]> [2.6.32-350.el6] | |
- [powerpc] perf: power_pmu_start restores incorrect values, breaking frequency events (Jiri Olsa) [880525] | |
- [netdrv] mlx4: Allow choosing flow steering mode (Doug Ledford) [885191] | |
- [netdrv] mlx4: Adjustments to Flow Steering activation logic for SRIOV (Doug Ledford) [885191] | |
- [netdrv] mlx4: Fix wrong error flow in the flow steering wrapper (Doug Ledford) [885191] | |
- [netdrv] mlx4: Add QPN enforcement for flow steering rules set by VFs (Doug Ledford) [885191] | |
- [infiniband] mlx4: 64-byte CQE/EQE support (Doug Ledford) [885191] | |
- [netdrv] mlx4: Fix potential deadlock in mlx4_eq_int() (Doug Ledford) [885191] | |
- [infiniband] mlx4: Fix spinlock order to avoid lockdep warnings (Doug Ledford) [885191] | |
- [netdrv] mlx4: Removing reserve vectors (Doug Ledford) [885191] | |
- [netdrv] mlx4: Fix double-release-range in tx-rings (Doug Ledford) [885191] | |
- [infiniband] mlx4: Fix QP1 P_Key processing in the Primary Physical Function (PPF) (Doug Ledford) [885191] | |
- [infiniband] mlx4: Synchronize cleanup of MCGs in MCG paravirtualization (Doug Ledford) [885191] | |
- [net] bonding: Bonding driver does not consider the gso_max_size setting of slave devices (Ivan Vecera) [883643] | |
- [net] tcp: Fix >4GB writes on 64-bit (Daniel Borkmann) [885238] | |
- [net] bridge: skip forwarding delay if not using STP (Thomas Graf) [881682] | |
- [fs] nfs: Fix open(O_TRUNC) and ftruncate() error handling (Steve Dickson) [884263] | |
- [fs] nfsd: add proc file listing kernel's gss_krb5 enctypes (Steve Dickson) [877113] | |
- [fs] nfs: add nfs_sb_deactive_async to avoid deadlock (Steve Dickson) [871968] | |
- [fs] nfs: fix page dirtying in NFS DIO read codepath (Jeff Layton) [876514] | |
- [fs] nfs: don't zero out the rest of the page if we hit the EOF on a DIO READ (Jeff Layton) [876514] | |
- [fs] handle null sb in get_super_thawed (Eric Sandeen) [874521] | |
- [scsi] Fix race when removing SCSI devices (Tomas Henzl) [820880] | |
- [netdrv] be2net: enable GRO by default (Ivan Vecera) [849930] | |
- [netdrv] igb: fix compile warning if CONFIG_IGB_PTP is not set (Stefan Assmann) [886519] | |
- [netdrv] bnx2x: Prevent link flaps when booting from SAN (Michal Schmidt) [881068] | |
- [netdrv] bnx2x: Activate LFA (Michal Schmidt) [881068] | |
- [acpi] apei: Fixup common access width firmware bug (Prarit Bhargava) [880465] | |
- [acpi] apei: Avoid too much error reporting in runtime (Prarit Bhargava) [880465] | |
- [acpi] apei: Fix incorrect APEI register bit width check and usage (Prarit Bhargava) [880465] | |
- [virt] vhost: fix length for cross region descriptor (Michael S. Tsirkin) [862265] | |
- [fs] nfs: Use FS-Cache invalidation (David Howells) [699931] | |
- [fs] cachefiles: Implement invalidation (David Howells) [699931] | |
- [fs] vfs: Make more complete truncate operation available to CacheFiles (David Howells) [699931] | |
- [fs] fscache: Provide proper invalidation (David Howells) [699931] | |
- [fs] fscache: Fix operation state management and accounting (David Howells) [699931] | |
- [fs] fscache: Make cookie relinquishment wait for outstanding reads (David Howells) [699931] | |
- [fs] cachefiles: Make some debugging statements conditional (David Howells) [699931] | |
- [fs] fscache: Check cookie is still correct in __fscache_read_or_alloc_pages() (David Howells) [699931] | |
- [fs] fscache: Check that there are no read ops when cookie relinquished (David Howells) [699931] | |
- [fs] cachefiles: Downgrade the requirements passed to the allocator (David Howells) [699931] | |
- [fs] fscache: Validate page mapping pointer value (David Howells) [699931] | |
- [fs] fscache: Fix the marking of cached pages (David Howells) [699931] | |
- [fs] fscache: nfs_migrate_page() does not wait for FS-Cache to finish with a page (David Howells) [699931] | |
- [fs] fscache: Fix __fscache_uncache_all_inode_pages()'s outer loop (David Howells) [699931] | |
- [fs] fscache: Add a helper to bulk uncache pages on an inode (David Howells) [699931] | |
- [scsi] qla2xxx: Ramp down queue depth for attached SCSI devices when driver resources are low (Chad Dupuis) [829739] | |
- [scsi] qla2xxx: Determine the number of outstanding commands based on available resources (Chad Dupuis) [829739] | |
- [s390] zfcp: return early from slave_destroy if slave_alloc returned early (Hendrik Brueckner) [878372] | |
- [scsi] fcoe: fix fcoe enable on link toggle while it is still disabled (Neil Horman) [875271] | |
- [scsi] Log thin provisioning threshold event (Ewan Milne) [847998] | |
- [netdrv] qlge: NETIF_F_GRO needs to be part of hw_features instead of features (John Green) [849749] | |
- [s390] qeth: set new mac even if old mac is gone (Hendrik Brueckner) [883458] | |
- [s390] qeth: Fix IPA_CMD_QIPASSIST return code handling (Hendrik Brueckner) [882792] | |
* Mon Dec 17 2012 Jarod Wilson <[email protected]> [2.6.32-349.el6] | |
- [redhat] kabi: additional whitelist symbols for RHEL-6.4 (Jiri Olsa) [866427] | |
* Mon Dec 10 2012 Jarod Wilson <[email protected]> [2.6.32-348.el6] | |
- [ipc] mqueue: Prevent mq_send/receive memory corruption (Larry Woodman) [885030] | |
- [fs] nfs: prevent delegreturn attr deadlock (David Jeffery) [870142] | |
- [netdrv] tg3: Do not set TSS for 5719 and 5720 (John Feeney) [823371] | |
- [scsi] lpfc: Update lpfc version for 8.3.5.86.1p driver release (Rob Evers) [877149] | |
- [scsi] lpfc: Fixed setting sequential delivery bit in a service class that is not valid (Rob Evers) [877149] | |
- [scsi] lpfc: Fixed boot from san failure when SLI4 FC device presented on the same PCI bus (Rob Evers) [877149] | |
- [scsi] lpfc: Add LOGO support after ABTS compliance (Rob Evers) [877149] | |
- [scsi] lpfc: Fixed not reporting logical link speed to SCSI midlayer when QoS not on (Rob Evers) [877149] | |
- [scsi] lpfc: Fixed SCSI host create showing wrong link speed on SLI3 HBA ports (Rob Evers) [877149] | |
- [scsi] lpfc: Fixed kernel warning on spinlock usage on some distributions (Rob Evers) [877149] | |
- [scsi] lpfc: Fixed Linux generic firmware download on SLI4 devices with longer module names (Rob Evers) [877149] | |
- [scsi] lpfc: Fix error with fabric service parameters causing performance issues (Rob Evers) [877149] | |
- [scsi] lpfc: Fixed messages for misconfigured port errors (Rob Evers) [877149] | |
- [scsi] lpfc: Fix FCP2 Retries for non-r/w commands (Rob Evers) [877149] | |
- [scsi] lpfc: Fix incorrect comment in T10 DIF attributes (Rob Evers) [877149] | |
- [scsi] lpfc: Correct missing queue destroy on function reset (Rob Evers) [877149] | |
- [scsi] lpfc: Added checking BMBX register for RDY bit before writing the first address in (Rob Evers) [877149] | |
- [scsi] lpfc: Misc changes to optimize critical path (Rob Evers) [877149] | |
- [s390] qdio: fix kernel panic for zfcp 31-bit (Hendrik Brueckner) [878380] | |
- [s390] zcrypt: msgType50 (RSA-CRT) fix (Hendrik Brueckner) [875977] | |
- [netdrv] ixgbe: fix uninitialized event.type in ixgbe_ptp_check_pps_event (Andy Gospodarek) [884369] | |
- [netdrv] ixgbe: (PTP) Fix PPS interrupt code (Andy Gospodarek) [884369] | |
- [netdrv] ixgbe: Fix PTP X540 SDP alignment code for PPS signal (Andy Gospodarek) [884369] | |
- [s390] zfcp: support for hardware data router (Hendrik Brueckner) [823016] | |
- [s390] qdio: base support for hardware data router with zfcp (Hendrik Brueckner) [823016] | |
- [s390] qdio: Split SBAL entry flags (Hendrik Brueckner) [823016] | |
- [net] netfilter/ipset: Check and reject crazy /0 input parameters (Thomas Graf) [880920] | |
- [kernel] kmod: make __request_module() killable (Oleg Nesterov) [819529] {CVE-2012-4398} | |
- [kernel] kmod: introduce call_modprobe() helper (Oleg Nesterov) [819529] {CVE-2012-4398} | |
- [kernel] usermodehelper: implement UMH_KILLABLE (Oleg Nesterov) [819529] {CVE-2012-4398} | |
- [kernel] usermodehelper: introduce umh_complete(sub_info) (Oleg Nesterov) [819529] {CVE-2012-4398} | |
- [kernel] call_usermodehelper: simplify/fix UMH_NO_WAIT case (Oleg Nesterov) [819529] {CVE-2012-4398} | |
- [kernel] wait_for_helper: SIGCHLD from user-space can lead to use-after-free (Oleg Nesterov) [819529] {CVE-2012-4398} | |
- [netdrv] qlge: Backport offload features to vlan interfaces (John Green) [849749] | |
- [netdrv] igbvf: work around i350 erratum (Stefan Assmann) [870638] | |
* Thu Dec 06 2012 Jarod Wilson <[email protected]> [2.6.32-347.el6] | |
- [netdrv] be2net: Update driver version to 4.4.161.0r (Ivan Vecera) [868896] | |
- [netdrv] be2net: Fix skyhawk VF PCI Device ID (Ivan Vecera) [868896] | |
- [netdrv] be2net: Fix FW flashing on Skyhawk-R (Ivan Vecera) [868896] | |
- [netdrv] be2net: Enabling Wake-on-LAN is not supported in S5 state (Ivan Vecera) [868896] | |
- [netdrv] be2net: Fix VF driver load on newer Lancer FW (Ivan Vecera) [868896] | |
- [netdrv] be2net: Fix unnecessary delay in PCI EEH (Ivan Vecera) [868896] | |
- [netdrv] be2net: Fix issues in error recovery due to wrong queue state (Ivan Vecera) [868896] | |
- [netdrv] be2net: Fix ethtool get_settings output for VF (Ivan Vecera) [868896] | |
- [netdrv] be2net: Fix error messages while driver load for VFs (Ivan Vecera) [868896] | |
- [netdrv] be2net: cleanup code related to be_link_status_query() (Ivan Vecera) [868896] | |
- [netdrv] be2net: Fix configuring VLAN for VF for Lancer (Ivan Vecera) [868896] | |
- [netdrv] be2net: Wait till resources are available for VF in error recovery (Ivan Vecera) [868896] | |
- [netdrv] be2net: Fix change MAC operation for VF for Lancer (Ivan Vecera) [868896] | |
- [netdrv] be2net: remove type argument of be_cmd_mac_addr_query() (Ivan Vecera) [868896] | |
- [netdrv] be2net: Fix setting QoS for VF for Lancer (Ivan Vecera) [868896] | |
- [netdrv] be2net: Fix driver load failure for different FW configs in Lancer (Ivan Vecera) [868896] | |
- [md] dm-thin: remove tech preview status (Mike Snitzer) [798835] | |
- [md] dm-thin: log errors using DMERR_LIMIT instead of DMERR (Mike Snitzer) [798835] | |
- [md] persistent-data: log errors using DMERR_LIMIT instead of DMERR (Mike Snitzer) [798835] | |
- [md] dm-block-manager: reinstate context for which block failed a validator check (Mike Snitzer) [798835] | |
- [netdrv] bnx2x: remove redundant warning log (Michal Schmidt) [879279] | |
- [pci] fix broadcom 57840_MF pci id (Michal Schmidt) [871475] | |
- [netdrv] bnx2x: Disable FCoE for 57840 since not yet supported by FW (Michal Schmidt) [872228] | |
- [netdrv] bnx2x: Fix no link on 577xx 10G-baseT (Michal Schmidt) [872228] | |
- [netdrv] bnx2x: Fix unrecognized SFP+ module after driver is loaded (Michal Schmidt) [872228] | |
- [netdrv] bnx2x: Fix potential incorrect link speed provision (Michal Schmidt) [872228] | |
- [netdrv] bnx2x: Restore global registers back to default (Michal Schmidt) [872228] | |
- [netdrv] bnx2x: Fix link down in 57712 following LFA (Michal Schmidt) [872228] | |
- [netdrv] bnx2x: Fix 57810 1G-KR link against certain switches (Michal Schmidt) [871532] | |
- [netdrv] bnx2x: fix handling mf storage modes (Michal Schmidt) [867872] | |
- [netdrv] bnx2x: use strlcpy() to copy a string (Michal Schmidt) [872228] | |
- [tools] perf: Fix a NULL pointer dereference (Jiri Olsa) [879509] | |
- [tools] perf: Add probe command into perf help message (Jiri Olsa) [879452] | |
- [net] sunrpc: Ensure that rpc_release_resources_task() can be called twice (Jeff Layton) [878204] | |
- [fs] nfs: Check validity of cl_rpcclient in nfs_server_list_show (Steve Best) [874834] | |
- [sound] alsa: fix pcm procfs race (Jaroslav Kysela) [867120] | |
- [kernel] module: Last symbol in a module's symtab is not shown in /proc/kallsyms (Seiji Aguchi) [878024] | |
- [scsi] isci: copy fis 0x34 response into proper buffer (David Milburn) [876912] | |
- [netdrv] bna: put back VLAN tag stripped in promisc mode when no VLAN is configured (Ivan Vecera) [870279] | |
* Tue Dec 04 2012 Jarod Wilson <[email protected]> [2.6.32-346.el6] | |
- [net] ipset: list-set: fix adding 'after' (Thomas Graf) [880464] | |
- [net] ipset: take into account cidr value for the from address when creating the set (Thomas Graf) [879539] | |
- [net] net_sched: gred: Fix oops in gred_dump() in WRED mode (Thomas Graf) [874872] | |
- [net] IPv4: Send gratuitous ARP for secondary IP addresses also (Jason Wang) [875309] | |
- [net] arp_notify: unconditionally send gratuitous ARP for NETDEV_NOTIFY_PEERS (Jason Wang) [875309] | |
- [net] fix net.core.?mem_max defaults (Thomas Graf) [878072] | |
- [net] pktgen: fix crash when generating IPv6 packets (Thomas Graf) [877327] | |
- [net] netfilter/ipset: fix hash size checking in kernel (Thomas Graf) [876831] | |
- [net] sctp: send abort chunk when max_retrans exceeded (Neil Horman) [876249] | |
* Wed Nov 28 2012 Jarod Wilson <[email protected]> [2.6.32-345.el6] | |
- [fs] ext4: race-condition protection for ext4_convert_unwritten_extents_endio (Lukas Czerner) [869906] {CVE-2012-4508} | |
- [fs] ext4: serialize fallocate with ext4_convert_unwritten_extents (Lukas Czerner) [869906] {CVE-2012-4508} | |
- [fs] ext4: flush the i_completed_io_list during ext4_truncate (Lukas Czerner) [869906] {CVE-2012-4508} | |
- [infiniband] ipoib: Fix AB-BA deadlock when deleting neighbours (Doug Ledford) [873949] | |
- [infiniband] ipoib: Fix memory leak in the neigh table deletion flow (Doug Ledford) [873949] | |
- [infiniband] ipoib: Fix RCU pointer dereference of wrong object (Doug Ledford) [873949] | |
- [misc] Make rcu_dereference_bh work (Doug Ledford) [873949] | |
- [infiniband] ipoib: Use a private hash table for path lookup in xmit path (Doug Ledford) [873949] | |
- [net] netlink: move min_dump_alloc to netlink_callback_extended (Weiping Pan) [872067] | |
- [infiniband] pass rdma_cm module to netlink_dump_start (Weiping Pan) [872067] | |
- [net] netlink: add reference of module in netlink_dump_start (Weiping Pan) [872067] | |
- [net] netfilter: add netlink_dump_control structure for netlink_dump_start() (Weiping Pan) [872067] | |
- [net] netlink: handle errors from netlink_dump() (Weiping Pan) [872067] | |
- [powerpc] mm: Export memory limit via device tree (Baoquan He) [674664] | |
- [powerpc] mm: Change memory_limit from phys_addr_t to unsigned long long (Baoquan He) [674664] | |
- [drm] radeon: For single CRTC GPUs move handling of CRTC_CRT_ON to crtc_dpms() (Jerome Glisse) [873728] | |
- [drm] radeon: Fix TV DAC Load Detection for single CRTC chips (Jerome Glisse) [873728] | |
- [drm] radeon: Clean up code in TV DAC load detection (Jerome Glisse) [873728] | |
- [drm] radeon: On DVI-I use Load Detection when EDID is bogus (Jerome Glisse) [873728] | |
- [drm] radeon: Fix primary DAC Load Detection for RV100 chips (Jerome Glisse) [873728] | |
- [drm] radeon: Fix Load Detection on legacy primary DAC (Jerome Glisse) [873728] | |
- [netdrv] ixgbe: PTP get_ts_info missing software support (Andy Gospodarek) [876810] | |
- [pci] dmar: use PF's pci-dev struct for IOMMU association for VFs (Don Dutile) [873462] | |
* Wed Nov 21 2012 Jarod Wilson <[email protected]> [2.6.32-344.el6] | |
- [netdrv] pch_gbe: don't reset MAC_RX on FIFO overflow (Veaceslav Falico) [858747] | |
- [netdrv] pch_gbe: don't re-set RX_FIFO_ERR flag in napi_poll (Veaceslav Falico) [858747] | |
- [netdrv] pch_gbe: create functions for MAC_RX enable, disable (Veaceslav Falico) [858747] | |
- [s390] prevent kABI checking for transactional execution and RI (Hendrik Brueckner) [823011] | |
- [s390] add support for transactional memory (Hendrik Brueckner) [823011] | |
- [s390] add support for runtime instrumentation (Hendrik Brueckner) [823011] | |
- [block] sg_io: introduce unpriv_sgio queue flag (Paolo Bonzini) [841577] | |
- [block] sg_io: pass request_queue to blk_verify_command (Paolo Bonzini) [841577] | |
- [scsi] have scsi_internal_device_unblock take new state (Chris Leech) [854140] | |
- [scsi] add new SDEV_TRANSPORT_OFFLINE state (Chris Leech) [854140] | |
- [fs] sysfs: Cache the last sysfs_dirent to improve readdir scalability (Jes Sorensen) [869037] | |
- [fs] cifs: when CONFIG_HIGHMEM is set, serialize the write kmaps (Sachin Prabhu) [832252] | |
- [fs] cifs: abstract out function to marshal up the iovec array for async writes (Sachin Prabhu) [832252] | |
- [fs] cifs: on CONFIG_HIGHMEM machines, limit the wsize to the kmap space (Sachin Prabhu) [832252] | |
- [fs] gfs2: fix truncation of journaled data files (Abhijith Das) [864634] | |
- [fs] gfs2: re-fix kernel panic with small gfs2 filesystems (Abhijith Das) [838638] | |
- [target] iblock: Add parameter to specify read-only devices (Andy Grover) [877561] | |
- [ata] sata_svw: check DMA start bit before reset (David Milburn) [737836] | |
- [scsi] hpsa: Use LUN reset instead of target reset (Tomas Henzl) [875091] | |
- [net] bonding: prevent deadlock on slave store with alb mode (Veaceslav Falico) [849129] | |
- [net] fix divide by zero in tcp algorithm illinois (Flavio Leitner) [866514] {CVE-2012-4565} | |
* Mon Nov 19 2012 Jarod Wilson <[email protected]> [2.6.32-343.el6] | |
- [mm] percpu: Fix kdump crash_notes content lost in case i386 debug (Baoquan He) [828045] | |
- [mm] percpu: fix chunk range calculation (Baoquan He) [828045] | |
* Fri Nov 16 2012 Jarod Wilson <[email protected]> [2.6.32-342.el6] | |
- [netdrv] pch_gbe: align skbs to 64byte (Veaceslav Falico) [814481] | |
- [Documentation] nfs: Update kernel idmapping documentation (Steve Dickson) [823359] | |
- [scsi] cxgb3i, cxgb4i: driver updates for rhel6.4 (Jeff Garzik) [747142 747143] | |
- [net] rtnetlink: Fix problem with buffer allocation (Andy Gospodarek) [845081] | |
- [net] RTNETLINK adjusting values of min_ifinfo_dump_size (Andy Gospodarek) [845081] | |
- [net] rtnetlink: Compute and store minimum ifinfo dump size (Andy Gospodarek) [845081] | |
- [kernel] timekeeping: Fix timezone update (Prarit Bhargava) [868859] | |
- [net] sunrpc: add the ability to monitor dynamic slot allocation (Harshula Jayasuriya) [876632] | |
- [scsi] ibmvfc: Ignore fabric RSCNs when link is dead (Steve Best) [875945] | |
- [x86] abort secondary CPU bring-up gracefully if do_boot_cpu timed out on cpu_callin_mask (Igor Mammedov) [816899] | |
- [fs] vfs: get rid of S_BIAS (Ian Kent) [872813] | |
- [fs] gfs2: Test bufdata with buffer locked and gfs2_log_lock held (Benjamin Marzinski) [874319] | |
- [kernel] cpu: fix cpu_chain section mismatch (Frederic Weisbecker) [852148] | |
- [kernel] sched: Don't modify cpusets during suspend/resume (Frederic Weisbecker) [852148] | |
- [kernel] sched, cpuset: Drop __cpuexit from cpu hotplug callbacks (Frederic Weisbecker) [852148] | |
- [kernel] sched: adjust when cpu_active and cpuset configurations are updated during cpu on/offlining (Frederic Weisbecker) [852148] | |
- [kernel] cpu: return better errno on cpu hotplug failure (Frederic Weisbecker) [852148] | |
- [kernel] cpu: introduce cpu_notify(), __cpu_notify(), cpu_notify_nofail() (Frederic Weisbecker) [852148] | |
- [fs] fuse: optimize __fuse_direct_io() (Brian Foster) [858850] | |
- [fs] fuse: optimize fuse_get_user_pages() (Brian Foster) [858850] | |
- [fs] fuse: use get_user_pages_fast() (Brian Foster) [858850] | |
- [fs] fuse: pass iov to fuse_get_user_pages() (Brian Foster) [858850] | |
- [mm] minor cleanup of iov_iter_single_seg_count() (Brian Foster) [858850] | |
- [fs] fuse: use req->page_descs for argpages cases (Brian Foster) [858850] | |
- [fs] fuse: add per-page descriptor <offset, length> to fuse_req (Brian Foster) [858850] | |
- [fs] fuse: rework fuse_do_ioctl() (Brian Foster) [858850] | |
- [fs] fuse: rework fuse_perform_write() (Brian Foster) [858850] | |
- [fs] fuse: rework fuse_readpages() (Brian Foster) [858850] | |
- [fs] fuse: categorize fuse_get_req() (Brian Foster) [858850] | |
- [fs] fuse: general infrastructure for pages of variable size (Brian Foster) [858850] | |
- [mm] memcg: fix split_huge_page_refcounts() (Jerome Marchand) [808538] | |
- [mm] memcg: count pte references from every member of the reclaimed hierarchy (Jerome Marchand) [808538] | |
- [mm] make per-memcg LRU lists exclusive (Jerome Marchand) [808538] | |
- [mm] collect LRU list heads into struct lruvec (Jerome Marchand) [808538] | |
- [mm] vmscan: convert global reclaim to per-memcg LRU lists (Jerome Marchand) [808538] | |
- [mm] memcg: remove optimization of keeping the root_mem_cgroup LRU lists empty (Jerome Marchand) [808538] | |
- [mm] move memcg hierarchy reclaim to generic reclaim code (Jerome Marchand) [808538] | |
- [mm] memcg: per-priority per-zone hierarchy scan generations (Jerome Marchand) [808538] | |
- [mm] vmscan: distinguish between memcg triggering reclaim and memcg (Jerome Marchand) [808538] | |
- [mm] vmscan: distinguish global reclaim from global LRU scanning (Jerome Marchand) [808538] | |
- [mm] memcg: consolidate hierarchy iteration primitives (Jerome Marchand) [808538] | |
- [mm] vmscan: remove isolate_pages callback scan control (Jerome Marchand) [808538] | |
- [mm] memcg: Introduces for_each_mem_cgroup_all (Jerome Marchand) [808538] | |
- [mm] memcg: use for_each_mem_cgroup (Jerome Marchand) [808538] | |
- [mm] memcg: extract mem_group_usage() from mem_cgroup_read() (Jerome Marchand) [808538] | |
- [mm] memcg: skip scanning active lists based on individual size (Jerome Marchand) [808538] | |
- [mm] compaction: avoid double mem_cgroup_del_lru() (Jerome Marchand) [808538] | |
- [kernel] events: Switch to internal refcount, fix race with close() (Jiri Olsa) [874723] | |
- [kernel] events: De-schedule a task context when removing the last event (Jiri Olsa) [874723] | |
- [kernel] events: Change close() semantics for group events (Jiri Olsa) [874723] | |
- [kernel] events: Do no try to schedule task events if there are none (Jiri Olsa) [874723] | |
- [kernel] events: Do not set task_ctx pointer in cpuctx if there are no events in the context (Jiri Olsa) [874723] | |
- [kernel] events: Collect the schedule-in rules in one function (Jiri Olsa) [874723] | |
- [kernel] events: Fix initial task_ctx/event installation (Jiri Olsa) [874723] | |
- [kernel] events: Simplify and fix __perf_install_in_context() (Jiri Olsa) [874723] | |
- [kernel] events: Remove task_ctx_sched_in() (Jiri Olsa) [874723] | |
- [kernel] events: Clean up 'ctx' reference counting (Jiri Olsa) [874723] | |
- [s390] qeth: fix deadlock between recovery and bonding driver (Hendrik Brueckner) [869647] | |
- [fs] xfs: fix reading of wrapped log data (Dave Chinner) [874322] | |
- [x86] mm: fix signedness issue in mmap_rnd() (Petr Matousek) [875036] | |
- [net] netlink: fix for too early rmmod (Weiping Pan) [874444] | |
- [net] af_key: fix netns ops ordering on module load/unload (Weiping Pan) [874434] | |
- [net] ipv6/netfilter: fix overlap check for fragments (Amerigo Wang) [726807] | |
* Tue Nov 13 2012 Jarod Wilson <[email protected]> [2.6.32-341.el6] | |
- [fs] cifs: deal with id_to_sid embedded sid reply corner case (Sachin Prabhu) [868433] | |
- [fs] cifs: fix hardcoded default security descriptor length (Sachin Prabhu) [868433] | |
- [fs] cifs: extra sanity checking for cifs.idmap keys (Sachin Prabhu) [868433] | |
- [fs] cifs: ensure we revalidate the inode after readdir if cifsacl is enabled (Sachin Prabhu) [868433] | |
- [fs] cifs: don't override the uid/gid in getattr when cifsacl is enabled (Sachin Prabhu) [868433] | |
- [fs] cifs: avoid extra allocation for small cifs.idmap keys (Sachin Prabhu) [868433] | |
- [fs] cifs: simplify id_to_sid and sid_to_id mapping code (Sachin Prabhu) [868433] | |
- [fs] cifs: remove uneeded __KERNEL__ block from cifsacl.h (Sachin Prabhu) [868433] | |
- [fs] cifs: fix the format specifiers in sid_to_str (Sachin Prabhu) [868433] | |
- [fs] cifs: redefine NUM_SUBAUTH constant from 5 to 15 (Sachin Prabhu) [868433] | |
- [fs] cifs: make cifs_copy_sid handle a source sid with variable size subauth arrays (Sachin Prabhu) [868433] | |
- [fs] cifs: make compare_sids static (Sachin Prabhu) [868433] | |
- [fs] cifs: use the NUM_AUTHS and NUM_SUBAUTHS constants in cifsacl code (Sachin Prabhu) [868433] | |
- [fs] cifs: move num_subauth check inside of CONFIG_CIFS_DEBUG2 check in parse_sid() (Sachin Prabhu) [868433] | |
- [fs] cifs: clean up id_mode_to_cifs_acl (Sachin Prabhu) [868433] | |
- [fs] cifs: fix potential buffer overrun in cifs.idmap handling code (Sachin Prabhu) [868433] | |
- [net] bonding: fix a NULL pointer dereference bug in bond_enslave() (Amerigo Wang) [873226] | |
- [fs] pnfs: export symbol nfs_fhget (Steve Dickson) [872232] | |
- [fs] pnfs: export the symbol nfs_fs_type (Steve Dickson) [872229] | |
- [net] pkt_sched: enable QFQ to support TSO/GSO (Amerigo Wang) [816888] | |
- [net] pkt_sched: fix virtual-start-time update in QFQ (Amerigo Wang) [816888] | |
- [net] sched: add missing group change to qfq_change_class (Amerigo Wang) [816888] | |
* Fri Nov 09 2012 Jarod Wilson <[email protected]> [2.6.32-340.el6] | |
- [scsi] sd: fix crash when UA received on DIF enabled device (Ewan Milne) [865682] | |
- [scsi] hpsa: fix pci-IDs, add gen8plus Smart Array IDs (Tomas Henzl) [870513] | |
- [fs] nfs: fix bug in legacy DNS resolver (Steve Dickson) [873816] | |
- [fs] nfsd: add get_uint for u32's (Steve Dickson) [873816] | |
- [net] sunrpc: Ensure we return EAGAIN in xs_nospace if congestion is cleared (Steve Dickson) [871128] | |
- [net] sunrpc: Prevent races in xs_abort_connection() (Steve Dickson) [871128] | |
- [net] Revert: sunrpc: Ensure we close the socket on EPIPE errors too (Steve Dickson) [871128] | |
- [net] sunrpc: Get rid of the xs_error_report socket callback (Steve Dickson) [871128] | |
- [fs] ext4: Use proper flags in ext4_ext_insert_extent() (Lukas Czerner) [873394] | |
- [idle] intel_idle: enable Ivy Bridge Xeon support (Lenny Szubowicz) [870209] | |
- [md] dm-raid: Transiently failed devices do not undergo resync (Jonathan E Brassow) [870246] | |
- [md] dm-thin: bump thin and pool target versions to 1.5 (Mike Snitzer) [872249] | |
- [mm] Prevent kernel panic in NUMA related system calls after memory hot-add (Larry Woodman) [870350] | |
* Mon Nov 05 2012 Jarod Wilson <[email protected]> [2.6.32-339.el6] | |
- [Documentation] vm: Transparent Hugepage Support (Baoquan He) [852802] | |
- [mm] huge_memory: create sysfs symlink to redhat_transparent_hugepage (Baoquan He) [852802] | |
- [net] openvswitch: allow to turn off TSO on internal devices (Amerigo Wang) [871275] | |
- [net] WARN if struct ip_options was allocated directly by kmalloc (Jiri Pirko) [872799] | |
- [net] fix bug that causes no RX queue entries to be created under /sys/devices (Tatsuya Kitamura) [869770] | |
- [fs] xfs: move allocation stack switch up to xfs_bmapi_allocate (Dave Chinner) [867277] | |
- [fs] xfs: introduce XFS_BMAPI_STACK_SWITCH (Dave Chinner) [867277] | |
- [fs] xfs: zero allocation_args on the kernel stack (Dave Chinner) [867277] | |
- [kernel] Do not include asm-generic/bitops/le.h directly, use linux/bitops.h (Jes Sorensen) [871142] | |
- [s390] dasd: move wake_up call (Hendrik Brueckner) [869753] | |
- [md] dm-raid: Use safe version of rdev_for_each (Jonathan E Brassow) [871630] | |
* Wed Oct 31 2012 Jarod Wilson <[email protected]> [2.6.32-338.el6] | |
- [netdrv] igb: schedule watchdog every second to update statistics fixup (Stefan Assmann) [838404] | |
- [s390] smsgiucv: reestablish IUCV path after resume (Hendrik Brueckner) [869752] | |
- [kernel] events: Fix perf tool is_active old behaviour leftover (Jiri Olsa) [865380] | |
- [mm] hugetlb: fix non-atomic enqueue of huge page (Rafael Aquini) [869750] | |
- [char] random: Use arch-specific RNG to initialize the entropy store (Prarit Bhargava) [862344] | |
- [drm] i915: Use cpu relocations if the object is in the GTT but not mappable (Dave Airlie) [869856] | |
- [scsi] storvsc: Account for in-transit packets in the RESET path (Jason Wang) [870297] | |
- [netdrv] ixgbe: reduce PTP rx path overhead (Jiri Benc) [868214] | |
- [net] relax rcvbuf limits (Weiping Pan) [860778] | |
- [lib] Fix rwsem to not hang the system (David Howells) [852847] | |
- [input] wacom: add support to Cintiq 22HD (Aristeu Rozanski) [857062] | |
* Fri Oct 26 2012 Jarod Wilson <[email protected]> [2.6.32-337.el6] | |
- [fs] ext4: Adding error check after calling ext4_mb_regular_allocator() (Eric Sandeen) [852810] | |
- [md] faulty: use disk_stack_limits() (Eric Sandeen) [868233] | |
- [fs] autofs4: fix reset pending flag on mount fail (Ian Kent) [866271] | |
- [net] netfilter/nfnetlink_queue: do not allow to set unsupported flag bits (Steve Best) [822598] | |
- [net] netfilter: Add fail-open support (Steve Best) [822598] | |
- [pci] intel-iommu: Increase the number of iommus supported to MAX_IO_APICS (George Beshers) [787724] | |
- [pci] intel-iommu: Fix identity mapping for sandy bridge (George Beshers) [787724] | |
- [netdrv] tg3: Support the get_ts_info ethtool method (Jiri Benc) [866624] | |
- [netdrv] tg3: enable transmit time stamping (Jiri Benc) [866624] | |
- [kernel] audit: do not print error when SELinux disabled (Eric Paris) [785936] | |
- [kernel] resource: make sure requested range is included in the root range (Johannes Weiner) [845632] | |
- [kernel] ntp: fix non privileged system time shifting (Jan Stancek) [868827] | |
- [x86] mce: Fix race in MCE cpu synchronization (Prarit Bhargava) [868110] | |
- [net] cfg80211, mac80211: avoid state mismatch on deauth (Stanislaw Gruszka) [866417] | |
- [net] mac80211: check if key has TKIP type before updating IV (Stanislaw Gruszka) [859355] | |
* Mon Oct 22 2012 Jarod Wilson <[email protected]> [2.6.32-336.el6] | |
- [tools] perf: Catch event names from command line (Luming Yu) [696579 696580] | |
- [tools] perf: Allow pmu events parsing for RHEL6 (Luming Yu) [696579 696580] | |
- [x86] perf: Make UNCORE_PMU_HRTIMER_INTERVAL 64-bit (Luming Yu) [696579 696580] | |
- [kernel] events: provide PMU when initing events (Luming Yu) [696579 696580] | |
- [kernel] events: Remove perf_event_attr::type check (Luming Yu) [696579 696580] | |
- [x86] perf: Fix LLC-* and node-* events on Intel SandyBridge (Luming Yu) [696579 696580] | |
- [x86] perf: Add generic NODE cache events (Luming Yu) [696579 696580] | |
- [x86] perf: Fix format definition of SNB-EP uncore QPI box (Luming Yu) [696579 696580] | |
- [x86] perf: Add Intel Nehalem-EX uncore support (Luming Yu) [696579 696580] | |
- [x86] perf: Detect number of instances of uncore CBox (Luming Yu) [696579 696580] | |
- [x86] perf: Fix event constraint for SandyBridge-EP C-Box (Luming Yu) [696579 696580] | |
- [x86] perf: Use 0xff as pseudo code for fixed uncore event (Luming Yu) [696579 696580] | |
- [x86] perf: Fix section mismatch in uncore_pci_init() (Luming Yu) [696579 696580] | |
- [x86] perf: Lowercase uncore PMU event names (Luming Yu) [696579 696580] | |
- [x86] perf: Add Intel Nehalem and Sandy Bridge-EP uncore support (Luming Yu) [696579 696580] | |
- [x86] perf: Add generic PCI uncore PMU device support (Luming Yu) [696579 696580] | |
- [x86] perf: Add Intel Nehalem and Sandy Bridge uncore PMU support (Luming Yu) [696579 696580] | |
- [x86] perf: Add generic Intel uncore PMU support (Luming Yu) [696579 696580] | |
- [x86] perf: Clean up perf_event cpu code (Luming Yu) [696579 696580] | |
- [ata] ata_piix: defer disks to the Hyper-V drivers by default (Jason Wang) [834682] | |
- [ata] libata: add a host flag to ignore detected ATA devices (Jason Wang) [834682] | |
- [netdrv] hyperv: Add the Hyper-V network driver (Jason Wang) [834682] | |
- [scsi] hyperv: Add the storvsc driver (Jason Wang) [834682] | |
- [hid] hyperv: Add the Hyper-V mouse driver (Jason Wang) [834682] | |
- [virt] hyperv: Add the vmbus and util drivers (Jason Wang) [834682] | |
- [staging] hyperv: Get rid of all the staging hv drivers (Jason Wang) [834682] | |
- [scripts] hyperv: fix up alias creation logic for hv_vmbus_device_id (Jason Wang) [834682] | |
- [scripts] hyperv: Add code to parse struct hv_vmbus_device_id table (Jason Wang) [834682] | |
- [x86] cpu: Integrate the clocksource with Hyper-V detection code (Jason Wang) [834682] | |
- [x86] cpu: Export the symbol ms_hyperv (Jason Wang) [834682] | |
- [misc] vmware_balloon: use the new x86_hyper API (Jason Wang) [834682] | |
- [x86] hypervisor: Export the x86_hyper* symbols (Jason Wang) [834682] | |
- [x86] cpu: Clean up the hypervisor layer (Jason Wang) [834682] | |
- [x86] cpu: Detect running on a Microsoft HyperV system (Jason Wang) [834682] | |
- [virt] hyperv: Add HYPER-V header file (Jason Wang) [834682] | |
- [scsi] megaraid_sas: Version, Changelog, Copyright update (Tomas Henzl) [841724] | |
- [scsi] megaraid_sas: Remove duplicate code (Tomas Henzl) [841724] | |
- [scsi] megaraid_sas: Add SystemPD FastPath support (Tomas Henzl) [841724] | |
- [scsi] megaraid_sas: Add array boundary check for SystemPD (Tomas Henzl) [841724] | |
- [scsi] megaraid_sas: Load io_request DataLength in bytes (Tomas Henzl) [841724] | |
- [scsi] megaraid_sas: Add module param for configurable MSI-X vector count (Tomas Henzl) [841724] | |
- [scsi] megaraid_sas: Remove un-needed completion_lock spinlock calls (Tomas Henzl) [841724] | |
- [scsi] megaraid_sas: Move poll_aen_lock initializer (Tomas Henzl) [841724] | |
- [scsi] megaraid_sas: Add resetwaittime module parameter (Tomas Henzl) [841724] | |
- [scsi] megaraid_sas: Add throttlequeuedepth module parameter (Tomas Henzl) [841724] | |
- [scsi] megaraid_sas: Add fpRead/WriteCapable, fpRead/WriteAcrossStripe checks (Tomas Henzl) [841724] | |
- [net] sunrpc: Ensure that the TCP socket is closed when in CLOSE_WAIT (Steve Dickson) [863212] | |
- [fs] nfs: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeouts (Steve Dickson) [835966] | |
- [md] raid1: Don't release reference to device while handling read error (Jes Sorensen) [853049] | |
- [netdrv] sfc: backport cleanups (Nikolay Aleksandrov) [865751] | |
- [net] fix a sysctl check warning in conntrack reasm code (Amerigo Wang) [867688] | |
* Fri Oct 19 2012 Jarod Wilson <[email protected]> [2.6.32-335.el6] | |
- [fs] fuse: implement NFS-like readdirplus support (Brian Foster) [841514] | |
- [drm] nouveau: prevent display switching issues by disabling pageflip (Ben Skeggs) [867698] | |
- [drm] nouveau: restore pre-suspend fence buffer context on resume (Ben Skeggs) [867698] | |
- [drm] nouveau: fix shadowing of ACPI ROM images larger than 64KiB (Ben Skeggs) [867698] | |
- [netdrv] igb: Add 1588 support to I210/I211 (Jiri Benc) [864881] | |
- [netdrv] igb: Prevent dropped Tx timestamps via work items and interrupts (Jiri Benc) [864881] | |
- [netdrv] igb: Store the MAC address in the name in the PTP struct (Jiri Benc) [864881] | |
- [netdrv] igb: Correct PTP support query from ethtool (Jiri Benc) [864881] | |
- [netdrv] igb: Update PTP function names/variables and locations (Jiri Benc) [864881] | |
- [netdrv] igb: Tidy up wrapping for CONFIG_IGB_PTP (Jiri Benc) [864881] | |
- [netdrv] igb: Support the get_ts_info ethtool method (Jiri Benc) [864881] | |
- [netdrv] igb: Add switch case for supported hardware to igb_ptp_remove (Jiri Benc) [864881] | |
- [netdrv] igb: Add Support for new i210/i211 devices (Jiri Benc) [864881] | |
- [netdrv] igb: offer a PTP Hardware Clock instead of the timecompare method (Jiri Benc) [864881] | |
- [netdrv] igb: add PTP Hardware Clock code (Jiri Benc) [864881] | |
- [net] mark ptp support as Tech Preview (Jiri Benc) [829785] | |
- [ptp] link the phc device to its parent device (Jiri Benc) [829785] | |
- [ptp] provide the clock's adjusted frequency (Jiri Benc) [829785] | |
- [ptp] remember the adjusted frequency (Jiri Benc) [829785] | |
- [ptp] Allow PHC devices to adjust PPS events for known delay (Jiri Benc) [829785] | |
- [ptp] Fix clock_getres() implementation (Jiri Benc) [829785] | |
- [ptp] Fix some locking bugs in ptp_read() (Jiri Benc) [829785] | |
- [ptp] Return -EFAULT on copy_to_user() errors (Jiri Benc) [829785] | |
- [pps] return PTR_ERR on error in device_create (Jiri Benc) [829785] | |
- [pps] class_create() returns an ERR_PTR, not NULL (Jiri Benc) [829785] | |
- [pps] simplify conditions a bit (Jiri Benc) [829785] | |
- [pps] make idr lock a mutex and protect idr_pre_get (Jiri Benc) [829785] | |
- [pps] move idr stuff to pps.c (Jiri Benc) [829785] | |
- [pps] convert printk/pr_* to dev_* (Jiri Benc) [829785] | |
- [pps] access pps device by direct pointer (Jiri Benc) [829785] | |
- [pps] fix race in PPS_FETCH handler (Jiri Benc) [829785] | |
- [pps] declare variables where they are used in switch (Jiri Benc) [829785] | |
- [pps] trivial fixes (Jiri Benc) [829785] | |
- [drm] i915: use correct CONFIG for iommu in rhel6 (Dave Airlie) [865666] | |
- [gpu] vga_switcheroo: Don't require handler init callback (Dave Airlie) [867169] | |
- [x86] amd_iommu: attach device fails on the last pci device (Don Dutile) [861164] | |
* Thu Oct 18 2012 Jarod Wilson <[email protected]> [2.6.32-334.el6] | |
- [mm] compaction: clear PG_migrate_skip based on compaction and reclaim activity (Rik van Riel) [713546 783248] | |
- [mm] compaction: fix bit ranges in {get,clear,set}_pageblock_skip() (Rik van Riel) [713546 783248] | |
- [netdrv] e1000e: add device IDs for i218 (Clarkville-LP) (Dean Nelson) [862764] | |
- [infiniband] mxl4: Fix build error on platforms where UL is not 64bit (Doug Ledford) [586028 756396] | |
- [netdrv] mlx4: Adjust flow steering attach wrapper so that IB works on SR-IOV VFs (Doug Ledford) [586028 756396] | |
- [infiniband] mlx4: Create paravirt contexts for VFs when master IB driver initializes (Doug Ledford) [586028 756396] | |
- [infiniband] mlx4: Modify proxy/tunnel QP mechanism so that guests do no calculations (Doug Ledford) [586028 756396] | |
- [infiniband] mlx4: Paravirtualize Node Guids for slaves (Doug Ledford) [586028 756396] | |
- [infiniband] mlx4: Activate SR-IOV mode for IB (Doug Ledford) [586028 756396] | |
- [infiniband] mlx4: Miscellaneous adjustments for SR-IOV IB support (Doug Ledford) [586028 756396] | |
- [netdrv] mlx4: INIT/CLOSE port logic for IB ports in SR-IOV mode (Doug Ledford) [586028 756396] | |
- [netdrv] mlx4: Adjustments to SET_PORT for IB SR-IOV (Doug Ledford) [586028 756396] | |
- [infiniband] mlx4: Add iov directory in sysfs under the ib device (Doug Ledford) [586028 756396] | |
- [infiniband] mlx4: Propagate P_Key and guid change port management events to slaves (Doug Ledford) [586028 756396] | |
- [infiniband] mlx4: Add alias_guid mechanism (Doug Ledford) [586028 756396] | |
- [netdrv] mlx4: Add IB port-state machine and port mgmt event propagation (Doug Ledford) [586028 756396] | |
- [infiniband] mlx4: Add CM paravirtualization (Doug Ledford) [586028 756396] | |
- [infiniband] mlx4: Add multicast group (MCG) paravirtualization for SR-IOV (Doug Ledford) [586028 756396] | |
- [infiniband] mlx4: MAD_IFC paravirtualization (Doug Ledford) [586028 756396] | |
- [infiniband] mlx4: SR-IOV multiplex and demultiplex MADs (Doug Ledford) [586028 756396] | |
- [infiniband] mlx4: Implement QP paravirtualization and maintain phys_pkey_cache for smp_snoop (Doug Ledford) [586028 756396] | |
- [infiniband] mlx4: Initialize SR-IOV IB support for slaves in master context (Doug Ledford) [586028 756396] | |
- [infiniband] mlx4: Add proxy and tunnel QPs to the reserved QP area (Doug Ledford) [586028 756396] | |
- [infiniband] mlx4: SR-IOV IB context objects and proxy/tunnel SQP support (Doug Ledford) [586028 756396] | |
- [infiniband] core: Add ib_find_exact_cached_pkey() (Doug Ledford) [586028 756396] | |
- [infiniband] core: Handle table with full and partial membership for the same P_Key (Doug Ledford) [586028 756396] | |
- [infiniband] core: Handle table with full and partial membership for the same P_Key (Doug Ledford) [586028 756396] | |
- [net] rds: fix rds-ping spinlock recursion (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] cma: Check that retry count values are in range (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] nes: Add missing break to switch. (Doug Ledford) [818562 826346 826348 826349] | |
- [netdrv] mlx4: dont orphan skbs in mlx4_en_xmit() (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Disable SENSE_PORT for multifunction devices (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Clean up enabling of SENSE_PORT for older (ConnectX-1/-2) HCAs (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Stash PCI ID driver_data in mlx4_priv structure (Doug Ledford) [826346 826348 826349] | |
- [infiniband] srp: Avoid having aborted requests hang (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] srp: Fix use-after-free in srp_reset_req() (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] nes: Fix compilation error when nes_debug is enabled (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] nes: Print hardware resource type (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] nes: Fix for crash when TX checksum offload is off (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] nes: Fix for incorrect MSS when TSO is on (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] nes: Fix incorrect resolving of the loopback MAC address (Doug Ledford) [818562 826346 826348 826349] | |
- [netdrv] mlx4: Fix crash on uninitialized priv->cmd.slave_sem (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Trivial cleanups to driver log messages (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Trivial readability fix: "0X30" -> "0x30" (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Remove annoying debug message in the resource tracker (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Fix wrong offset in parsing query device caps response (Doug Ledford) [826346 826348 826349] | |
- [infiniband] mlx4: Fill in sq_sig_type in query QP (Doug Ledford) [826346 826348 826349] | |
- [infiniband] ipoib: Fix use-after-free of multicast object (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] cma: Use consistent component mask for IPoIB port space multicast joins (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] core: Remove unused variables in ucm/ucma (Doug Ledford) [818562 826346 826348 826349] | |
- [net] rds: Don't disable BH on BH context (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] qib: Fix local access validation for user MRs (Doug Ledford) [818562] | |
- [infiniband] qib: Add a qib driver version (Doug Ledford) [818562] | |
- [infiniband] qib: Fix failure of compliance test C14-024#06_LocalPortNum (Doug Ledford) [818562] | |
- [netdrv] mlx4: Fix integer overflows so 8TBs of memory registration works (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Return the error value in case of command initialization failure (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Fixing error flow in case of QUERY_FW failure (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Add security check / enforcement for flow steering rules set for VMs (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Put Firmware flow steering structures in common header files (Doug Ledford) [826346 826348 826349] | |
- [infiniband] mlx4: Check iboe netdev pointer before dereferencing it (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Clean up buddy bitmap allocation (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Fix integer overflow issues around MTT table (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Allow large mlx4_buddy bitmaps (Doug Ledford) [826346 826348 826349] | |
- [infiniband] srp: Fix a race condition (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] qib: Fix error return code in qib_init_7322_variables() (Doug Ledford) [818562] | |
- [infiniband] Fix typos in infiniband drivers (Doug Ledford) [818562 826346 826348 826349] | |
- [netdrv] mlx4: fix mcg.c error return code (Doug Ledford) [826346 826348 826349] | |
- [infiniband] ucma.c: Fix for events with wrong context on iWARP (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] mlx4: Fix possible deadlock on sm_lock spinlock (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Remove port type restrictions (Doug Ledford) [826346 826348 826349] | |
- [infiniband] qib: Fix size of cc_supported_table_entries (Doug Ledford) [818562] | |
- [infiniband] ucma: Convert open-coded equivalent to memdup_user() (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] qib: checkpatch fixes (Doug Ledford) [818562] | |
- [infiniband] qib: Add congestion control agent implementation (Doug Ledford) [818562] | |
- [infiniband] qib: Reduce sdma_lock contention (Doug Ledford) [818562] | |
- [infiniband] qib: Fix an incorrect log message (Doug Ledford) [818562] | |
- [netdrv] mlx4: map entire pages to increase throughput (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Move MAC_MASK to a common place (Doug Ledford) [826346 826348 826349] | |
- [infiniband] qib: Fix QP RCU sparse warnings (Doug Ledford) [818562] | |
- [netdrv] mlx4: dereferencing freed memory (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: off by one in parse_trans_rule() (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Put physical GID and P_Key table sizes in mlx4_phys_caps struct and paravirtualize them (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Allow guests to have IB ports (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Implement mechanism for reserved Q_Keys (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Free ICM table in case of error (Doug Ledford) [826346 826348 826349] | |
- [infiniband] cm: Destroy idr as part of the module init error flow (Doug Ledford) [818562 826346 826348 826349] | |
- [netdrv] mlx4: Remove double function declarations (Doug Ledford) [826346 826348 826349] | |
- [infiniband] mlx4: Fill the masked_atomic_cap attribute in query device (Doug Ledford) [826346 826348 826349] | |
- [infiniband] mthca: Fill in sq_sig_type in query QP (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] mthca: Warning about event for non-existent QPs should show event type (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] ipoib: fix skb truesize underestimatiom (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] qib: Fix sparse RCU warnings in qib_keys.c (Doug Ledford) [818562] | |
- [netdrv] mlx4: Initialize IB port capabilities for all slaves (Doug Ledford) [826346 826348 826349] | |
- [infiniband] mlx4: Use port management change event instead of smp_snoop (Doug Ledford) [826346 826348 826349] | |
- [infiniband] qib: RCU locking for MR validation (Doug Ledford) [818562] | |
- [infiniband] qib: Avoid returning EBUSY from MR deregister (Doug Ledford) [818562] | |
- [infiniband] qib: Fix UC MR refs for immediate operations (Doug Ledford) [818562] | |
- [infiniband] core: Move CM_xxx_ATTR_ID macros from cm_msgs.h to ib_cm.h (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] sa: Add GuidInfoRecord query support (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] mlx4: Add debug prints (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Pass an invalid PCI id number to VFs (Doug Ledford) [826346 826348 826349] | |
- [infiniband] cma: Allow user to restrict listens to bound address family (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] cma: Listen on specific address family (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] cma: Bind to a specific address family (Doug Ledford) [818562 826346 826348 826349] | |
- [netdrv] mlx4: Add support for drop action through ethtool (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Manage flow steering rules with ethtool (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: set number of rx rings used by RSS using ethtool (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Implement promiscuous mode with device managed flow-steering (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Add resource tracking for device managed flow steering rules (Doug Ledford) [826346 826348 826349] | |
- [infiniband] mlx4: Add device managed flow steering firmware API (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Add firmware commands to support device managed flow steering (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Set steering mode according to device capabilities (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Re-design multicast attachments flow (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Change resource tracking ID to be 64 bit (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Change resource tracking mechanism to use red-black tree (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: set maximal number of default RSS queues (Doug Ledford) [826346 826348 826349] | |
- [infiniband] netlink: Move away from NLMSG_NEW() (Doug Ledford) [818562 826346 826348 826349] | |
- [netdrv] mlx4: Release QP range in free_resources (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Use single completion vector after NOP failure (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Set correct port parameters during device initialization (Doug Ledford) [826346 826348 826349] | |
- [infiniband] cma: QP type check on received REQs should be AND not OR (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] mlx4: Fix max_wqe capacity reported from query device (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Fix setting VL_cap in mlx4_SET_PORT wrapper flow (Doug Ledford) [826346 826348 826349] | |
- [infiniband] mlx4: Fix EQ deallocation in legacy mode (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Fix obscure mlx4_cmd_box parameter in QUERY_DEV_CAP (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Check port out-of-range before using in mlx4_slave_cap (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Fixes for VF / Guest startup flow (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Fix improper use of "port" parameter in mlx4_en_event (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Fix number of EQs used in ICM initialisation (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Fix the slave_id out-of-range test in mlx4_eq_int (Doug Ledford) [826346 826348 826349] | |
- [infiniband] mlx4: Fix mlx4_ib_add() error flow (Doug Ledford) [826346 826348 826349] | |
- [infiniband] core: Fix IB_SA_COMP_MASK macro (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] iser: Fix error flow in iser ep connection establishment (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] mlx4: Increase the number of vectors (EQs) available for ULPs (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: num cores tx rings for every UP (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Fixed error flow in rem_slave_eqs (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Add XRC domains and counters to resource tracker (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Fix potential kernel Oops in res tracker during Dom0 driver unload (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Address build warnings on set but not used variables (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Fix init_port mask state for slaves (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Change SYNC_TPT to be native (not wrapped) (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Remove unused *_str functions from the resource tracker (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Do not reset module-parameter num_vfs when fail to enable sriov (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Change bitmap allocator to work in round-robin fashion (Doug Ledford) [826346 826348 826349] | |
- [infiniband] nes: Don't call event handler if pointer is NULL (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] nes: Fix for the ORD value of the connecting peer (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] qib: Add cache line awareness to qib_qp and qib_devdata structures (Doug Ledford) [818562] | |
- [infiniband] qib: MADs with misset M_Keys should return failure (Doug Ledford) [818562] | |
- [infiniband] qib: Fix M_Key lease timeout handling (Doug Ledford) [818562] | |
- [infiniband] qib: Fix QLE734X link cycling (Doug Ledford) [818562] | |
- [infiniband] qib: Display correct value for number of contexts (Doug Ledford) [818562] | |
- [infiniband] qib: Correct ordering of reregister vs. port active events (Doug Ledford) [818562] | |
- [infiniband] qib: Optimize pio ack buffer allocation (Doug Ledford) [818562] | |
- [infiniband] qib: Add prefetch for eager buffers (Doug Ledford) [818562] | |
- [infiniband] mlx4: Replace printk(KERN_yyy...) with pr_yyy(...) (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Add second capabilities flags field (Doug Ledford) [826346 826348 826349] | |
- [infiniband] mlx4: Put priority bits in WQE of IBoE MLX QP (Doug Ledford) [826346 826348 826349] | |
- [infiniband] core: Add raw packet QP type (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] mlx4: Add raw packet QP support (Doug Ledford) [826346 826348 826349] | |
- [infiniband] uverbs: Make lockdep output more readable (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] uverbs: Lock SRQ / CQ / PD objects in a consistent order (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] cma: Fix lockdep false positive recursive locking (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] ipath: Replace open-coded ARRAY_SIZE with macro (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] ipath: Replace open-coded ARRAY_SIZE with macro (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] core: Use qp->usecnt to track multicast attach/detach (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] mad: Don't send response for failed MADs (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] mad: Set 'D' bit in response for unhandled MADs (Doug Ledford) [818562 826346 826348 826349] | |
- [net] mlx4: Moving to Interrupts for TX completions (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Added Ethtool support for TX Interrupt coalescing (Doug Ledford) [826346 826348 826349] | |
- [net] rds: Move all of the network sysctls without a namespace into init_net (Doug Ledford) [818562 826346 826348 826349] | |
- [netdrv] mlx4: Fix spelling typo in net (Doug Ledford) [826346 826348 826349] | |
- [infiniband] rdma_cm: TOS <=> UP mapping for IBoE (Doug Ledford) [818562 826346 826348 826349] | |
- [netdrv] mlx4: sk_prio <=> UP for untagged traffic (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Use netif_set_real_num_{rx, tx}_queues() (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: DCB QoS support (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: set port QoS attributes (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Force user priority by QP attribute (Doug Ledford) [826346 826348 826349] | |
- [infiniband] core: Don't return EINVAL from sysfs rate attribute for invalid speeds (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] mlx4: Don't return an invalid speed when a port is down (Doug Ledford) [826346 826348 826349] | |
- [infiniband] Stop using NLA_PUT*() (Doug Ledford) [818562 826346 826348 826349] | |
- [net] rds: use gfp flags from caller in conn_alloc() (Doug Ledford) [818562 826346 826348 826349] | |
- [net] rds: Remove printk from rds_sendmsg (Doug Ledford) [818562 826346 826348 826349] | |
- [netdrv] mlx4: Scale size of MTT table with system RAM (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Allow dynamic MTU configuration for IB ports (Doug Ledford) [826346 826348 826349] | |
- [infiniband] mlx4: Fix info returned when querying IBoE ports (Doug Ledford) [826346 826348 826349] | |
- [infiniband] mlx4: Fix possible missed completion event (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Report thermal error events (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Fix one more static exported function (Doug Ledford) [826346 826348 826349] | |
- [infiniband] Change CQE csum_ok field to a bit flag (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] iwcm: Reject connect requests if cmid is not in LISTEN state (Doug Ledford) [818562 826346 826348 826349] | |
- [netdrv] mlx4: Get rid of redundant ext_port_cap flags (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: defining functions as static (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: remove unused functions (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: remove unused functions (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: fixing sparse warnings when copying mac, address to gid entry (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: fix sparse warnings on wrong type for RSS keys (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: fix sparse warnings on TX blue flame buffer (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Saving mem access on data path (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: remove sparse errors (Doug Ledford) [826346 826348 826349] | |
- [infiniband] ucma: Fix AB-BA deadlock (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] ehca: Fix ilog2() compile failure (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] Use central enum for speed instead of hard-coded values (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] iser: Free IB connection resources in the proper place (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] srp: Consolidate repetitive sysfs code (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] srp: Use pr_fmt() and pr_err()/pr_warn() (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] core: Fix SDR rates in sysfs (Doug Ledford) [818562 826346 826348 826349] | |
- [netdrv] mlx4: dont change mac_header on xmit (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: Enforce device max FMR maps in FMR alloc (Doug Ledford) [826346 826348 826349] | |
- [infiniband] mlx4: Set bad_wr for invalid send opcode (Doug Ledford) [826346 826348 826349] | |
- [infiniband] mad: Return error response for unsupported MADs (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] mad: Add MAD error codes from IBA spec (Doug Ledford) [818562 826346 826348 826349] | |
- [infiniband] qib: Avoid filtering LID on SMA portinfo (Doug Ledford) [818562] | |
- [infiniband] qib: Add logic for affinity hint (Doug Ledford) [818562] | |
- [infiniband] nes: Fixes for sparse endianness warnings (Doug Ledford) [818562 826346 826348 826349] | |
- [netdrv] mlx4: remove unnecessary variables and arguments (Doug Ledford) [826346 826348 826349] | |
- [netdrv] mlx4: remove unused field high_prios (Doug Ledford) [826346 826348 826349] | |
- [net] rds: Fix typo in iw_recv.c and ib_recv.c (Doug Ledford) [818562 826346 826348 826349] | |
- [netdrv] mlx4: Fix typo in cmd.c (Doug Ledford) [826346 826348 826349] | |
- [net] ipv4/route: export symbol ip_tos2prio (Doug Ledford) [818562 826346 826348 826349] | |
- [misc] Backport of pr_*_once() functions (Doug Ledford) [818562 826346 826348 826349] | |
- [mm] Revert: reduce memcg memory overhead (Jarod Wilson) [808538] | |
* Wed Oct 17 2012 Jarod Wilson <[email protected]> [2.6.32-333.el6] | |
- [drm] i915: block haswell support (Dave Airlie) [862376] | |
- [powerpc] fadump: Remove the phyp assisted dump code (Steve Best) [739124] | |
- [powerpc] pseries: Call ibm, os-term if the ibm, extended-os-term is present (Steve Best) [739124] | |
- [powerpc] fadump: Invalidate the fadump registration during machine shutdown (Steve Best) [739124] | |
- [powerpc] fadump: Invalidate registration and release reserved memory for general use (Steve Best) [739124] | |
- [fs] proc/vmcore: Introduce cleanup routine to invalidate /proc/vmcore (Steve Best) [739124] | |
- [powerpc] fadump: Add PT_NOTE program header for vmcoreinfo (Steve Best) [739124] | |
- [powerpc] fadump: Convert firmware-assisted cpu state dump data into elf notes (Steve Best) [739124] | |
- [powerpc] fadump: Initialize elfcore header and add PT_LOAD program headers (Steve Best) [739124] | |
- [powerpc] fadump: Register for firmware assisted dump (Steve Best) [739124] | |
- [powerpc] fadump: Reserve the memory for firmware assisted dump (Steve Best) [739124] | |
- [powerpc] fadump: Add documentation for firmware-assisted dump (Steve Best) [739124] | |
- [net] Add rtnetlink init_rcvwnd to set the TCP initial receive window (Jesper Brouer) [795598] | |
- [scsi] fcoe: Fix write errors on NPIV ports (Neil Horman) [857575] | |
- [scsi] fcoe: Allocate fcoe_ctlr with fcoe_interface, not as a member (Neil Horman) [857575] | |
- [scsi] fcoe: Fix up rmmod crash (Neil Horman) [860846] | |
- [fs] NFSv4.1: Clean up layoutreturn (Steve Dickson) [837871] | |
- [net] nfs: Fix buffer overflow checking in __nfs4_get_acl_uncached (Sachin Prabhu) [822871] {CVE-2012-2375} | |
- [net] nfs: Fix the acl cache size calculation (Sachin Prabhu) [822871] {CVE-2012-2375} | |
- [net] nfs: Fix range checking in __nfs4_get_acl_uncached and __nfs4_proc_set_acl (Sachin Prabhu) [822871] {CVE-2012-2375} | |
- [net] nfs: nfs_getaclargs.acl_len is a size_t (Sachin Prabhu) [822871] {CVE-2012-2375} | |
- [net] nfs: Don't use private xdr_stream fields in decode_getacl (Sachin Prabhu) [822871] {CVE-2012-2375} | |
- [net] nfs: Fix pointer arithmetic in decode_getacl (Sachin Prabhu) [822871] {CVE-2012-2375} | |
- [net] nfs: Simplify the GETATTR attribute length calculation (Sachin Prabhu) [822871] {CVE-2012-2375} | |
- [net] sunrpc: Add the helper xdr_stream_pos (Sachin Prabhu) [822871] {CVE-2012-2375} | |
- [net] sunrpc: Don't decode beyond the end of the RPC reply message (Sachin Prabhu) [822871] {CVE-2012-2375} | |
- [net] sunrpc: Clean up xdr_set_iov() (Sachin Prabhu) [822871] {CVE-2012-2375} | |
- [net] sunrpc: xdr_read_pages needs to clear xdr->page_ptr (Sachin Prabhu) [822871] {CVE-2012-2375} | |
- [fs] nfs: Avoid beyond bounds copy while caching ACL (Sachin Prabhu) [822871] {CVE-2012-2375} | |
- [fs] nfs: Avoid reading past buffer when calling GETACL (Sachin Prabhu) [822871] {CVE-2012-2375} | |
- [virt] kvm: Use accessors function to access cr4 (Gleb Natapov) [866452] | |
- [fs] xfs: report projid32bit feature in geometry call (Eric Sandeen) [865929] | |
- [usb] serial/ti_usb: fix module removal (Don Zickus) [864186] | |
- [fs] nfs: do not send an empty SETATTR compound (J. Bruce Fields) [863912] | |
* Mon Oct 15 2012 Jarod Wilson <[email protected]> [2.6.32-332.el6] | |
- [scsi] libfc: fix lun reset failure bugs in fc_fcp_resp handling of FCP_RSP_INFO (Neil Horman) [789103] | |
- [scsi] libfc: fix retries with FDMI lport states (Neil Horman) [789103] | |
- [scsi] fcoe: remove lport from net device before doing per cpu rx thread cleanup (Neil Horman) [789103] | |
- [scsi] libfc: flush lport worker after its disabled (Neil Horman) [789103] | |
- [scsi] fcoe: defer releasing master lport until complete fcoe interface cleanuped up (Neil Horman) [789103] | |
- [scsi] fcoe: Support extra MAC descriptor to be used as FCoE MAC (Neil Horman) [789103] | |
- [scsi] foce: remove bh disable from fcoe sw transport rcv function (Neil Horman) [789103] | |
- [scsi] fcoe: remove frame dropping code from fcoe_percpu_clean (Neil Horman) [789103] | |
- [scsi] fcoe: reduce contention for fcoe_rx_list lock (Neil Horman) [789103] | |
- [scsi] libfc: fcoe_transport_create fails in single-CPU environment (Neil Horman) [789103] | |
- [scsi] fcoe: Remove duplicate vn port reset operation (Neil Horman) [789103] | |
- [scsi] fcoe: Remove reference counting on 'stuct fcoe_interface' (Neil Horman) [789103] | |
- [scsi] fcoe: Allow exposing FDMI attributes via sysfs (Neil Horman) [789103] | |
- [scsi] fcoe: fix fcoe in a DCB environment by adding DCB notifiers to set skb priority (Neil Horman) [789103] | |
- [net] dcb: Use ifindex instead of ifname (Neil Horman) [789103] | |
- [scsi] libfc: avoid exchanges collision during lport reset (Neil Horman) [789103] | |
- [scsi] libfc: fix fc_eh_host_reset (Neil Horman) [789103] | |
- [scsi] fcoe: Fix deadlock between fip's recv_work and rtnl (Neil Horman) [789103] | |
- [scsi] fcoe: Move common functions to fcoe_transport library (Neil Horman) [789103] | |
- [scsi] fcoe: convert to SKB paged frag API (Neil Horman) [789103] | |
- [scsi] fcoe: Rearrange fcoe port and NPIV port cleanup (Neil Horman) [789103] | |
- [scsi] libfc: add ddp_targ() to libfc function template to supprot FCoE DDP in target mode (Neil Horman) [789103] | |
- [net] add ndo_fcoe_ddp_target() to support FCoE DDP in target mode (Neil Horman) [789103] | |
- [scsi] fcoe: support ndo_fcoe_ddp_target() for DDP in FCoE target (Neil Horman) [789103] | |
- [scsi] fcoe: support ndo_fcoe_ddp_target() for DDP in FCoE targe (Neil Horman) [789103] | |
- [scsi] fcoe: Prevent creation of an NPIV port with duplicate WWPN (Neil Horman) [789103] | |
- [scsi] fcoe: Incorrect CVL handling for NPIV ports (Neil Horman) [789103] | |
- [scsi] fcoe: have fcoe log off and lport destroy before ndo_fcoe_disable (Neil Horman) [789103] | |
- [scsi] libfc: remove duplicate ema_list init (Neil Horman) [789103] | |
- [scsi] libfc: Move host_lock usage into ramp_up/down routines (Neil Horman) [789103] | |
- [scsi] use list_move() instead of list_del()/list_add() combination (Neil Horman) [789103] | |
- [scsi] fcoe: correct checking for bonding (Neil Horman) [789103] | |
- [scsi] libfc: initialize EM anchors list and then update npiv EMs (Neil Horman) [789103] | |
- [scsi] fcoe: Move common code from fcoe to libfcoe module (Neil Horman) [789103] | |
- [scsi] fcoe: use dedicated workqueue instead of system_wq (Neil Horman) [789103] | |
- [fs] quota: move remount handling into the filesystem (Lukas Czerner) [805769] | |
- [fs] allow fs to handle quota enable/disable kABI friendly (Lukas Czerner) [805769] | |
- [fs] cifs: fix oops while traversing open file list (Sachin Prabhu) [707700] | |
- [fs] cifs: add a cache= option to better describe the different cache flavors (Sachin Prabhu) [850751] | |
- [s390] scm_block: Force cluster writes (Hendrik Brueckner) [834290] | |
- [s390] cio: Add scm block driver (Hendrik Brueckner) [834290] | |
- [s390] cio: add eadm subchannel driver (Hendrik Brueckner) [834290] | |
- [s390] cio: move asms to generic header (Hendrik Brueckner) [834290] | |
- [s390] cio: Add scm notification (Hendrik Brueckner) [834290] | |
- [s390] cio: Add SCM bus driver (Hendrik Brueckner) [834290] | |
- [s390] chsc: implement store SCM information (Hendrik Brueckner) [834290] | |
- [s390] cio: Add eadm related structures (Hendrik Brueckner) [834290] | |
- [s390] cio: move orb definitions to separate header (Hendrik Brueckner) [834290] | |
- [s390] css: Add eadm facility bits (Hendrik Brueckner) [834290] | |
- [s390] css: Allow drivers to trigger sch evaluation (Hendrik Brueckner) [834290] | |
- [fs] block_dev: Fix crash when block device is read and block size is changed at the same time (Mikulas Patocka) [855906] | |
- [tracing] remove kabi workaround that is no longer needed (Jeff Moyer) [855906] | |
- [mm] tracing: Move include of trace/events/kmem.h out of header into slab.c (Jeff Moyer) [855906] | |
- [mm] slab: Move kmalloc tracepoint out of inline code (Jeff Moyer) [855906] | |
- [virt] kvm: fix race with level interrupts (Michael S. Tsirkin) [847722] | |
- [usb] usbhid: Fix use-after-free in USBHID (James Paradis) [857518] | |
- [kernel] sched_rt: Ignore RT queue throttling if idle task has RT policy (Igor Mammedov) [843541] | |
- [md] Don't truncate size at 4TB for RAID0 and Linear (Jes Sorensen) [865637] | |
- [scsi] ibmvfc: Fix double completion on abort timeout (Steve Best) [865115] | |
* Fri Oct 12 2012 Jarod Wilson <[email protected]> [2.6.32-331.el6] | |
- [fs] nfs: tear down caches in nfs_init_writepagecache when allocation fails (Steve Dickson) [857555] | |
- [fs] pnfs: client fails to select correct DS from multipath (Steve Dickson) [851312] | |
- [fs] ext4: remove mb_groups before tearing down the buddy_cache (Lukas Czerner) [859457] | |
- [usb] Add kernel parameter to force io_watchdog for Intel EHCI HCD (James Paradis) [846024] | |
- [fs] btrfs: Convert to new freezing mechanism (Zach Brown) [698324] | |
- [fs] btrfs: Push mnt_want_write() outside of i_mutex (Zach Brown) [698324] | |
- [fs] btrfs: fix min csum item size warnings in 32bit (Zach Brown) [698324] | |
- [fs] btrfs: backport from mainline linux 3.5 kernel (Zach Brown) [698324] | |
- [kernel] tracing: Don't use p->len field to determine output in __print_*() functions (Zach Brown) [698324] | |
- [kernel] tracing: Don't print an extra separator of flags (Zach Brown) [698324] | |
- [kernel] tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machine (Zach Brown) [698324] | |
- [fs] btrfs: add BTRFS_MINOR for auto-loading (Zach Brown) [698324] | |
- [fs] add FS_NOCOW_FL inode attribute flag (Zach Brown) [698324] | |
- [fs] ext4: fix undefined bit shift result in ext4_fill_flex_info (Lukas Czerner) [809691] {CVE-2012-2100} | |
- [fs] ext4: fix undefined behavior in ext4_fill_flex_info() (Lukas Czerner) [809691] {CVE-2012-2100} | |
- [virt] kvm: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bit (Don Dugger) [736906] | |
- [virt] kvm/vmx: Enable EPT A/D bits if supported by turning on relevant bit in EPTP (Don Dugger) [736906] | |
- [virt] kvm/vmx: Use EPT Access bit in response to memory notifiers (Don Dugger) [736906] | |
- [virt] kvm/vmx: Add EPT A/D bits definitions (Don Dugger) [736906] | |
- [virt] kvm/vmx: Add parameter to control A/D bits support, default is on (Don Dugger) [736906] | |
- [s390] zfcp: disable DIX support (Hendrik Brueckner) [694237] | |
- [s390] zfcp: non-experimental support for DIF/DIX (Hendrik Brueckner) [694237] | |
- [s390] zfcp: Introduce experimental support for DIF/DIX (Hendrik Brueckner) [694237] | |
- [s390] zfcp: Enable data division support for FCP devices (Hendrik Brueckner) [694237] | |
- [s390] zfcp: Update FCP protocol related code (Hendrik Brueckner) [694237] | |
- [mm] memcg: count pte references from every member of the reclaimed hierarchy (Jerome Marchand) [808538] | |
- [mm] make per-memcg LRU lists exclusive (Jerome Marchand) [808538] | |
- [mm] collect LRU list heads into struct lruvec (Jerome Marchand) [808538] | |
- [mm] vmscan: convert global reclaim to per-memcg LRU lists (Jerome Marchand) [808538] | |
- [mm] memcg: remove optimization of keeping the root_mem_cgroup LRU lists empty (Jerome Marchand) [808538] | |
- [mm] move memcg hierarchy reclaim to generic reclaim code (Jerome Marchand) [808538] | |
- [mm] memcg: per-priority per-zone hierarchy scan generations (Jerome Marchand) [808538] | |
- [mm] vmscan: distinguish between memcg triggering reclaim and memcg (Jerome Marchand) [808538] | |
- [mm] vmscan: distinguish global reclaim from global LRU scanning (Jerome Marchand) [808538] | |
- [mm] memcg: consolidate hierarchy iteration primitives (Jerome Marchand) [808538] | |
- [mm] vmscan: remove isolate_pages callback scan control (Jerome Marchand) [808538] | |
- [mm] memcg: Introduces for_each_mem_cgroup_all (Jerome Marchand) [808538] | |
- [mm] memcg: use for_each_mem_cgroup (Jerome Marchand) [808538] | |
- [mm] memcg: extract mem_group_usage() from mem_cgroup_read() (Jerome Marchand) [808538] | |
- [s390] hugetlb: use direct TLB flushing for hugetlbfs pages (Hendrik Brueckner) [861177] | |
- [s390] mm: fix user access page-table walk code (Hendrik Brueckner) [861176] | |
- [s390] dasd: fix pathgroup race (Hendrik Brueckner) [859526] | |
- [fs] gfs2: Consolidate free block searching functions (Bob Peterson) [848109] | |
- [fs] gfs2: Fix unclaimed_blocks() wrapping bug and clean up (Bob Peterson) [848109] | |
- [fs] gfs2: Improve block reservation tracing (Bob Peterson) [848109] | |
- [fs] gfs2: Fall back to ignoring reservations, if there are no other blocks left (Bob Peterson) [848109] | |
- [fs] gfs2: Use rbm for gfs2_setbit() (Bob Peterson) [848109] | |
- [fs] gfs2: Use rbm for gfs2_testbit() (Bob Peterson) [848109] | |
- [fs] gfs2: Update rgblk_free() to use rbm (Bob Peterson) [848109] | |
- [fs] gfs2: Update gfs2_get_block_type() to use rbm (Bob Peterson) [848109] | |
- [fs] gfs2: Replace rgblk_search with gfs2_rbm_find (Bob Peterson) [848109] | |
- [fs] gfs2: Add structure to contain rgrp, bitmap, offset tuple (Bob Peterson) [848109] | |
- [fs] gfs2: Eliminate redundant calls to may_grant (Bob Peterson) [848109] | |
- [fs] gfs2: Combine functions gfs2_glock_dq_wait and wait_on_demote (Bob Peterson) [848109] | |
- [fs] gfs2: Combine functions gfs2_glock_wait and wait_on_holder (Bob Peterson) [848109] | |
- [fs] gfs2: inline __gfs2_glock_schedule_for_reclaim (Bob Peterson) [848109] | |
- [fs] gfs2: change function gfs2_direct_IO to use a normal gfs2_glock_dq (Bob Peterson) [848109] | |
- [fs] gfs2: Allow more dirty buffers and reduce journal commits (Bob Peterson) [848109] | |
- [fs] gfs2: eliminate log elements and simplify (Bob Peterson) [848109] | |
- [fs] gfs2: Eliminate vestigial sd_log_le_rg (Bob Peterson) [848109] | |
- [fs] gfs2: Make gfs2_log_fake_buf() write the buffer too (Bob Peterson) [848109] | |
- [fs] gfs2: Move two functions from log.c to lops.c (Bob Peterson) [848109] | |
- [fs] gfs2: Drop "pull" argument from log_write_header() (Bob Peterson) [848109] | |
- [fs] gfs2: Add missing static to bd_cmp() (Bob Peterson) [848109] | |
- [fs] gfs2: Remove rs_requested field from reservations (Bob Peterson) [848109] | |
- [block] Fix hanging kernel threads in blk_execute_rq() (James Paradis) [855984] | |
- [target] Fix crash in iblock backstore (Andy Grover) [863221] | |
- [target] Do not print error if can't load target_core_stgt (Andy Grover) [822075] | |
* Thu Oct 11 2012 Jarod Wilson <[email protected]> [2.6.32-330.el6] | |
- [netdrv] sfc: Fix division by zero when using one RX channel and no SR-IOV (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Backport cleanup (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Fix calculation of vf_i in map_vi_index() (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Correct validation of peer_page_count in efx_vfdi_set_status_page() (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Add SR-IOV back-end support for SFC9000 family (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Work around bogus 'uninitialised variable' warning (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Add support for TX MAC filters (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Add support for configuring RX unicast/multicast default filters (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Remove now-unused filter function (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Implement ethtool RX NFC rules API instead of n-tuple API (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Add support for retrieving and removing filters by ID (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Use consistent types for filter IDs, indices and search depths (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Change filter ID generation to satisfy priority semantics of RX NFC (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Fix assertions in efx_filter_rfs() (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Fix loop condition for efx_filter_search() when !for_insert (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Implement hardware acceleration of RFS (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Limit filter search depth further for performance hints (i.e. RFS) (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Generalise filter spec initialisation (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Remove filter table IDs from filter functions (Nikolay Aleksandrov) [824042] | |
- [netdrv] drivers/net: use vzalloc() (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Don't try to set filters with search depths we know won't work (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Implement the ethtool RX n-tuple control functions (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Add filter table management (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Add support for RXFH (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Update cleanup (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Fix num_tc usage (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: By default refill RX rings as soon as space for a batch (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Fill RX rings completely full, rather than to 95 full (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Fix missing cleanup in failure path of efx_pci_probe() (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Do not attempt to flush queues if DMA is disabled (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Log the part number on probe (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Remove efx_channel::last_eventq_read_ptr (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Run event/IRQ self-test asynchronously when interface is brought up (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Encapsulate access to efx_{channel, nic}::last_irq_cpu in self-test (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Test all event queues in parallel (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Raise self-test timeouts (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Remove TX completions from adaptive IRQ scoring (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Update comments on efx_rx_packet_gro() (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Remove redundant function efx_nic_has_mc() (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Fix assignment of ip_summed for pre-allocated skbs (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Correct efx_for_each_possible_channel_tx_queue() to skip non-TX channels (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Minor formatting cleanup (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Reverse initial buffer table allocation to allow for later resizing (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Allocate SRAM between buffer table and descriptor caches at init time (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Add support for 'extra' channel types (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Add support for 'extra' channel types (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Make all CPU/IRQ/channel/queue counts unsigned (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Make buffer table indices and counts consistently unsigned (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Disable flow control during flushes (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Generalise event generation to cover VF-owned event queues (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Use proper function to test for RX channel in efx_poll() (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Leave interrupts and event queues enabled whenever we can (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Generate RX fill events based on RX queues, not channels (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Generalise driver event generation (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Warn if unable to create MTDs (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Do not retry hardware probe if it schedules a reset (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Skip RX end-of-batch work on channels without an RX queue (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Use a more sensible cast in efx_rx_buf_offset() (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: MTD: Leave the DEBUG macro alone (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Replace efx_rx_buffer::is_page and other booleans with a flags field (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Move the end of the non-GRO RX path into its own function (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Remove redundant 'rc' variable, always set to 0 (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Minor formatting fixes (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Use existing local variables instead of repeated indirect lookups (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Remove remnants of on-load self-test (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Remove obsolete function efx_dev_name() (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Update the description of SFC_MTD (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Add hwmon driver for boards using SFC9000-family controllers (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Clean up test interrupt handling (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Partly revert "sfc: Handle serious errors in exactly one interrupt handler" (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Remove dependence on NAPI polling in efx_test_eventq_irq() (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Correct interrupt timer quantum for Siena (normal and turbo mode) (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Support extraction of CAPABILITIES from GET_BOARD_CFG response. (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Consistently test DEBUG macro, not EFX_ENABLE_DEBUG (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Remove efx_nic_type::push_multicast_hash operation (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Merge efx_mcdi_mac_check_fault() and efx_mcdi_get_mac_faults() (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Merge efx_mac_operations into efx_nic_type (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Hold efx_nic::stats_lock while reading efx_nic::mac_stats (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Use new names for MC shared memory layout constants (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Make handling of MC reboot more reliable (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Remove fallback for invalid permanent MAC address (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Set default parallelism to per-core by default (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Rename efx_wanted_channels() to efx_wanted_parallelism() (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Update MCDI (firmware interface) definitions (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Remove unnecessary inclusion of <asm/io.h>, prompted by checkpatch (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Const-qualify static data as appropriate, partly prompted by checkpatch (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Remove parentheses around return expressions, reported by checkpatch (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Avoid assignment in an if-statement, reported by checkpatch (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Fix some formatting errors reported by checkpatch (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: fix assignment of 0/1 to bool variables. (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Use skb_fill_page_desc() to simplify passing of page buffers to GRO (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Use kcalloc instead of kzalloc to allocate array (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Add moduleparam.h to drivers as required. (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: add skb frag size accessors (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Remove unnecessary driver assignments of ethtool_ringparam fields to zero (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: convert to SKB paged frag API. (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: ethtool: Clean up definitions of rule location arrays in RX NFC (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Use correct fields of struct ethtool_coalesce (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Validate IRQ moderation parameters in efx_init_irq_moderation() (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Correct reporting and validation of TX interrupt coalescing (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Use consistent types for interrupt coalescing parameters (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Correct error code for unsupported interrupt coalescing parameters (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Remove 'Communications' after 'Solarflare' in references to hardware (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Remove 'Solarstorm' from Kconfig descriptions (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Fix Siena mac statistics on big endian platforms (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Allow resets to be upgraded; use atomic ops for safety (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Remove casts of void * (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Add appropriate <linux/prefetch.h> include for prefetch users (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Don't use enums as a bitmask. (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Use netif_device_{detach, attach}() around reset and self-test (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Fix TX queue numbering when separate_tx_channels=1 (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Fix return value from efx_ethtool_set_rx_ntuple() (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: ethtool: cosmetic: Use ethtool ethtool_cmd_speed API (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: ethtool: Use full 32 bit speed range in ethtool's set_settings (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: ethtool: Call ethtool's get/set_settings callbacks with cleaned data (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Fix common misspellings (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Do not use efx_process_channel_now() in online self-test (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Stop the TX queues during loopback self-tests (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: make function tables const (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Enable all TSO features on VLANs (Nikolay Aleksandrov) [824042] | |
- [netdrv] net: Add NETIF_F_ALL_TSO define to include/linux/netdevice.h (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Move test of rx_checksum_enabled from nic.c to rx.c (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Bump version to 3.1 (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Remove configurable FIFO thresholds for pause frame generation (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Expose TX push and TSO counters through ethtool statistics (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Update copyright dates (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Do not read STAT1.FAULT in efx_mdio_check_mmd() (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Read MC firmware version when requested through ethtool (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Reduce size of efx_rx_buffer further by removing data member (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Reduce size of efx_rx_buffer by unionising skb and page (Nikolay Aleksandrov) [824042] | |
- [netdrv] Revert "[netdrv] sfc: disable RX hash insertion" (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Add TX queues for high-priority traffic (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Distinguish queue lookup from test for queue existence (Nikolay Aleksandrov) [824042] | |
- [netdrv] sfc: Move TX queue core queue mapping into tx.c (Nikolay Aleksandrov) [824042] | |
- [alsa] usb: Enable TerraTec DMX 6Fire USB and Edirol UA-101/UA-1000 drivers (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Add endpoint usage definitions to ch9.h (Jaroslav Kysela) [664586] | |
- [alsa] pcm: Call pgprot_noncached() for vmalloc'ed buffers (Jaroslav Kysela) [664586] | |
- [alsa] ua101: use vmalloc buffer helper functions (Jaroslav Kysela) [664586] | |
- [alsa] pcm: add vmalloc buffer helper functions (Jaroslav Kysela) [664586] | |
- [alsa] usb: use old usb_buffer_alloc()/usb_buffer_free() fcns (Jaroslav Kysela) [664586] | |
- [alsa] ua101: fix crash when unplugging (Jaroslav Kysela) [664586] | |
- [alsa] usb/6fire: Select missing SND_VMASTER option in Kconfig (Jaroslav Kysela) [664586] | |
- [alsa] usb/6fire: Update kernel configuration (Jaroslav Kysela) [664586] | |
- [alsa] ua101: remove experimental status (Jaroslav Kysela) [664586] | |
- [alsa] usb/6fire: Fix signedness bug (Jaroslav Kysela) [664586] | |
- [alsa] usb/6fire: Add support for S32_LE format (Jaroslav Kysela) [664586] | |
- [alsa] usb/6fire: Fix pcm rate assignment (Jaroslav Kysela) [664586] | |
- [alsa] usb/6fire: signedness bug in usb6fire_pcm_prepare() (Jaroslav Kysela) [664586] | |
- [alsa] usb: disable broken hw volume for Tenx TP6911 (Jaroslav Kysela) [664586] | |
- [alsa] usb: print small buffers via *ph[C] (Jaroslav Kysela) [664586] | |
- [alsa] usb/6fire: use NULL instead of 0 for pointer assignment (Jaroslav Kysela) [664586] | |
- [alsa] usb/6fire: don't use custom hex_to_bin() (Jaroslav Kysela) [664586] | |
- [alsa] usb/6fire: Fix double-free bug in usb6fire_fw_ezusb_upload() (Jaroslav Kysela) [664586] | |
- [alsa] usb/6fire: Don't leak firmware in error path (Jaroslav Kysela) [664586] | |
- [alsa] usb/6fire: use the kernel's built-in bit reverse table (Jaroslav Kysela) [664586] | |
- [alsa] usb/6fire: Improve firmware loader (Jaroslav Kysela) [664586] | |
- [alsa] usb/6fire: add analog input volume control (Jaroslav Kysela) [664586] | |
- [alsa] usb/6fire: add mute control for analog outputs (Jaroslav Kysela) [664586] | |
- [alsa] usb/6fire: add individual volume control for analog channels (Jaroslav Kysela) [664586] | |
- [alsa] usb/6fire: add tlv to controls (Jaroslav Kysela) [664586] | |
- [alsa] usb/6fire: Add support of digital-thru mixer (Jaroslav Kysela) [664586] | |
- [alsa] usb/6fire: remove driver version information (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Avoid unnecessary EP setups in prepare (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Move configuration to prepare. (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Don't require hw_params in endpoint. (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: set period_bytes in substream. (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Fix bogus error messages for delay accounting (Jaroslav Kysela) [664586] | |
- [alsa] usb: Add quirks for Playback Designs devices (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Support for (original) Xbox Communicator (Jaroslav Kysela) [664586] | |
- [alsa] usb: fix cross-interface streaming devices (Jaroslav Kysela) [664586] | |
- [alsa] usb: fix calls to next_packet_size (Jaroslav Kysela) [664586] | |
- [alsa] usb: restore delay information (Jaroslav Kysela) [664586] | |
- [alsa] usb: use list_for_each_safe for endpoint resources (Jaroslav Kysela) [664586] | |
- [alsa] usb: Fix URB cancellation at stream start (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Remove obsoleted fields in struct snd_usb_substream (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Fix scheduling-while-atomic bug in PCM capture stream (Jaroslav Kysela) [664586] | |
- [alsa] usb: fix clock source validity index (Jaroslav Kysela) [664586] | |
- [alsa] snd-usb-caiaq: initialize card pointer (Jaroslav Kysela) [664586] | |
- [alsa] usb: move calls to usb_set_interface (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Fix the first PCM interface assignment (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: add BOSS GT-100 support (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: ignore ctrl errors on QuickCam Pro for Notebooks (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: ignore ctrl errors on QuickCam E3500 (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Convert table to preferred C99 format (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Use a table of mixer controls (Jaroslav Kysela) [664586] | |
- [alsa] usb: make snd_usb_substream_capture_trigger static (Jaroslav Kysela) [664586] | |
- [alsa] usb: fix sync pipe check (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Fix substream assignments (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: fix rate_list memory leak (Jaroslav Kysela) [664586] | |
- [alsa] usb: fix stream info output in /proc (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Call get_min_max_*() after determining the name string (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Fix comment (Jaroslav Kysela) [664586] | |
- [alsa] usb: fix some typos in endpoint.c documentation (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: sound/usb/endpoint.c: suppress warning (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Add missing error checks in snd_ebox44_create_mixer() (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: M-Audio Fast Track Ultra: Add effect controls (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Rename Fast Track Ultra mixer quirk functions (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Add TLV to M-Audio Fast Track Ultra controls (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Rename and export mixer_vol_tlv (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Unify M-Audio Fast Track Ultra and Ebox-44 mixer quirks. (Jaroslav Kysela) [664586] | |
- [alsa] usb: remove refactorization left-overs (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Replace mixer for Electrix Ebox-44 (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Skip un-parseable mixer units instead of erroring (Jaroslav Kysela) [664586] | |
- [alsa] usb: Remove obsoleted fields from struct snd_usb_substream (Jaroslav Kysela) [664586] | |
- [alsa] usb: Fix fill_max flag set (Jaroslav Kysela) [664586] | |
- [alsa] usb: Remove unused variable (Jaroslav Kysela) [664586] | |
- [alsa] usb: add some documentation (Jaroslav Kysela) [664586] | |
- [alsa] usb: add support for implicit feedback (Jaroslav Kysela) [664586] | |
- [alsa] usb: remove old streaming logic (Jaroslav Kysela) [664586] | |
- [alsa] usb: switch over to new endpoint streaming logic (Jaroslav Kysela) [664586] | |
- [alsa] usb: implement new endpoint streaming model (Jaroslav Kysela) [664586] | |
- [alsa] usb: add snd_usb_audio-wide mutex (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Fix build error by consitification of rate list (Jaroslav Kysela) [664586] | |
- [alsa] usx2y: Fix typo in usbusx2yaudio.c and usx2yhwdeppcm.c (Jaroslav Kysela) [664586] | |
- [alsa] snd-usb-caiaq: Fix the return of XRUN (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: avoid integer overflow in create_fixed_stream_quirk() (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: add Edirol UM-3G support (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Avoid flood of frame-active debug messages (Jaroslav Kysela) [664586] | |
- [alsa] snd-usb-us122l: Delete calls to preempt_disable (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: fix possible hang and overflow in parse_uac2_sample_rate_range() (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: convert sound/* to use module_usb_driver() (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: add Yamaha MOX6/MOX8 support (Jaroslav Kysela) [664586] | |
- [alsa] usb: added VOX ToneLab ST midi handling (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Support for Roland GAIA SH-01 Synthesizer (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Use kmemdup rather than duplicating its implementation (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: add Logitech HD Webcam c510 to quirk-384 (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Fix the missing volume quirks at delayed init (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Fix possible access over audio_feature_info[] array (Jaroslav Kysela) [664586] | |
- [alsa] snd-usb-caiaq: Add support for Maschine (Jaroslav Kysela) [664586] | |
- [alsa] snd-usb-caiaq: Fix NULL dereference in input.c (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: increase control transfer timeout (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Check for possible chip NULL pointer before clearing probing flag (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: clear chip->probing on error exit (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Added support for Roland UM-ONE midi-usb interface (Jaroslav Kysela) [664586] | |
- [alsa] usb: move code from urb.c to endpoint.c (Jaroslav Kysela) [664586] | |
- [alsa] usb: re-order code (Jaroslav Kysela) [664586] | |
- [alsa] usb: re-order the Makefile (Jaroslav Kysela) [664586] | |
- [alsa] usb: refine delay information with USB frame counter (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: add Starr Labs USB MIDI support (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Check the dB-range validity in the later read, too (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Fix missing mixer dB information (Jaroslav Kysela) [664586] | |
- [alsa] snd-usb-caiaq: track submitted output urbs (Jaroslav Kysela) [664586] | |
- [alsa] snd-usb-caiaq: Correct offset fields of outbound iso_frame_desc (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Add quirk for BOSS Micro BR-80 (Jaroslav Kysela) [664586] | |
- [alsa] snd-usb-caiaq: Fix keymap for RigKontrol3 (Jaroslav Kysela) [664586] | |
- [alsa] usb: Fix uninitialized variable usage (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: add quirk for Keith McMillen StringPort (Jaroslav Kysela) [664586] | |
- [alsa] usb: operate on given mixer interface only (Jaroslav Kysela) [664586] | |
- [alsa] usb: avoid dividing by zero on invalid input (Jaroslav Kysela) [664586] | |
- [alsa] usb: Accept UAC2 FORMAT_TYPE descriptors with bLength > 6 (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Add quirk for Roland / BOSS BR-800 (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Add quirks for M-Audio Fast Track Pro and Quattro (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: replace "void *" with more specific pointers (Jaroslav Kysela) [664586] | |
- [alsa] usb: turn off de-emphasis in s/pdif for cm6206 (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: more control quirks for M-Audio FastTrack devices (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: add new quirk type QUIRK_AUDIO_STANDARD_MIXER (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: export snd_usb_feature_unit_ctl (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: rework add_control_to_empty() (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: move assignment of chip->ctrl_intf (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Add support for USB X-Fi S51 Pro (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: handle "Fast Track Ultra" with USB_DEVICE_VENDOR_SPEC() (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: assume valid clock (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: add quirks for Roland GR-55 (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Add quirk for KORG PANDORA PX5D MIDI interface (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: remove invalid extra mixers for Komplete Audio 6 (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: include format.h in format.c (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: make hwc_debug a noop in case HW_CONST_DEBUG is not set (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Terratec Aureon 7.1 USB ID as C-Media cm6206 quirks (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Don't expose broken dB ranges (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Add quirks for Audio Kontrol 6 (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: define another USB ID for a buggy USB MIDI cable (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Support for Boss JS-8 Jam Station (Jaroslav Kysela) [664586] | |
- [alsa] usb: Remove trailing spaces from USB card name strings (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: implement USB autosuspend (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: fix suspend/resume (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Add "cval->res = 384" quirk for Logitech Webcam C600 (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Add volume range check and warn if it too big (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: fix oops due to cleanup race when disconnecting (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: reconstruct some dispatcher functions to use switch-case (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: add support for Native Instruments MK2 devices (Jaroslav Kysela) [664586] | |
- [alsa] snd-usb-caiaq: Add support for Traktor Audio 2 (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Enable the E-MU 0204 USB (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: add Cakewalk UM-1G support (Jaroslav Kysela) [664586] | |
- [alsa] usb/6fire: Driver for TerraTec DMX 6Fire USB (Jaroslav Kysela) [664586] | |
- [alsa] snd-usb-us122l: Fix missing NULL checks (Jaroslav Kysela) [664586] | |
- [alsa] snd-usb-us122l: Fix MIDI output (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: add Edirol SD-90 PCM support (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: use enum control info helper (Jaroslav Kysela) [664586] | |
- [alsa] usb: fixed typos (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Support for Power/Status LED on Creative USB X-Fi S51 (Jaroslav Kysela) [664586] | |
- [alsa] usb: driver neglects kmalloc return value check and may deref NULL (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: automatically detect feedback format (Jaroslav Kysela) [664586] | |
- [alsa] usb: Creative USB X-Fi volume knob support (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: add Novation Launchpad support (Jaroslav Kysela) [664586] | |
- [alsa] usb/usx2y: simplify conditional (Jaroslav Kysela) [664586] | |
- [alsa] usb/mixer: remove bogus cast (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Fix an unused-variable compile warning (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: add more Yamaha USB MIDI devices (Jaroslav Kysela) [664586] | |
- [alsa] snd-usb-caiaq: Add support for Traktor Kontrol S4 (Jaroslav Kysela) [664586] | |
- [alsa] snd-usb-caiaq: drop version number (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: fix Fast Track Ultra (8R) 44.1 sample rates (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: add BOSS ME-25 support (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: add Roland A-PRO support (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: add Edirol PCR-1 PCM support (Jaroslav Kysela) [664586] | |
- [alsa] usb: Release capture substream URBs properly (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: fix detection of vendor-specific device protocol settings (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Assume first control interface is for audio (Jaroslav Kysela) [664586] | |
- [alsa] usb: USB3 SuperSpeed sound support (Jaroslav Kysela) [664586] | |
- [alsa] sound/usb/format: silence uninitialized variable warnings (Jaroslav Kysela) [664586] | |
- [alsa] usb: Correct audio problem for Hauppage HVR-850 and others rel. to urb data align (Jaroslav Kysela) [664586] | |
- [alsa] usb: fix comnment/printk typos concerning "empty" (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: silence a superfluous warning (Jaroslav Kysela) [664586] | |
- [alsa] usb: Fix compile error with CONFIG_SND_DEBUG_VERBOSE=y (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: simplify control interface access (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: move and add some comments (Jaroslav Kysela) [664586] | |
- [alsa] usb-midi: whitespace fixes (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: unify UAC macros and struct names (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: clean up includes in clock.c (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Add volume resolution quirk for some Logitech webcams (Jaroslav Kysela) [664586] | |
- [alsa] usb/endpoint: fix dangling pointer use (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: fix UAC2 control value queries (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: parse UAC2 sample rate ranges correctly (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: fix control messages for USB_RECIP_INTERFACE (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: add check for faulty clock in parse_audio_format_rates_v2() (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: export UAC2 clock selectors as mixer controls (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: clean up find_audio_control_unit() (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: add UAC2 sepecific Feature Unit controls (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: unify constants from specification (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: parse clock topology of UAC2 devices (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: support partially write-protected UAC2 controls (Jaroslav Kysela) [664586] | |
- [alsa] audio-v2.h: add more UAC2 details (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: UAC2: clean up parsing of bmaControls (Jaroslav Kysela) [664586] | |
- [alsa] snd-usb-caiaq: Bump version number to 1.3.21 (Jaroslav Kysela) [664586] | |
- [alsa] Revert: snd-usb-caiaq: Set default input mode of A4DJ (Jaroslav Kysela) [664586] | |
- [alsa] snd-usb-caiaq: Simplify single case to an 'if' (Jaroslav Kysela) [664586] | |
- [alsa] snd-usb-caiaq: Restore 'Control vinyl' input mode on A4DJ (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: fix feature unit parser for UAC2 (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: add support for UAC2 pitch control (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: parse UAC2 endpoint descriptors correctly (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: fix return values (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: parse more format descriptors with structs (Jaroslav Kysela) [664586] | |
- [alsa] usb/caiaq: fix Traktor Kontrol X1 ABS_HAT2X axis (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: add support for Akai MPD16 (Jaroslav Kysela) [664586] | |
- [alsa] usb: fixup for usb_buffer_alloc/free rename (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: fix selector unit string index accessor (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: include/usb/*.h checkpatch cleanup (Jaroslav Kysela) [664586] | |
- [alsa] sound/usb: add preliminary support for UAC2 interrupts (Jaroslav Kysela) [664586] | |
- [alsa] audio.h: add __attribute__((packed)) to uac_iso_endpoint_descriptor (Jaroslav Kysela) [664586] | |
- [alsa] sound/usb: fix UAC1 regression (Jaroslav Kysela) [664586] | |
- [alsa] usbmixer: use get_iface_desc() rather than direct structure (Jaroslav Kysela) [664586] | |
- [alsa] usb: update gfp/slab.h includes (Jaroslav Kysela) [664586] | |
- [alsa] usb pcm: use of kmalloc requires the include of slab.h (Jaroslav Kysela) [664586] | |
- [alsa] usb: use of kmalloc/kfree requires the include of slab.h (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Add basic support for M-Audio Fast Track Ultra series (Jaroslav Kysela) [664586] | |
- [alsa] usb-mixer: Add support for Audio Class v2.0 (Jaroslav Kysela) [664586] | |
- [alsa] usb-mixer: parse descriptors with structs (Jaroslav Kysela) [664586] | |
- [alsa] usbmixer: rename usbmixer.[ch] -> mixer.[ch] (Jaroslav Kysela) [664586] | |
- [alsa] usb-mixer: use defines from audio.h (Jaroslav Kysela) [664586] | |
- [alsa] usb: fix usb build error when PM is not enabled (Jaroslav Kysela) [664586] | |
- [alsa] audio.h: split parts of header into audio-v2.h (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: add support for samplerate setting on v2 devices (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: support multiple formats with audio class v2 devices (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: use a format bitmask per alternate setting (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: rename substream format field to altset_idx (Jaroslav Kysela) [664586] | |
- [alsa] usb-mixer: factor out quirks (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: refactor code (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: header file cleanups (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: move ua101 driver (Jaroslav Kysela) [664586] | |
- [alsa] usb/caiaq: Add support for Traktor Kontrol X1 (Jaroslav Kysela) [664586] | |
- [alsa] ua101: add Edirol UA-1000 support (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Fix wrong bitrate for Creative Creative VF0470 Live Cam (Jaroslav Kysela) [664586] | |
- [alsa] sound/usb/caiaq/midi.h: Checkpatch cleanup (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: remove debug "SAMPLE BYTES" printk line (Jaroslav Kysela) [664586] | |
- [alsa] audio.h: Fix field order in uac_format_type_i_ext_descriptor (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: consolidate header files (Jaroslav Kysela) [664586] | |
- [alsa] usbmixer: bail out early when parsing audio class v2 descriptors (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: implement basic set of class v2.0 parser (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: introduce new types for audio class v2 (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: parse USB descriptors with structs (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Mbox support, output only (Jaroslav Kysela) [664586] | |
- [alsa] usbmixer: use MAX_ID_ELEMS where possible (Jaroslav Kysela) [664586] | |
- [alsa] usbmixer: add usb_id value to usbmixer proc file (Jaroslav Kysela) [664586] | |
- [alsa] usbmixer: introduce /proc/asound/card#/usbmixer file (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: MIDI support for Access Music VirusTI (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: reduce MIDI packet size to work around broken firmware (Jaroslav Kysela) [664586] | |
- [alsa] usbmixer: add possibility to remap dB values (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: use usbquirk.h for detection of HVR-950Q/850 (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: relax urb data align. restriction HVR-950Q and HVR-850 only (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: make buffer pointer based on bytes instead on frames (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: Added functionality for E-mu 0404USB/0202USB/TrackerPre (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: use vmalloc buffer helper functions (Jaroslav Kysela) [664586] | |
- [alsa] add Edirol UA-101 support (Jaroslav Kysela) [664586] | |
- [alsa] snd-usb-us122l: add product IDs of US-122MKII and US-144MKII (Jaroslav Kysela) [664586] | |
- [alsa] usb: Fix mixer map for Hercules Gamesurround Muse Pocket LT (Jaroslav Kysela) [664586] | |
- [alsa] usbmidi: Use hweight16 (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: add Roland UA-1G support (Jaroslav Kysela) [664586] | |
- [alsa] usxxx: cleanup chip field (Jaroslav Kysela) [664586] | |
- [alsa] usb: make the USB MIDI module more independent (0/268) (Jaroslav Kysela) [664586] | |
- [alsa] usbaudio: allow switching altsetting on Roland USB MIDI devices (Jaroslav Kysela) [664586] | |
- [alsa] snd-usb-us122l: corrent error number for not probing US-144 on ehci-hcd (Jaroslav Kysela) [664586] | |
- [alsa] snd-usb-us122l: add support for US-144 (Jaroslav Kysela) [664586] | |
* Thu Oct 11 2012 Jarod Wilson <[email protected]> [2.6.32-329.el6] | |
- [char] ipmi: Fix KABI issues with acpi_ipmi addition (Matthew Garrett) [803653] | |
- [acpi] acpi_ipmi: Add a default handler for IPMI operation regions (Matthew Garrett) [803653] | |
- [char] ipmi: Add a callback to indicate that probing has finished (Matthew Garrett) [803653] | |
- [acpi] ipmi: Reorder makefiles (Matthew Garrett) [803653] | |
- [acpi] acpi_ipmi: Add the IPMI opregion driver to enable ACPI to access BMC controller (Matthew Garrett) [803653] | |
- [char] ipmi: Add one interface to get more info of low-level IPMI device (Matthew Garrett) [803653] | |
- [char] ipmi: fix ACPI detection with regspacing (Matthew Garrett) [803653] | |
- [char] ipmi: convert tracking of the ACPI device pointer to a PNP device (Matthew Garrett) [803653] | |
- [char] ipmi: add PNP discovery (ACPI namespace via PNPACPI) (Matthew Garrett) [803653] | |
- [pnp] pnpacpi: add interface to retrieve ACPI device from a PNPACPI device (Matthew Garrett) [803653] | |
- [pnp] pnpacpi: save struct acpi_device, not just acpi_handle (Matthew Garrett) [803653] | |
- [mm] hugetlb: do not use vma_hugecache_offset() for vma_prio_tree_foreach (Frederic Weisbecker) [843035] {CVE-2012-2133} | |
- [mm] hugepages: fix use after free bug in "quota" handling (Frederic Weisbecker) [843035] {CVE-2012-2133} | |
- [mm] hugetlb: fix pgoff computation when unmapping page from vma (Frederic Weisbecker) [843035] {CVE-2012-2133} | |
- [mm] hugetlb: fix ENOSPC returned by handle_mm_fault() (Frederic Weisbecker) [843035] {CVE-2012-2133} | |
- [block] loop: remove the incorrect write_begin/write_end shortcut (Lukas Czerner) [766815] | |
- [block] loop: Fix discard_alignment default setting (Lukas Czerner) [766815] | |
- [block] loop: fix loop block driver discard and encryption comment (Lukas Czerner) [766815] | |
- [block] loop: add discard support for loop devices (Lukas Czerner) [766815] | |
- [s390] dasd: check count address during online setting (Hendrik Brueckner) [853234] | |
- [scsi] fix softlockup regression on hot remove (Chris Leech) [863077] | |
* Tue Oct 09 2012 Jarod Wilson <[email protected]> [2.6.32-328.el6] | |
- [netdrv] qlge: fix endian issue (Chad Dupuis) [826571] | |
- [netdrv] qlge: Bumped driver version to 1.00.00.31 (Chad Dupuis) [826571] | |
- [netdrv] qlge: Refactoring of ethtool stats (Chad Dupuis) [826571] | |
- [netdrv] qlge: Moving low level frame error to ethtool statistics (Chad Dupuis) [826571] | |
- [netdrv] qlge: Fixed double pci free upon tx_ring->q allocation failure (Chad Dupuis) [826571] | |
- [netdrv] qlge: Added missing case statement to ethtool get_strings (Chad Dupuis) [826571] | |
- [netdrv] qlge: Clean up ethtool set WOL routine (Chad Dupuis) [826571] | |
- [netdrv] qlge: Fix ethtool WOL calls to operate only on devices that support WOL (Chad Dupuis) [826571] | |
- [netdrv] qlge: Cleanup atomic queue threshold check (Chad Dupuis) [826571] | |
- [netdrv] qlge: Fix TX queue stoppage due to full condition (Chad Dupuis) [826571] | |
- [virt] virtio-scsi: fix copying of sg_list in the presence of of HighMem pages (Paolo Bonzini) [816059 840458] | |
- [virt] virtio-scsi: support online resizing of disks (Paolo Bonzini) [840458] | |
- [virt] virtio-scsi: initialize scatterlist structure for events (Paolo Bonzini) [840458] | |
- [virt] virtio-scsi: hotplug support for virtio-scsi (Paolo Bonzini) [840458] | |
- [virt] virtio-scsi: split scatterlist per target (Paolo Bonzini) [841622] | |
- [virt] virtio-scsi: release sg_lock after add_buf (Paolo Bonzini) [841622] | |
- [virt] virtio-scsi: split locking per vq (Paolo Bonzini) [841622] | |
- [virt] virtio-scsi: unlock during kick (Paolo Bonzini) [841622] | |
- [virt] virtio: support unlocked queue kick (Paolo Bonzini) [841622] | |
- [virt] kvm: Add PCIDE bit to the guest/host mask for CR4 (Don Dugger) [736907] | |
- [virt] kvm/vmx: Implement PCID/INVPCID for guests with EPT (Don Dugger) [736907] | |
- [virt] kvm: Add cpuid_update() callback to kvm_x86_ops (Don Dugger) [736907] | |
- [virt] kvm: expose Intel cpu new features (HLE, RTM) to guest (Don Dugger) [736907] | |
- [virt] kvm: retain pvclock guest stopped bit in guest memory (Amit Shah) [739151] | |
- [virt] kvm: fix pvclock guest stopped flag reporting (Amit Shah) [739151] | |
- [virt] kvmclock: remove check_and_clear_guest_paused warning (Amit Shah) [739151] | |
- [virt] kvmclock: remove unneeded EXPORT macro (Amit Shah) [739151] | |
- [virt] watchdog: add check for suspended vm in softlockup detector (Amit Shah) [739151] | |
- [virt] kvm: Add ioctl for KVM_KVMCLOCK_CTRL (Amit Shah) [739151] | |
- [virt] kvmclock: Add functions to check if the host has stopped the vm (Amit Shah) [739151] | |
- [virt] x86, pvclock: Add flag to indicate that a vm was stopped by the host (Amit Shah) [739151] | |
- [scsi] mpt2sas: Bump driver vesion to 13.101.00.00 (Tomas Henzl) [826414] | |
- [scsi] mpt2sas: Fix for panic happening because of improper memory allocation (Tomas Henzl) [826414] | |
- [scsi] mpt2sas: Fix for hard drive going OFFLINE when hard reset issued and simultaneously another hard drive is hot unplugged (Tomas Henzl) [826414] | |
- [scsi] mpt2sas: Set the phy identifier of the end device to the phy number of the parent device it is linked to (Tomas Henzl) [826414] | |
- [scsi] mpt2sas: While enabling phy, read the current port number from sas iounit page 0 instead of page 1 (Tomas Henzl) [826414] | |
- [scsi] mpt2sas: Fix linux driver sparse errors (Tomas Henzl) [826414] | |
- [scsi] mpt2sas: Fix security scan issues reported by source code analysis tool (Tomas Henzl) [826414] | |
- [scsi] mpt2sas: better protect sas_device, raid_device, and expander_device lists (Tomas Henzl) [826414] | |
- [scsi] mpt2sas: Perform Target Reset instead of HBA reset when a SATA_PASSTHROUGH cmd timeout happens (Tomas Henzl) [826414] | |
- [scsi] mpt2sas: Added multisegment mode support for Linux BSG Driver (Tomas Henzl) [826414] | |
- [scsi] mpt2sas: Removed redundant global mutex for IOCTLs (Tomas Henzl) [826414] | |
- [scsi] mpt2sas: MPI next revision header update (Tomas Henzl) [826414] | |
- [scsi] mpt2sas: use pci_dev->revision (Tomas Henzl) [826414] | |
- [scsi] mpt2sas: remove extraneous sas_log_info messages (Tomas Henzl) [826414] | |
- [scsi] mpt2sas: spell "primitive" correctly in function prototype (Tomas Henzl) [826414] | |
- [scsi] mpt2sas: Fix mismatch in mpt2sas_base_hard_reset_handler() mutex lock-unlock (Tomas Henzl) [826414] | |
- [netdrv] bnx2x: fix rx performance regression due to small ring size (Michal Schmidt) [862244] | |
* Tue Oct 09 2012 Jarod Wilson <[email protected]> [2.6.32-327.el6] | |
- [fs] xfs: handle EOF correctly in xfs_vm_writepage (Dave Chinner) [859242] | |
- [fs] xfs: really fix the cursor leak in xfs_alloc_ag_vextent_near (Dave Chinner) [859242] | |
- [fs] xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_near (Dave Chinner) [859242] | |
- [fs] xfs: kill copy and paste segment checks in xfs_file_aio_read (Dave Chinner) [859242] | |
- [fs] xfs: xfs_vm_writepage clear iomap_valid when !buffer_uptodate (REV2) (Dave Chinner) [859242] | |
- [fs] xfs: switch to proper __bitwise type for KM_... flags (Dave Chinner) [859242] | |
- [fs] xfs: add trace points for log forces (Dave Chinner) [859242] | |
- [fs] xfs: fix memory reclaim deadlock on agi buffer (Dave Chinner) [859242] | |
- [fs] xfs: stop the sync worker before xfs_unmountfs (Dave Chinner) [737529] | |
- [fs] xfs: flush outstanding buffers on log mount failure (Dave Chinner) [737529] | |
- [fs] xfs: prevent recursion in xfs_buf_iorequest (Dave Chinner) [859242] | |
- [fs] xfs: Properly exclude IO type flags from buffer flags (Dave Chinner) [859242] | |
- [fs] xfs: use iolock on XFS_IOC_ALLOCSP calls (Dave Chinner) [859242] | |
- [fs] xfs: use kmem_zone_zalloc for buffers (Dave Chinner) [859242] | |
- [fs] xfs: fix incorrect b_offset initialisation (Dave Chinner) [859242] | |
- [fs] xfs: check for buffer errors before waiting (Dave Chinner) [859242] | |
- [fs] xfs: fix buffer lookup race on allocation failure (Dave Chinner) [859242] | |
- [fs] xfs: Use preallocation for inodes with extsz hints (Dave Chinner) [859242] | |
- [fs] xfs: limit specualtive delalloc to maxioffset (Dave Chinner) [859242] | |
- [fs] xfs: don't assert on delalloc regions beyond EOF (Dave Chinner) [859242] | |
- [fs] xfs: prevent needless mount warning causing test failures (Dave Chinner) [859242] | |
- [fs] xfs: punch new delalloc blocks out of failed writes inside EOF. (Dave Chinner) [859242] | |
- [fs] xfs: page type check in writeback only checks last buffer (Dave Chinner) [859242] | |
- [fs] xfs: using GFP_NOFS for blkdev_issue_flush (Dave Chinner) [859242] | |
- [fs] xfs: punch all delalloc blocks beyond EOF on write failure. (Dave Chinner) [859242] | |
- [fs] xfs: use shared ilock mode for direct IO writes by default (Dave Chinner) [807503] | |
- [fs] xfs: push the ilock into xfs_zero_eof (Dave Chinner) [807503] | |
- [fs] xfs: reduce ilock hold times in xfs_setattr_size (Dave Chinner) [807503] | |
- [fs] xfs: reduce ilock hold times in xfs_file_aio_write_checks (Dave Chinner) [807503] | |
- [fs] xfs: avoid taking the ilock unnessecarily in xfs_qm_dqattach (Dave Chinner) [807503] | |
- [fs] xfs: Ensure inode reclaim can run during quotacheck (Dave Chinner) [859242] | |
- [fs] xfs: don't fill statvfs with project quota for a directory (Dave Chinner) [859242] | |
- [fs] xfs: add lots of attribute trace points (Dave Chinner) [859242] | |
- [fs] xfs: fix fstrim offset calculations (Dave Chinner) [859242] | |
- [fs] xfs: Account log unmount transaction correctly (Dave Chinner) [859242] | |
- [fs] xfs: trace xfs_name strings correctly (Dave Chinner) [859242] | |
- [fs] xfs: don't defer metadata allocation to the workqueue (Dave Chinner) [693280] | |
- [fs] xfs: introduce an allocation workqueue (Dave Chinner) [693280] | |
- [fs] xfs: Fix open flag handling in open_by_handle code (Dave Chinner) [859242] | |
- [fs] xfs: fix deadlock in xfs_rtfree_extent (Dave Chinner) [859242] | |
- [fs] xfs: fallback to vmalloc for large buffers in xfs_getbmap (Dave Chinner) [858353] | |
- [fs] xfs: fallback to vmalloc for large buffers in xfs_attrmulti_attr_get (Dave Chinner) [858353] | |
- [fs] xfs: reimplement fdatasync support (Dave Chinner) [845233] | |
- [fs] xfs: split in-core and on-disk inode log item fields (Dave Chinner) [845233] | |
- [fs] xfs: make xfs_inode_item_size idempotent (Dave Chinner) [845233] | |
- [fs] xfs: log timestamp updates (Dave Chinner) [845233] | |
- [fs] xfs: log file size updates at I/O completion time (Dave Chinner) [845233] | |
- [fs] xfs: log file size updates as part of unwritten extent conversion (Dave Chinner) [845233] | |
- [fs] xfs: do not require an ioend for new EOF calculation (Dave Chinner) [845233] | |
- [fs] xfs: only take the ILOCK in xfs_reclaim_inode() (Dave Chinner) [845233] | |
- [fs] xfs: split and cleanup xfs_log_reserve (Dave Chinner) [854465] | |
- [fs] xfs: share code for grant head availability checks (Dave Chinner) [854465] | |
- [fs] xfs: share code for grant head wakeups (Dave Chinner) [854465] | |
- [fs] xfs: share code for grant head waiting (Dave Chinner) [854465] | |
- [fs] xfs: add xlog_grant_head_wake_all (Dave Chinner) [854465] | |
- [fs] xfs: add xlog_grant_head_init (Dave Chinner) [854465] | |
- [fs] xfs: add the xlog_grant_head structure (Dave Chinner) [854465] | |
- [fs] xfs: remove log space waitqueues (Dave Chinner) [854465] | |
- [fs] xfs: cleanup xfs_log_space_wake (Dave Chinner) [854465] | |
- [fs] xfs: remove xfs_trans_unlocked_item (Dave Chinner) [854465] | |
- [fs] xfs: do exact log space wakeups in xlog_ungrant_log_space (Dave Chinner) [854465] | |
- [fs] xfs: split tail_lsn assignments from log space wakeups (Dave Chinner) [854465] | |
- [fs] xfs: xfs_trans_add_item() - don't assign in ASSERT() when compare is intended (Dave Chinner) [859242] | |
- [fs] xfs: show uuid when mount fails due to duplicate uuid (Dave Chinner) [859242] | |
- [fs] xfs: pass KM_SLEEP flag to kmem_realloc() in xlog_recover_add_to_cnt_trans() (Dave Chinner) [859242] | |
- [fs] xfs: cleanup xfs_file_aio_write (Dave Chinner) [845233] | |
- [fs] xfs: always return with the iolock held from xfs_file_aio_write_checks (Dave Chinner) [845233] | |
- [fs] xfs: remove the i_new_size field in struct xfs_inode (Dave Chinner) [845233] | |
- [fs] xfs: remove the i_size field in struct xfs_inode (Dave Chinner) [845233] | |
- [fs] xfs: make i_flags an unsigned long (Dave Chinner) [845233] | |
- [fs] xfs: fix force shutdown handling in xfs_end_io (Dave Chinner) [845233] | |
- [fs] xfs: simplify xfs_qm_detach_gdquots (Dave Chinner) [859242] | |
- [fs] xfs: make sure to really flush all dquots in xfs_qm_quotacheck (Dave Chinner) [859242] | |
- [fs] xfs: untangle SYNC_WAIT and SYNC_TRYLOCK meanings for xfs_qm_dqflush (Dave Chinner) [859242] | |
- [fs] xfs: fix allocation length overflow in xfs_bmapi_write() (Dave Chinner) [859242] | |
- [fs] xfs: do not flush data workqueues in xfs_flush_buftarg (Dave Chinner) [859242] | |
- [fs] xfs: use xfs_ioerror_alert in xfs_buf_iodone_callbacks (Dave Chinner) [859242] | |
- [fs] xfs: clean up xfs_ioerror_alert (Dave Chinner) [859242] | |
- [fs] xfs: clean up buffer allocation (Dave Chinner) [859242] | |
- [fs] xfs: optimize fsync on directories (Dave Chinner) [859242] | |
- [fs] xfs: reduce the number of log forces from tail pushing (Dave Chinner) [859242] | |
- [fs] xfs: Dont allocate new buffers on every call to _xfs_buf_find (Dave Chinner) [859242] | |
- [fs] xfs: XFS_TRANS_SWAPEXT is not a valid flag for xfs_trans_commit (Dave Chinner) [859242] | |
- [fs] xfs: don't ignore error code from xfs_bmbt_update (Dave Chinner) [859242] | |
- [fs] xfs: Check the return value of xfs_trans_get_buf() (Dave Chinner) [859242] | |
- [fs] xfs: Check the return value of xfs_buf_get() (Dave Chinner) [859242] | |
- [fs] xfs: improve ioend error handling (Dave Chinner) [807503] | |
- [fs] xfs: wait for I/O completion when writing out pages in xfs_setattr_size (Dave Chinner) [807503] | |
- [fs] xfs: reduce ioend latency (Dave Chinner) [807503] | |
- [fs] xfs: defer AIO/DIO completions (Dave Chinner) [807503] | |
- [fs] xfs: remove dead ENODEV handling in xfs_destroy_ioend (Dave Chinner) [807503] | |
- [fs] xfs: Fix oops on IO error during xlog_recover_process_iunlinks() (Dave Chinner) [859242] | |
- [fs] xfs: fix nfs export of 64-bit inodes numbers on 32-bit kernels (Dave Chinner) [859242] | |
- [fs] xfs: fix attr2 vs large data fork assert (Dave Chinner) [859242] | |
- [fs] xfs: use doalloc flag in xfs_qm_dqattach_one() (Dave Chinner) [859242] | |
- [fs] xfs: Return -EIO when xfs_vn_getattr() failed (Dave Chinner) [859242] | |
- [fs] xfs: use a cursor for bulk AIL insertion (Dave Chinner) [859242] | |
- [fs] xfs: start periodic workers later (Dave Chinner) [859242] | |
- [fs] xfs: fix possible overflow in xfs_ioc_trim() (Dave Chinner) [700324] | |
- [fs] xfs: fix endian conversion issue in discard code (Dave Chinner) [700324] | |
- [fs] xfs: do not discard alloc btree blocks (Dave Chinner) [700324] | |
- [fs] xfs: add online discard support (Dave Chinner) [700324] | |
- [fs] xfs: fix buffer flushing during unmount (Dave Chinner) [737529] | |
- [fs] xfs: force buffer writeback before blocking on the ilock in inode reclaim (Dave Chinner) [737529] | |
- [fs] xfs: fix xfs_mark_inode_dirty during umount (Dave Chinner) [737529] | |
- [fs] xfs: fix error handling for synchronous writes (Dave Chinner) [845233] | |
- [fs] xfs: log all dirty inodes in xfs_fs_sync_fs (Dave Chinner) [845233] | |
- [fs] xfs: log the inode in ->write_inode calls for kupdate (Dave Chinner) [845233] | |
- [fs] xfs: fix ->write_inode return values (Dave Chinner) [845233] | |
- [fs] Documentation: Correct s_umount state for freeze_fs/unfreeze_fs (Eric Sandeen) [768304] | |
- [fs] missed mnt_drop_write() in do_dentry_open() (Eric Sandeen) [768304] | |
- [fs] ext2: Implement freezing (Eric Sandeen) [768304] | |
- [fs] btrfs: Convert to new freezing mechanism (Eric Sandeen) [768304] | |
- [fs] fuse: Convert to new freezing mechanism (Eric Sandeen) [768304] | |
- [fs] ext3: Enable the new freeze paths w/ the special KABI flag (Eric Sandeen) [768304] | |
- [fs] gfs2: Convert to new freezing mechanism (Eric Sandeen) [768304] | |
- [fs] xfs: Convert to new freezing code (Eric Sandeen) [768304] | |
- [fs] ext4: Convert to new freezing mechanism (Eric Sandeen) [768304] | |
- [fs] ext4: allow an active handle to be started when freezing (Eric Sandeen) [768304] | |
- [fs] ext4: fix freeze deadlock under IO (Eric Sandeen) [768304] | |
- [fs] ext4: don't return to userspace after freezing the fs with a mutex held (Eric Sandeen) [768304] | |
- [fs] Use old freeze mechanism when appropriate (Eric Sandeen) [768304] | |
- [fs] Protect write paths by sb_start_write - sb_end_write (Eric Sandeen) [768304] | |
- [fs] Skip atime update on frozen filesystem (Eric Sandeen) [768304] | |
- [fs] Add freezing handling to mnt_want_write() / mnt_drop_write() (Eric Sandeen) [768304] | |
- [fs] Add old freeze paths back in; use if FS_HAS_NEW_FREEZE fs flag is not set (Eric Sandeen) [768304] | |
- [fs] Improve filesystem freezing handling (Eric Sandeen) [768304] | |
- [fs] Move grabbing s_umount to callers of grab_super() (Eric Sandeen) [768304] | |
- [fs] get rid of open-coded grab_super() in get_active_super() (Eric Sandeen) [768304] | |
- [fs] nfsd: Push mnt_want_write() outside of i_mutex (Eric Sandeen) [768304] | |
- [fs] new helpers: fh_{want,drop}_write() (Eric Sandeen) [768304] | |
- [fs] nfsd: link returns nfserr_delay when breaking lease (Eric Sandeen) [768304] | |
- [fs] nfsd: don't leak dentry count on mnt_want_write failure (Eric Sandeen) [768304] | |
- [fs] btrfs: Push mnt_want_write() outside of i_mutex (Eric Sandeen) [768304] | |
- [fs] fat: Push mnt_want_write() outside of i_mutex (Eric Sandeen) [768304] | |
- [fs] Push mnt_want_write() outside of i_mutex (Eric Sandeen) [768304] | |
- [fs] mm: Continue to update file time in fault paths for OOT filesystems (Eric Sandeen) [768304] | |
- [fs] mm: Make default vm_ops provide ->page_mkwrite handler (Eric Sandeen) [768304] | |
- [fs] mm: Update file times from fault path only if .page_mkwrite is not set (Eric Sandeen) [768304] | |
- [fs] sysfs: Push file_update_time() into bin_page_mkwrite() (Eric Sandeen) [768304] | |
- [fs] gfs2: Push file_update_time() into gfs2_page_mkwrite() (Eric Sandeen) [768304] | |
- [fs] Push file_update_time() into __block_page_mkwrite() (Eric Sandeen) [768304] | |
- [fs] fb_defio: Push file_update_time() into fb_deferred_io_mkwrite() (Eric Sandeen) [768304] | |
- [fs] pipe: block pipe_write() on a frozen filesystem (Eric Sandeen) [768304] | |
- [fs] namespace.c: avoid panic for NULL mnt_ns in do_add_mount() (Eric Sandeen) [732340] | |
- [fs] ext4: always set then trimmed blocks count into len (Lukas Czerner) [858012] | |
- [fs] ext4: fix trimmed block count accounting (Lukas Czerner) [858012] | |
- [fs] ext4: fix start and len arguments handling in ext4_trim_fs() (Lukas Czerner) [858012] | |
- [fs] xfs: fix race while discarding buffers (Carlos Maiolino) [829066] | |
- [fs] gfs2: Write out dirty inode metadata in delayed deletes (Robert S Peterson) [748827] | |
* Tue Oct 09 2012 Jarod Wilson <[email protected]> [2.6.32-326.el6] | |
- [mm] vmscan: add in_reclaim_compaction (Rik van Riel) [713546 783248] | |
- [mm] vmscan: stop reclaim/compaction earlier due to insufficient progress if !__GFP_REPEAT (Rik van Riel) [713546 783248] | |
- [usb] ch9: define Set SEL and Set Isoch Delay macros (Don Zickus) [836217] | |
- [usb] ch9: add function defines from ch9, USB 3.0 spec (Don Zickus) [836217] | |
- [usb] xhci: fix compilation error for non-PCI based stacks (Don Zickus) [836217] | |
- [usb] xhci: use ioremap_nocache in xhci-plat (Don Zickus) [836217] | |
- [usb] xhci: Fix Compliance Mode on SN65LVPE502CP Hardware (Don Zickus) [836217] | |
- [usb] xhci: Make handover code more robust (Don Zickus) [836217] | |
- [usb] xhci: Fix a logical vs bitwise AND bug (Don Zickus) [836217] | |
- [usb] xhci: Only switch the switchable ports (Don Zickus) [836217] | |
- [usb] xhci: Recognize USB 3.0 devices as superspeed at powerup (Don Zickus) [836217] | |
- [usb] xhci: Switch PPT ports to EHCI on shutdown (Don Zickus) [836217] | |
- [usb] xhci: Fix bug after deq ptr set to link TRB (Don Zickus) [836217] | |
- [usb] xhci: Add Etron XHCI_TRUST_TX_LENGTH quirk (Don Zickus) [836217] | |
- [usb] xhci: Increase reset timeout for Renesas 720201 host (Don Zickus) [836217] | |
- [usb] Add a sysfs file to show LTM capabilities (Don Zickus) [815470] | |
- [usb] Enable Latency Tolerance Messaging (LTM) (Don Zickus) [815470] | |
- [usb] xhci: Export Latency Tolerance Messaging capabilities (Don Zickus) [815470] | |
- [usb] xhci: Fix hang on back-to-back Set TR Deq Ptr commands (Don Zickus) [836217] | |
- [usb] xhci: Add support for root hub port status CAS (Don Zickus) [836217] | |
- [usb] xhci: Increase the timeout for controller save/restore state operation (Don Zickus) [836217] | |
- [usb] xhci: Don't free endpoints in xhci_mem_cleanup() (Don Zickus) [836217] | |
- [usb] xhci: Fix invalid loop check in xhci_free_tt_info() (Don Zickus) [836217] | |
- [usb] xhci: fix resource leak in xhci power loss path (Don Zickus) [836217] | |
- [usb] enable USB2 LPM if port suspend fails (Don Zickus) [836217] | |
- [usb] xhci: Add new short TX quirk for Fresco Logic host (Don Zickus) [836217] | |
- [usb] xhci: testing sizeof xhci_doorbell_array 2 time (Don Zickus) [836217] | |
- [usb] xhci: print URB's expected length in decimal, not hex (Don Zickus) [836217] | |
- [usb] xhci: Add Lynx Point to list of Intel switchable hosts (Don Zickus) [817872] | |
- [usb] xhci: Handle COMP_TX_ERR for isoc tds (Don Zickus) [836217] | |
- [usb] xhci: keep track of ports being resumed and indicate in hub_status_data (Don Zickus) [836217] | |
- [usb] xhci: Correct the #define XHCI_LEGACY_DISABLE_SMI (Don Zickus) [836217] | |
- [usb] xhci: use gfp flags from caller instead of GFP_ATOMIC (Don Zickus) [836217] | |
- [usb] xhci: add XHCI_RESET_ON_RESUME quirk for VIA xhci host (Don Zickus) [836217] | |
- [usb] fix bug of device descriptor got from superspeed device (Don Zickus) [836217] | |
- [usb] xhci: Fix register save/restore order (Don Zickus) [836217] | |
- [usb] xhci: Restore event ring dequeue pointer on resume (Don Zickus) [836217] | |
- [usb] xhci: Don't write zeroed pointers to xHC registers (Don Zickus) [836217] | |
- [usb] xhci: Warn when hosts don't halt (Don Zickus) [836217] | |
- [usb] xhci: don't re-enable IE constantly (Don Zickus) [836217] | |
- [usb] xhci: fix section mismatch in xhci-pci (Don Zickus) [836217] | |
- [usb] xhci: correct to print the true HSEE of USBCMD (Don Zickus) [836217] | |
- [usb] Don't make USB_ARCH_HAS_{XHCI, OHCI, EHCI} depend on USB_SUPPORT (Don Zickus) [836217] | |
- [usb] xhci: add platform driver support (Don Zickus) [836217] | |
- [usb] xhci: update sg tablesize (Don Zickus) [836217] | |
- [usb] xhci: check enqueue pointer advance into dequeue seg (Don Zickus) [836217] | |
- [usb] xhci: Allocate 2 segments for transfer ring (Don Zickus) [836217] | |
- [usb] xhci: dynamic ring expansion (Don Zickus) [836217] | |
- [usb] xhci: set cycle state when allocate rings (Don Zickus) [836217] | |
- [usb] xhci: factor out segments allocation and free function (Don Zickus) [836217] | |
- [usb] xhci: count free TRBs on transfer ring (Don Zickus) [836217] | |
- [usb] xhci: store ring's last segment and segment numbers (Don Zickus) [836217] | |
- [usb] xhci: store ring's type (Don Zickus) [836217] | |
- [usb] xhci: use __ffs() instead of hardcoding shift (Don Zickus) [836217] | |
- [usb] xhci: BESL calculation based on USB2.0 LPM errata (Don Zickus) [836217] | |
- [usb] Set wakeup bits for all children hubs (Don Zickus) [836217] | |
- [usb] xhci: Support device-initiated USB 3.0 resume (Don Zickus) [836217] | |
- [usb] Refactor hub remote wake handling (Don Zickus) [836217] | |
- [usb] xhci: Enable USB 3.0 hub remote wakeup (Don Zickus) [836217] | |
- [usb] Suspend functions before putting dev into U3 (Don Zickus) [836217] | |
- [usb] xhci: Enable remote wakeup for USB3 devices (Don Zickus) [836217] | |
- [usb] xhci: Kick khubd when USB3 resume really completes (Don Zickus) [836217] | |
- [usb] Adding #define in hub_configure() and hcd.c file (Don Zickus) [836217] | |
- [fs] ext4: fix failure exits (Lukas Czerner) [859545] | |
- [fs] ext4: Free resources in some error path in ext4_fill_super (Lukas Czerner) [859545] | |
- [fs] ext4: fix missing iput of root inode for some mount error paths (Lukas Czerner) [859545] | |
- [fs] ext4: avoid hangs in ext4_da_should_update_i_disksize() (Lukas Czerner) [859545] | |
- [fs] ext4: display the correct mount option in /proc/mounts for [no]init_itable (Lukas Czerner) [859545] | |
- [fs] ext4: fix ext4_end_io_dio() racing against fsync() (Lukas Czerner) [859545] | |
- [fs] ext4: fix racy use-after-free in ext4_end_io_dio() (Lukas Czerner) [859545] | |
- [fs] ext4: initialization of ext4_li_mtx needs to be done earlier (Lukas Czerner) [859545] | |
- [md] dm-raid: Fix possible kernel panic from bad index check (Jonathan E Brassow) [855448] | |
- [md] raid10: Add plugging functions (Jonathan E Brassow) [854058] | |
- [md] dm-raid: Validate RAID10 replacement devices (Jonathan E Brassow) [854058] | |
- [md] dm-raid: Move some code to its own function (Jonathan E Brassow) [854058] | |
- [md] raid10: Adjust for no gendisk structure (Jonathan E Brassow) [854058] | |
- [md] dm-raid: Should select MD_RAID10 module (Jonathan E Brassow) [854058] | |
- [md] dm-raid: Support RAID10 (Jonathan E Brassow) [854058] | |
- [md] raid10: export md_raid10_congested (Jonathan E Brassow) [854058] | |
- [md] raid: Move macros (Jonathan E Brassow) [854058] | |
- [md] raid1: rename mirror_info struct (Jonathan E Brassow) [854058] | |
- [md] raid10: Rename mirror_info struct (Jonathan E Brassow) [854058] | |
- [md] raid10: Fix compiler warning (Jonathan E Brassow) [854058] | |
- [dm] dm-raid: Use md_error (Jonathan E Brassow) [854058] | |
- [scsi] scsi_dh_rdac: minor return fix for rdac (Rob Evers) [822984] | |
- [scsi] scsi_dh_rdac: Consolidate rdac strings together (Rob Evers) [822984] | |
- [scsi] scsi_dh_rdac: Add a new netapp vendor/product string (Rob Evers) [822984] | |
- [firmware] netxen_nic: add firmware version 4.0.588 (Veaceslav Falico) [826664] | |
* Mon Oct 08 2012 Jarod Wilson <[email protected]> [2.6.32-325.el6] | |
- [fs] Check for immutable/append flag in fallocate path (Lukas Czerner) [739101] | |
- [fs] ext4: remove restrictive checks for EOFBLOCKS_FL (Lukas Czerner) [739101] | |
- [fs] ext4: fix kernel BUG on large-scale rm -rf commands (Lukas Czerner) [739101] | |
- [fs] ext4: fix hole punch failure when depth is greater than 0 (Lukas Czerner) [739101] | |
- [fs] ext4: hole-punch use truncate_pagecache_range (Lukas Czerner) [739101] | |
- [mm] add truncate_pagecache_range() (Lukas Czerner) [739101] | |
- [fs] ext4: correct ext4_punch_hole return codes (Lukas Czerner) [739101] | |
- [fs] ext4: give more helpful error message in ext4_ext_rm_leaf() (Lukas Czerner) [739101] | |
- [fs] ext4: remove unused code from ext4_ext_map_blocks() (Lukas Czerner) [739101] | |
- [fs] ext4: rewrite punch hole to use ext4_ext_remove_space() (Lukas Czerner) [739101] | |
- [fs] ext4: correctly handle pages w/o buffers in ext4_discard_partial_buffers() (Lukas Czerner) [739101] | |
- [fs] ext4: remove messy logic from ext4_ext_rm_leaf (Lukas Czerner) [739101] | |
- [fs] ext4: only call ext4_jbd2_file_inode when an inode has been extended (Lukas Czerner) [739101] | |
- [fs] ext4: fix 2nd xfstests 127 punch hole failure (Lukas Czerner) [739101] | |
- [fs] ext4: teach ext4_ext_split to calculate extents efficiently (Lukas Czerner) [739101] | |
- [fs] ext4: Fix flag testing in ext4_ext_insert_extent() (Lukas Czerner) [739101] | |
- [fs] ext4: let ext4_discard_partial_buffers handle unaligned range correctly (Lukas Czerner) [739101] | |
- [fs] ext4: return ENOMEM if find_or_create_pages fails (Lukas Czerner) [739101] | |
- [fs] ext4: move vars to local scope in ext4_discard_partial_page_buffers_no_lock() (Lukas Czerner) [739101] | |
- [fs] ext4: fix xfstests 75, 112, 127 punch hole failure (Lukas Czerner) [739101] | |
- [fs] ext4: Add new ext4_discard_partial_page_buffers routines (Lukas Czerner) [739101] | |
- [fs] ext4: add action of moving index in ext4_ext_rm_idx for Punch Hole (Lukas Czerner) [739101] | |
- [fs] ext4: punch hole optimizations: skip un-needed extent lookup (Lukas Czerner) [739101] | |
- [fs] ext4: enable "punch hole" functionality (Lukas Czerner) [739101] | |
- [fs] ext4: add "punch hole" flag to ext4_map_blocks() (Lukas Czerner) [739101] | |
- [fs] ext4: punch out extents (Lukas Czerner) [739101] | |
- [fs] ext4: add new function ext4_block_zero_page_range() (Lukas Czerner) [739101] | |
- [fs] ext4: add flag to ext4_has_free_blocks (Lukas Czerner) [739101] | |
- [fs] ext4: fix endianness breakage in ext4_split_extent_at() (Lukas Czerner) [739101] | |
- [fs] ext4: add ext4_split_extent_at() and ext4_split_extent() (Lukas Czerner) [739101] | |
- [fs] ext4: add a function merging extents right and left (Lukas Czerner) [739101] | |
- [fs] ext4: rename {ext, idx}_pblock and inline small extent functions (Lukas Czerner) [739101] | |
- [fs] ext4: Add flags and structure used in ext4_ext_map_blocks() (Lukas Czerner) [739101] | |
- [mm] fix possible cause of a page_mapped BUG (Lukas Czerner) [739101] | |
- [fs] make the feature checks in ->fallocate future proof (Lukas Czerner) [739101] | |
- [fs] btrfs: fail if we try to use hole punch (Lukas Czerner) [739101] | |
- [fs] gfs2: fail if we try to use hole punch (Lukas Czerner) [739101] | |
- [fs] ext4: fail if we try to use hole punch (Lukas Czerner) [739101] | |
- [fs] xfs: handle hole punching via fallocate properly (Lukas Czerner) [739101] | |
- [fs] add hole punching to fallocate (Lukas Czerner) [739101] | |
- [fs] nfs: prevent race that allowed use of freed layout in _pnfs_return_layout (Steve Dickson) [858361] | |
- [fs] nfs: need to put_layout_hdr on _pnfs_return_layout error path (Steve Dickson) [858361] | |
- [fs] nfs: fix several problems with _pnfs_return_layout (Steve Dickson) [858361] | |
- [fs] nfs: fix pnfs regression with directio writes (Steve Dickson) [858361] | |
- [fs] nfs: fix pnfs regression with directio reads (Steve Dickson) [858361] | |
- [fs] nfs: Create an write_pageio_init() function (Steve Dickson) [858361] | |
- [fs] nfs: Create an read_pageio_init() function (Steve Dickson) [858361] | |
- [fs] nfs: Fix list manipulation snafus in fs/nfs/direct.c (Steve Dickson) [858361] | |
- [fs] nfs: Initialise commit_info.rpc_out when !defined(CONFIG_nfs_V4) (Steve Dickson) [858361] | |
- [fs] nfs: Fix a refcounting issue in O_DIRECT (Steve Dickson) [858361] | |
- [fs] nfs: fix directio refcount bug on commit (Steve Dickson) [858361] | |
- [fs] nfs: Fix a commit bug (Steve Dickson) [858361] | |
- [fs] nfs: Fix a bad reference count issue in the pnfs commit code (Steve Dickson) [858361] | |
- [fs] nfs: Clean up - Simplify reference counting in fs/nfs/direct.c (Steve Dickson) [858357] | |
- [fs] nfs: Clean up - Rename nfs_unlock_request and nfs_unlock_request_dont_release (Steve Dickson) [858357] | |
- [fs] nfs: Clean up - simplify nfs_lock_request() (Steve Dickson) [858357] | |
- [fs] nfs: nfs_set_page_writeback no longer needs to reference the page (Steve Dickson) [858357] | |
- [fs] nfs: Prevent a deadlock in the new writeback code (Steve Dickson) [858357] | |
- [fs] nfs: Fix sparse warnings (Steve Dickson) [858357] | |
- [fs] nfs: COMMIT does not need post-op attributes (Steve Dickson) [858357] | |
- [fs] nfs: Dont request cache consistency attributes on some writes (Steve Dickson) [858357] | |
- [fs] nfs: Simplify the nfs_read_completion functions (Steve Dickson) [858357] | |
- [fs] nfs: Clean up nfs read and write error paths (Steve Dickson) [858357] | |
- [fs] nfs: Read cleanups (Steve Dickson) [858357] | |
- [fs] nfs: Use kmem_cache_zalloc() in nfs_direct_req_alloc (Steve Dickson) [858357] | |
- [fs] nfs: Fix O_DIRECT compile warnings (Steve Dickson) [857110] | |
- [fs] nfs: Simplify O_DIRECT page referencing (Steve Dickson) [857110] | |
- [fs] nfs: O_DIRECT pgio_completion_ops error_cleanup must unlock the request (Steve Dickson) [857110] | |
- [fs] nfs: Ensure that we break out of read/write_schedule_segment on error (Steve Dickson) [857110] | |
- [fs] nfs: Define dummy nfs_init_cinfo() and nfs_init_cinfo_from_inode() (Steve Dickson) [857110] | |
- [fs] nfs: Define nfs_direct_write_schedule_work() when v3 and v4 are disabled (Steve Dickson) [857110] | |
- [fs] nfs: pnfs_pageio_init_read() and init_write() need an extra argument (Steve Dickson) [857110] | |
- [fs] nfs: Fix a use-before-initialised warning in fs/nfs/write.c and fs/nfs/pnfs.c (Steve Dickson) [857110] | |
- [fs] nfs: Prevent garbage cinfo->ds from leaking out (Steve Dickson) [857110] | |
- [fs] nfs: rewrite directio write to use async coalesce code (Steve Dickson) [857110] | |
- [fs] nfs: avoid some stat gathering for direct io (Steve Dickson) [857110] | |
- [fs] nfs: add dreq to nfs_commit_info (Steve Dickson) [857110] | |
- [fs] nfs: create nfs_commit_completion_ops (Steve Dickson) [857110] | |
- [fs] nfs: create struct nfs_commit_info (Steve Dickson) [857110] | |
- [fs] nfs: create nfs_generic_commit_list (Steve Dickson) [857110] | |
- [fs] nfs: rewrite directio read to use async coalesce code (Steve Dickson) [857110] | |
- [fs] ext3: Replace lock/unlock_super() with an explicit lock for resizing (Eric Sandeen) [804988] | |
- [fs] cifs: Initialise mid_q_entry before putting it on the pending queue (Sachin Prabhu) [832209] | |
- [fs] ext4: correct comments for ext4_free_blocks() (Lukas Czerner) [847981] | |
- [fs] ext4: fix i_blocks/quota accounting when extent insertion fails (Lukas Czerner) [847981] | |
- [fs] ext4: Add flags to the ext4_free_blocks() (Lukas Czerner) [847981] | |
- [fs] ext4: fold ext4_free_blocks() and ext4_mb_free_blocks() (Lukas Czerner) [847981] | |
* Sat Oct 06 2012 Jarod Wilson <[email protected]> [2.6.32-324.el6] | |
- [alsa] oxygen: remove no_period_wakeup handling (Jaroslav Kysela) [816880] | |
- [alsa] firewire-speakers, oxygen, ua101: allow > 10 s periods (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: Xonar DS: fix polarity of front output (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: add Xonar DGX support (Jaroslav Kysela) [816880] | |
- [alsa] oxygen, virtuoso: fix exchanged L/R volumes of aux and CD inputs (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: add S/PDIF input support for all Xonars (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: Xonar DG: fix CS4245 register writes (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: fix Xonar DG input (Jaroslav Kysela) [816880] | |
- [alsa] include delay.h for msleep in Xonar DG support (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: fix Essence ST(X) S/PDIF input (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: fix silent analog output on Xonar Essence ST Deluxe (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: fix output routing on Xonar DG (Jaroslav Kysela) [816880] | |
- [alsa] Xonar, CS43xx: Don't overrun static array (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: add S/PDIF source selection for Claro cards (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: fix CD/MIDI for X-Meridian (2G) (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: add some card names (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: do not show chip revision in card longname (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: X-Meridian: add S/PDIF source selection (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: add digital input validity check switch (Jaroslav Kysela) [816880] | |
- [alsa] core, oxygen, virtuoso: add an enum control info helper (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: add Xonar HDAV1.3 Slim support (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: add Xonar DG support (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: add X-Meridian 2G support (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: add more PCI IDs (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: reduce MCLK in double rate modes (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: simplify model-specific MCLK handling (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: use headphone gain setting only on front DAC (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: handle DAC oversampling automatically (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: use lower master clock with H6 daughterboard (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: configure correct master clock frequency on the CS2000 (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: remove non-working controls on Essence ST Deluxe (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: change PCM1796 format to I2S (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: wait for PCM1796 clock to become stable (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: do not use fast I2C speed (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: fix SPI clocks slower than 6.25 MHz (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: remove oxygen_model::private_data field (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: allow different number of PCM and mixer channels (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: update hardware comments (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: show correct package ID (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: allow to dump codec registers (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: Xonar DS: add stereo upmixing to center/LFE channels (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: automatically handle Xonar DS headphone routing (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: add Xonar DS headphone jack detection (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: fix Xonar DS input switches (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: fix WM8766 register writes with MSB (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: fix setting of Xonar DS line-in/mic-in controls (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: change || to && (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: fix front panel routing for D1/DX/ST(X) (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: add HDMI enable switch for HDAV1.3 (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: initialize unknown GPIO bits (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: add HiFier Serenade support (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: reorganize PCI IDs (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: add Kuroutoshikou CMI8787-HG2PCI support (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: support for period wakeup disabling (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: merge HiFier driver into snd-oxygen (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: Add a SSID for CMI8787-HG2PCI (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: add PEX8111 initialization (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: rewrite PCIe bridge initialization (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: fix for PI7C9X110 compatibility (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: do not try to restore nonexistent EEPROM (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: reduce minimum period count (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: fix input monitor dB scale (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: fix chip ID register symbols (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: fix Xonar STX anti-pop delay (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: add HDAV1.3 Slim PCI ID (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: handle CD input configuration with a flag (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: fix Xonar DS chip name (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: fix analog capture on Claro halo cards (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: work around missing reset in the Xonar DS Windows driver (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: fix Xonar D1/DX front panel microphone (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: add Xonar DS support (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: add high-pass filter control (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: add digital filter control (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: add PCM1796 oversampling control (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: allow custom MCLK rates (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: add headphone impedance control (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: cache codec registers (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: fix Xonar Essence ST support (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: fix input monitor control names (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: more hardware documentation (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: add stereo upmixing to center/LFE channels (Jaroslav Kysela) [816880] | |
- [alsa] oxygen: better defaults for upmixing control (Jaroslav Kysela) [816880] | |
- [alsa] virtuoso: split virtuoso.c (Jaroslav Kysela) [816880] | |
- [mm] migrate: fix kABI issues (Rik van Riel) [713546 783248] | |
- [mm] compaction: Restart compaction from near where it left off (Rik van Riel) [713546 783248] | |
- [mm] compaction: Cache if a pageblock was scanned and no pages were isolated (Rik van Riel) [713546 783248] | |
- [mm] compaction: Abort compaction loop if lock is contended or run too long (Rik van Riel) [713546 783248] | |
- [mm] compaction: Abort async compaction if locks are contended or taking too long (Rik van Riel) [713546 783248] | |
- [mm] vmscan: consider swap space when deciding whether to continue reclaim (Rik van Riel) [713546 783248] | |
- [mm] vmscan: when reclaiming for compaction, ensure there are sufficient free pages available (Rik van Riel) [713546 783248] | |
- [mm] compaction: introduce sync-light migration for use by compaction (Rik van Riel) [713546 783248] | |
- [mm] page_alloc: do not call direct reclaim for THP allocations while compaction is deferred (Rik van Riel) [713546 783248] | |
- [mm] compaction: allow compaction to isolate dirty pages (Rik van Riel) [713546 783248] | |
- [mm] migration: clean up unmap_and_move() (Rik van Riel) [713546 783248] | |
- [mm] compaction: make isolate_lru_page() filter-aware again (Rik van Riel) [713546 783248] | |
- [mm] compaction: make isolate_lru_page() filter-aware (Rik van Riel) [713546 783248] | |
- [mm] vmscan: change isolate mode from #define to bitwise type (Rik van Riel) [713546 783248] | |
- [mm] compaction: determine if dirty pages can be migrated without blocking within ->migratepage (Rik van Riel) [713546 783248] | |
- [mm] vmscan: do not OOM if aborting reclaim to start compaction (Rik van Riel) [713546 783248] | |
- [mm] vmscan: abort reclaim/compaction if compaction can proceed (Rik van Riel) [713546 783248] | |
- [mm] vmscan: limit direct reclaim for higher order allocations (Rik van Riel) [713546 783248] | |
- [mm] vmscan: check if we isolated a compound page during lumpy scan (Rik van Riel) [713546 783248] | |
- [mm] compaction: use synchronous compaction for /proc/sys/vm/compact_memory (Rik van Riel) [713546 783248] | |
- [mm] vmscan: reclaim order-0 and use compaction instead of lumpy reclaim (Rik van Riel) [713546 783248] | |
- [mm] shmem: fix up rhel-6.4 kABI issues (Rafael Aquini) [857000] | |
- [mm] shmem: remove shmem_readpage() (Rafael Aquini) [857000] | |
- [mm] shmem: refine shmem_file_splice_read() (Rafael Aquini) [857000] | |
- [mm] shmem: clone shmem_file_splice_read() (Rafael Aquini) [857000] | |
- [watchdog] hpwdt: Fix kdump issue in hpwdt (Don Zickus) [828941] | |
- [watchdog] hpwdt: Unregister NMI events on exit (Don Zickus) [818372] | |
- [x86] nmi: Add new NMI queues to deal with IO_CHK and SERR (Don Zickus) [818372] | |
- [watchdog] hpwdt: Only BYTE reads/writes to WD Timer port 0x72 (Don Zickus) [818372] | |
- [net] ipvs: IPv6 MTU checking cleanup and bugfix (Jesper Brouer) [854066] | |
- [net] ipvs: allow transmit of GRO aggregated skbs (Jesper Brouer) [854066] | |
- [netdrv] ixgbevf: propagate page->pfmemalloc from skb_alloc_page to skb (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: Fix namespace issue with ixgbe_write_eitr (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: Add lock around mailbox ops to prevent simultaneous access (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: Fix multiple issues in ixgbevf_get/set_ringparam (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: Consolidate Tx context descriptor creation code (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: Add support for PCI error handling (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: Add netdev to ring structure (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: Do not rewind the Rx ring before bumping tail (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffix (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: Use igb style interrupt masks instead of ixgbe style (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: Move Tx clean-up into NAPI context (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: Update q_vector to contain ring pointers instead of bitmaps (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: Fix panic when loading driver (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: Cleanup accounting for space needed at start of xmit_frame (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: Drop use of eitr_low and eitr_high for hard coded values (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: Drop netdev_registered value since that is already stored in netdev (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: Drop all dead or unnecessary code (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: Fix nearly-kernel-doc comments for various functions (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: Update version string (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: Make sure jumbo frames are set correctly after PF reset (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: Add support to recognize 100mb link speed (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: make wired ethernet driver message level consistent (rev2) (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: print MAC via printk format specifier (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: rename dev_hw_addr_random and remove redundant second (Andy Gospodarek) [819105] | |
- [netdrv] ixgbevf: Remove unnecessary k.alloc/v.alloc OOM messages (Andy Gospodarek) [819105] | |
- [kernel] perf: Change and simplify ctx::is_active semantics (Jiri Olsa) [853215] | |
- [kernel] ntp: Fix STA_INS/DEL clearing bug (Prarit Bhargava) [862271] | |
- [acpi] Add acpi_ns_remove_null_elements() to prevent null dereference on package elements (Lenny Szubowicz) [835744] | |
- [usb] core: Fix device removal race condition (James Paradis) [849188] | |
- [fs] sysfs: fix corruption in rb-tree caused by name change (John Green) [839984] | |
- [mm] x86_32: fix SHLIB_BASE address typo (Aristeu S. Rozanski F) [804956] {CVE-2012-1568} | |
- [netdrv] bnx2x: remove false warning regarding interrupt number (Michal Schmidt) [860007] | |
* Fri Oct 05 2012 Jarod Wilson <[email protected]> [2.6.32-323.el6] | |
- [net] vlan: Match underlying dev carrier on vlan add (Amerigo Wang) [845172] | |
- [net] link_watch: allow vlans to get carrier changes faster (Amerigo Wang) [845172] | |
- [net] allow netif_carrier to be called safely from IRQ (Amerigo Wang) [845172] | |
- [net] netdevice: provide common routine for macvlan and vlan operstate management (Amerigo Wang) [845172] | |
- [scsi] bnx2fc: Fix incorrect memset in bnx2fc_parse_fcp_rsp (Tomas Henzl) [860174] | |
- [scsi] bnx2fc: Remove potential NULL dereference (Tomas Henzl) [860174] | |
- [scsi] isci: Allow SSP tasks into the task management path (David Milburn) [860241] | |
- [netdrv] igb: Change how we check for pre-existing and assigned VFs (Stefan Assmann) [819102] | |
- [netdrv] igb: Supported and Advertised Pause Frame (Stefan Assmann) [819102] | |
- [netdrv] igb: reduce Rx header size (Stefan Assmann) [819102] | |
- [netdrv] igb: Add loopback test support for i210 (Stefan Assmann) [819102] | |
- [netdrv] igb: implement 580 MDI setting support (Stefan Assmann) [819102] | |
- [netdrv] igb: Fix register defines for all non-82575 hardware (Stefan Assmann) [819102] | |
- [netdrv] igb: fix panic while dumping packets on Tx hang with IOMMU (Stefan Assmann) [819102] | |
- [netdrv] igb: add delay to allow igb loopback test to succeed on 8086:10c9 (Stefan Assmann) [819102] | |
- [netdrv] igb: don't break user visible strings over multiple lines in igb_ethtool.c (Stefan Assmann) [819102] | |
- [netdrv] igb: correct hardware type (i210/i211) check in igb_loopback_test() (Stefan Assmann) [819102] | |
- [netdrv] igb: Fix for failure to init on some 82576 devices (Stefan Assmann) [819102] | |
- [netdrv] igb: reset PHY in the link_up process to recover PHY setting after power down (Stefan Assmann) [819102] | |
- [netdrv] igb: Use eth_random_addr (Stefan Assmann) [819102] | |
- [netdrv] igb: Fix (nearly-)kernel-doc comments for various functions (Stefan Assmann) [819102] | |
- [netdrv] igb: Version bump (Stefan Assmann) [819102] | |
- [netdrv] igb: Update firmware info output (Stefan Assmann) [819102] | |
- [netdrv] igb: Streamline RSS queue and queue pairing assignment logic (Stefan Assmann) [819102] | |
- [netdrv] igb: A fix to VF TX rate limit (Stefan Assmann) [819102] | |
- [netdrv] igb: Fix incorrect RAR address entries for i210/i211 device (Stefan Assmann) [819102] | |
- [netdrv] igb: Disable the BMC-to-OS Watchdog Enable bit for DMAC (Stefan Assmann) [819102] | |
- [netdrv] igb: Add Support for new i210/i211 devices (Stefan Assmann) [819102] | |
- [netdrv] igb: Add function and pointers for 82580 low power state settings (Stefan Assmann) [819102] | |
- [netdrv] igb: fix rtnl race in PM resume path (Stefan Assmann) [819102] | |
- [netdrv] igb: Use netif_set_real_num_{rx,tx}_queues() (Stefan Assmann) [819102] | |
- [netdrv] igb: output register's information related to RX/TX queue (Stefan Assmann) [819102] | |
- [netdrv] igb: Force flow control off during reset when forcing speed (Stefan Assmann) [819102] | |
- [netdrv] igb: Update version to 3.4.7 (Stefan Assmann) [819102] | |
- [netdrv] intel: make wired ethernet driver message level consistent (Stefan Assmann) [819102] | |
- [netdrv] igb: fix warning about unused function (Stefan Assmann) [819102] | |
- [netdrv] igb: fix vf lookup (Stefan Assmann) [819102] | |
- [netdrv] igb: Update Copyright on all Intel copyrighted files (Stefan Assmann) [819102] | |
- [netdrv] igb: make local functions static (Stefan Assmann) [819102] | |
* Fri Oct 05 2012 Jarod Wilson <[email protected]> [2.6.32-322.el6] | |
- [netdrv] e1000e: use correct type for read of 32-bit register (Dean Nelson) [819103] | |
- [netdrv] ixgbe: add new configuration options (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: add skb frag size accessors (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: fix VLAN stripping and filtering problems (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Fix nearly-kernel-doc comments for ptp functions (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Fix PHC loophole allowing misconfiguration of increment register (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Check PTP Rx timestamps via BPF filter (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: PTP Fix hwtstamp mode settings (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: ptp code cleanup (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: support software timestamping (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: add support for get_ts_info (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Enable timesync clock-out feature for PPS support on X540 (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Hardware Timestamping + PTP Hardware Clock (PHC) (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: add missing braces (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: fix panic while dumping packets on Tx hang with IOMMU (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interrupts (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: add support for new 82599 device (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: remove extra unused queues in DCB + FCoE case (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: fix RAR entry counting for generic and fdb_add() (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Use num_tcs.pg_tcs as upper limit for TC when checking based on UP (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Reduce Rx header size to what is actually used (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Fix handling of FDIR_HASH flag (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Fix build with PCI_IOV enabled. (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Change how we check for pre-existing and assigned VFs (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriov (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: use PCI_VENDOR_ID_INTEL (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Enable FCoE FSO and CRC offloads based on CAPABLE instead of ENABLED flag (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Only enable anti-spoof on VF pools (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Correctly set SAN MAC RAR pool to default pool of PF (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Make FCoE allocation and configuration closer to how rings work (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Merge all FCoE percpu values into a single structure (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Cleanup configuration of FCoE registers (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Drop references to deprecated pci_ DMA api and instead use dma_ API (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Fix memory leak when SR-IOV VFs are direct assigned (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Use VMDq offset to indicate the default pool (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Cleanup holes in flags after removing several of them (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Retire RSS enabled and capable flags (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Add support for SR-IOV w/ DCB or RSS (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Update configure virtualization to allow for multiple PF pools (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Cleanup logic for MRQC and MTQC configuration (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Update the logic for ixgbe_cache_ring_dcb and DCB RSS configuration (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Move configuration of set_real_num_rx/tx_queues into open (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Handle failures in the ixgbe_setup_rx/tx_resources calls (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Ping the VFs on link status change to trigger link change (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Merge FCoE set_num and cache_ring calls into RSS/DCB config (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Add function for obtaining FCoE TC based on FCoE user priority (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Populate the prio_tc_map in ixgbe_setup_tc (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Cleanup unpacking code for DCB (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Simplify logic for getting traffic class from user priority (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Merge RSS and flow director ring register caching and configuration (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Clean up a useless switch statement and dead code in configure_srrctl (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Add feature offset value to ring features (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Add upper limit to ring features (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: count q_vectors instead of MSI-X vectors (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Fix nearly-kernel-doc comments for various functions (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: DCB and SR-IOV can not co-exist and will cause hangs (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Do not pad FCoE frames as this can cause issues with FCoE DDP (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: simplify padding and length checks (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Fix memory leak in ixgbe when receiving traffic on DDP enabled rings (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: clean up ixgbe_get_settings ethtool function (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: add support for 1G SX modules (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: do not compile ixgbe_sysfs.c when CONFIG_IXGBE_HWMON is not set (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: align flow control DV macros with datasheet (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: IXGBE_RXD_STAT_VP set even with Rx stripping enabled (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: fix_features rxvlan is independent of DCB and needs to be set (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: update version number (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: cleanup the hwmon function calls (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: correct disable_rx_buff timeout (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Fix bogus error message (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Set Drop_EN bit when multiple Rx queues are present w/o flow control (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Clean up priority based flow control (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Exit on error case in VF message processing (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: dcb: IEEE PFC stats and reset logic incorrect (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Update link flow control to correctly handle multiple packet buffer DCB (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Reorder link flow control functions in ixgbe_common.c (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Use __free_pages instead of put_page to release pages (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Make ixgbe_fc_autoneg return void and always set current_mode (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Reorder the ring to q_vector mapping to improve performance (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Track instances of buffer available but no DMA resources present (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: fix race condition with shutdown (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Fix use after free on module remove (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Reset max_vfs to zero when user request is out of range (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Deny MACVLAN requests from VFs with admin set MAC (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: add hwmon interface to export thermal data (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: add support functions to access thermal data (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: fix calling skb_put on nonlinear skb assertion bug (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Fix a memory leak in IEEE DCB (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: check for WoL support in single function (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Identify FCoE rings earlier to resolve memory corruption w/ FCoE (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: add missing rtnl_lock in PM resume path (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: UTA table incorrectly programmed (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: allow RAR table to be updated in promisc mode (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: add I2C clock stretching (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: fix WoL issue with fiber (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: consolidate reporting of MSIX vectors into a single function (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: update version number (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: fix typo in enumeration name (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: make wired ethernet driver message level consistent (rev2) (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Fix issues with SR-IOV loopback when flow control is disabled (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: fix namespace issues when FCoE/DCB is not enabled (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: FCoE: Add support for ndo_get_fcoe_hbainfo() call (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Add support for enabling UDP RSS via the ethtool rx-flow-hash command (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Whitespace cleanups (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Two minor fixes for RSS and FDIR set queues functions (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: drop err_eeprom tag which is at same location as err_sw_init (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Move poll routine in order to improve readability (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: cleanup logic for the service timer and VF hang detection (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Update layout of ixgbe_ring structure to improve cache performance (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Store Tx flags and protocol information to tx_buffer sooner (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: always write DMA for single_mapped value with skb (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Write gso_segs and bytcount to the ring sooner (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Place skb on first buffer_info structure to avoid using stack space (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Use packets to track Tx completions instead of a seperate value (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Modify setup of descriptor flags to avoid conditional jumps (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Make certain that all frames fit minimum size requirements (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: cleanup logic in ixgbe_change_mtu (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Replace standard receive path with a page based receive (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: dcb: use DCB config values for FCoE traffic class on open (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Fix race condition where RX buffer could become corrupted. (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: use typed min/max functions where possible (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: fix obvious return value bug. (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Replace eitr_low and eitr_high with static values in ixgbe_update_itr (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Do not disable read relaxed ordering when DCA is enabled (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Simplify logic for ethtool loopback frame creation and testing (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Add iterator for cycling through rings on a q_vector (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Allocate rings as part of the q_vector (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Drop unnecessary napi_schedule_prep and spare blank line from ixgbe_intr (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Default to queue pairs when number of queues is less than CPUs (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Address issues with Tx WHTRESH value not being set correctly (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Reorder adapter contents for better cache utilization (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Do no clear Tx status bits since eop_desc provides enough info (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: remove tie between NAPI work limits and interrupt moderation (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: dcb: check setup_tc return codes (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Fix comments that are out of date or formatted incorrectly (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: fix spelling errors (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Minor formatting and comment corrections for ixgbe_xmit_frame_ring (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Remove boolean comparisons to true/false (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Combine post-DMA processing of sk_buff fields into single function (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Drop the _ADV of descriptor macros since all ixgbe descriptors are ADV (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Add function for testing status bits in Rx descriptor (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Let the Rx buffer allocation clear status bits instead of cleanup (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Address fact that RSC was not setting GSO size for incoming frames (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Minor refactor of RSC (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: ethtool: stats user buffer overrun (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: fix stats handling (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: convert to ndo_fix_features (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALL (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: add support for displaying ntuple filters via the nfc interface (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: fix ring assignment issues for SR-IOV and drop cases (Andy Gospodarek) [819101] | |
- [netdrv] ixgbe: add support for nfc addition and removal of filters (Andy Gospodarek) [819101] | |
- [net] ethtool: Add a common function for drivers with transmit time stamping (Jiri Benc) [829785] | |
- [net] ethtool: Introduce a method for getting time stamping capabilities (Jiri Benc) [829785] | |
- [ptp] Add a method for obtaining the device index (Jiri Benc) [829785] | |
- [ptp] Added a brand new class driver for ptp clocks (Jiri Benc) [829785] | |
- [pps] unify timestamp gathering (Jiri Benc) [829785] | |
- [ptp] added a BPF to help drivers detect PTP packets (Jiri Benc) [829785] | |
- [net] skbuff: add driver hook for tx time stamping (Jiri Benc) [829785] | |
- [net] add net_tstamp.h to headers_install (Jiri Benc) [829785] | |
- [kernel] posix-clock: Replace mutex with reader/writer semaphore (Jiri Benc) [829785] | |
- [kernel] posix-clock: Introduce dynamic clocks (Jiri Benc) [829785] | |
- [kernel] posix-timers: Cleanup namespace (Jiri Benc) [829785] | |
- [kernel] posix-timers: Add support for fd based clocks (Jiri Benc) [829785] | |
- [x86] Add clock_adjtime (Jiri Benc) [829785] | |
- [kernel] posix-timers: Introduce a syscall for clock tuning (Jiri Benc) [829785] | |
- [kernel] time: Splitout compat timex accessors (Jiri Benc) [829785] | |
- [kernel] ntp: Add ADJ_SETOFFSET mode bit (Jiri Benc) [829785] | |
- [kernel] posix-timers: Update comment (Jiri Benc) [829785] | |
- [kernel] posix-timers: Make posix-cpu-timers functions static (Jiri Benc) [829785] | |
- [kernel] posix-timers: Remove CLOCK_DISPATCH leftovers (Jiri Benc) [829785] | |
- [kernel] posix-timers: Convert timer_delete() to clockid_to_kclock() (Jiri Benc) [829785] | |
- [kernel] posix-timers: Convert timer_gettime() to clockid_to_kclock() (Jiri Benc) [829785] | |
- [kernel] posix-timers: Convert timer_settime() to clockid_to_kclock() (Jiri Benc) [829785] | |
- [kernel] posix-timers: Convert timer_create() to clockid_to_kclock() (Jiri Benc) [829785] | |
- [kernel] posix-timers: Remove useless res field from k_clock (Jiri Benc) [829785] | |
- [kernel] posix-timers: Convert clock_getres() to clockid_to_kclock() (Jiri Benc) [829785] | |
- [kernel] posix-timers: Make clock_getres and clock_get mandatory (Jiri Benc) [829785] | |
- [kernel] posix-timers: Convert clock_gettime() to clockid_to_kclock() (Jiri Benc) [829785] | |
- [kernel] posix-timers: Convert clock_settime to clockid_to_kclock() (Jiri Benc) [829785] | |
- [kernel] posix-cpu-timers: Remove the stub nanosleep functions (Jiri Benc) [829785] | |
- [kernel] posix-timers: Cleanup restart_block usage (Jiri Benc) [829785] | |
- [kernel] posix-timers: Convert clock_nanosleep_restart to clockid_to_kclock() (Jiri Benc) [829785] | |
- [kernel] posix-timers: Convert clock_nanosleep to clockid_to_kclock() (Jiri Benc) [829785] | |
- [kernel] posix-timers: Introduce clockid_to_kclock() (Jiri Benc) [829785] | |
- [kernel] posix-timers: Introduce clock_posix_cpu (Jiri Benc) [829785] | |
- [kernel] posix-timers: Cleanup struct initializers (Jiri Benc) [829785] | |
- [kernel] posix-timers: Define nanosleep not supported error separate (Jiri Benc) [829785] | |
- [kernel] posix-timers: Move copy_to_user(created_timer_id) down in timer_create() (Jiri Benc) [829785] | |
- [kernel] posix-timers: Fix error path in timer_create (Jiri Benc) [829785] | |
* Fri Oct 05 2012 Jarod Wilson <[email protected]> [2.6.32-321.el6] | |
- [netdrv] be2net: fix vfs enumeration (Ivan Vecera) [819782] | |
- [netdrv] be2net: Regression bug wherein VFs creation broken for multiple cards (Ivan Vecera) [819782] | |
- [pci] intel-iommu: use physfn to search drhd for VF (Ivan Vecera) [819782] | |
- [netdrv] be2net: do not use SCRATCHPAD register (Ivan Vecera) [819782] | |
- [netdrv] be2net: fix max VFs reported by HW (Ivan Vecera) [819782] | |
- [netdrv] be2net: avoid disabling sriov while VFs are assigned (Ivan Vecera) [819782] | |
- [netdrv] be2net: add skb frag size accessors (Ivan Vecera) [827593] | |
- [netdrv] be2net: convert to SKB paged frag API. (Ivan Vecera) [827593] | |
- [netdrv] be2net: use PCIe AER capability (Ivan Vecera) [827593] | |
- [netdrv] be2net: modify log msg for lack of privilege error (Ivan Vecera) [827593] | |
- [netdrv] be2net: fixup malloc/free of adapter->pmac_id (Ivan Vecera) [827593] | |
- [netdrv] be2net: fix FW default for VF tx-rate (Ivan Vecera) [827593] | |
- [netdrv] be2net: create RSS rings even in multi-channel configs (Ivan Vecera) [827593] | |
- [netdrv] be2net: Add a missing CR in the end of message (Ivan Vecera) [827593] | |
- [netdrv] be2net: Fix to parse RSS hash from Receive completions correctly. (Ivan Vecera) [827593] | |
- [netdrv] be2net: Missing byteswap in be_get_fw_log_level causes oops on PowerPC (Ivan Vecera) [827593] | |
- [netdrv] be2net: Ignore physical link async event for Lancer (Ivan Vecera) [827593] | |
- [netdrv] be2net: Fix VF driver load for Lancer (Ivan Vecera) [827593] | |
- [netdrv] be2net: dont pull too much data in skb linear part (Ivan Vecera) [827593] | |
- [netdrv] be2net: update driver version (Ivan Vecera) [827593] | |
- [netdrv] be2net: Add description about various RSS hash types (Ivan Vecera) [827593] | |
- [netdrv] be2net: Enable RSS UDP hashing for Lancer and Skyhawk (Ivan Vecera) [827593] | |
- [netdrv] be2net: Fix port name in message during driver load (Ivan Vecera) [827593] | |
- [netdrv] be2net: Fix cleanup path when EQ creation fails (Ivan Vecera) [827593] | |
- [netdrv] be2net: Activate new FW after FW download for Lancer (Ivan Vecera) [827593] | |
- [netdrv] be2net: Fix initialization sequence for Lancer (Ivan Vecera) [827593] | |
- [netdrv] be2net: Fix die temperature stat for Lancer (Ivan Vecera) [827593] | |
- [netdrv] be2net: Fix error while toggling autoneg of pause parameters (Ivan Vecera) [827593] | |
- [netdrv] be2net: Fix Endian (Ivan Vecera) [827593] | |
- [netdrv] be2net: set maximal number of default RSS queues (Ivan Vecera) [827593] | |
- [netdrv] be2net: Fix to trim skb for padded vlan packets to workaround an ASIC Bug (Ivan Vecera) [827593] | |
- [netdrv] be2net: Explicitly clear the reserved field in the Tx Descriptor (Ivan Vecera) [827593] | |
- [netdrv] be2net: Increase statistics structure size for skyhawk. (Ivan Vecera) [827593] | |
- [netdrv] be2net: Modify error message to incorporate subsystem (Ivan Vecera) [827593] | |
- [netdrv] be2net: fix a race in be_xmit() (Ivan Vecera) [827593] | |
- [netdrv] be2net: Fix driver load for VFs for Lancer (Ivan Vecera) [827593] | |
- [netdrv] be2net: update driver version (Ivan Vecera) [827593] | |
- [netdrv] be2net: remove unnecessary usage of unlikely() (Ivan Vecera) [827593] | |
- [netdrv] be2net: fix reporting number of actual rx queues (Ivan Vecera) [827593] | |
- [netdrv] be2net: do not modify PCI MaxReadReq size (Ivan Vecera) [827593] | |
- [netdrv] be2net: cleanup be_vid_config() (Ivan Vecera) [827593] | |
- [netdrv] be2net: don't call vid_config() when there's no vlan config (Ivan Vecera) [827593] | |
- [netdrv] be2net: Add functionality to support RoCE driver (Ivan Vecera) [827593] | |
- [netdrv] be2net: Add function to issue mailbox cmd on MQ (Ivan Vecera) [827593] | |
- [netdrv] be2net: Fix to allow get/set of debug levels in the firmware. (Ivan Vecera) [827593] | |
- [netdrv] be2net: Fix to apply duplex value as unknown when link is down. (Ivan Vecera) [827593] | |
- [netdrv] be2net: Fix to not set link speed for disabled functions of a UMC card (Ivan Vecera) [827593] | |
- [netdrv] be2net: update the driver version (Ivan Vecera) [827593] | |
- [netdrv] be2net: fix speed displayed by ethtool on certain SKUs (Ivan Vecera) [827593] | |
- [netdrv] be2net: Fix FW download for BE (Ivan Vecera) [827593] | |
- [netdrv] be2net: Fix Lancer statistics (Ivan Vecera) [827593] | |
- [netdrv] be2net: Fix ethtool self test for Lancer (Ivan Vecera) [827593] | |
- [netdrv] be2net: Fix VLAN/multicast packet reception (Ivan Vecera) [827593] | |
- [netdrv] be2net: fix ethtool get settings (Ivan Vecera) [827593] | |
- [netdrv] be2net: Fix number of vlan slots in flex mode (Ivan Vecera) [827593] | |
- [netdrv] be2net: enable WOL by default if h/w supports it (Ivan Vecera) [827593] | |
- [netdrv] be2net: Remove unused OFFSET_IN_PAGE() macro (Ivan Vecera) [827593] | |
- [netdrv] be2net: update driver version (Ivan Vecera) [827593] | |
- [netdrv] be2net: reset queue address after freeing (Ivan Vecera) [827593] | |
- [netdrv] be2net: fix tx completion cleanup (Ivan Vecera) [827593] | |
- [netdrv] be2net: event queue re-design (Ivan Vecera) [827593] | |
- [netdrv] be2net: allocate more headroom in incoming skbs (Ivan Vecera) [827593] | |
- [tools] perf: Add missing files to build the python binding (Jiri Olsa) [860404] | |
- [tools] perf: Remove brace expansion from clean target (Jiri Olsa) [860404] | |
- [tools] perf/kvm top: Limit guest kernel info message to once (Jiri Olsa) [860404] | |
- [tools] perf: Introduce intlist (Jiri Olsa) [860404] | |
- [tools] perf: Change strlist to use the new rblist (Jiri Olsa) [860404] | |
- [tools] perf: Introducing rblist (Jiri Olsa) [860404] | |
- [tools] perf/kvm: Use strtol for walking guestmount directory (Jiri Olsa) [860404] | |
- [tools] perf/tool: Save cmdline from user in file header vs what is passed to record (Jiri Olsa) [860404] | |
- [tools] perf/top: Error handling for counter creation should parallel perf-record (Jiri Olsa) [860404] | |
- [tools] perf/session: Remove no longer used synthesize_sample method (Jiri Olsa) [860404] | |
- [tools] perf/evsel: Adopt parse_sample method from perf_event (Jiri Olsa) [860404] | |
- [tools] perf/evlist: Introduce perf_evlist__parse_sample (Jiri Olsa) [860404] | |
- [tools] perf/session: Use perf_evlist__id_hdr_size more extensively (Jiri Olsa) [860404] | |
- [tools] perf/session: Use perf_evlist__sample_id_all more extensively (Jiri Olsa) [860404] | |
- [tools] perf/session: Use perf_evlist__sample_type more extensively (Jiri Olsa) [860404] | |
- [tools] perf/evsel: Precalculate the sample size (Jiri Olsa) [860404] | |
- [tools] perf/target: Fix check on buffer size (Jiri Olsa) [860404] | |
- [tools] perf/symbols: Fix array sizes for binary types arrays (Jiri Olsa) [860404] | |
- [tools] perf/test: Fix parse events automated tests (Jiri Olsa) [860404] | |
- [tools] perf/annotate: Prevent overflow in size calculation (Jiri Olsa) [860404] | |
- [tools] perf: Fix build error with bison 2.6 (Jiri Olsa) [860404] | |
- [tools] perf: use XSI-complaint version of strerror_r() instead of GNU-specific (Jiri Olsa) [860404] | |
- [tools] perf: Make the breakpoint events sample period default to 1 (Jiri Olsa) [860404] | |
- [tools] perf/test: Add dso data caching tests (Jiri Olsa) [860404] | |
- [tools] perf/symbols: Add dso data caching (Jiri Olsa) [860404] | |
- [tools] perf/symbols: Add interface to read DSO image data (Jiri Olsa) [860404] | |
- [tools] perf/symbols: Factor DSO symtab types to generic binary types (Jiri Olsa) [860404] | |
- [tools] perf/hists: Print newline between hists callchains (Jiri Olsa) [860404] | |
- [tools] perf: Fix trace events storms due to weight demux (Jiri Olsa) [860404] | |
- [tools] perf/hists: Return correct number of characters printed in callchain (Jiri Olsa) [860404] | |
- [tools] perf: Dump exclude_{guest, host}, precise_ip header info too (Jiri Olsa) [860404] | |
- [tools] perf/kvm: Limit repetitive guestmount message to once per directory (Jiri Olsa) [860404] | |
- [tools] perf/kvm: Fix bug resolving guest kernel syms (Jiri Olsa) [860404] | |
- [tools] perf/kvm: Guest userspace samples should not be lumped with host uspace (Jiri Olsa) [860404] | |
- [tools] perf/kvm: Set name for VM process in guest machine (Jiri Olsa) [860404] | |
- [tools] perf/symbols: Add machine id to modules debug message (Jiri Olsa) [860404] | |
- [tools] perf: Split event symbols arrays to hw and sw parts (Jiri Olsa) [860404] | |
- [tools] perf: Split out PE_VALUE_SYM parsing token to SW and HW tokens (Jiri Olsa) [860404] | |
- [tools] perf: Add empty rule for new line in event syntax parsing (Jiri Olsa) [860404] | |
- [tools] perf/test: Use ARRAY_SIZE in parse events tests (Jiri Olsa) [860404] | |
- [tools] perf: Adding round_up/round_down macros (Jiri Olsa) [860404] | |
- [tools] perf/symbols: Add '.note' check into search for NOTE section (Jiri Olsa) [860404] | |
- [tools] perf: Fix generation of pmu list (Jiri Olsa) [860404] | |
- [tools] perf/evsel: Handle hw breakpoints event names in perf_evsel__name() (Jiri Olsa) [860404] | |
- [tools] perf: Fix hw breakpoint's type modifier parsing (Jiri Olsa) [860404] | |
- [tools] perf: Trivial build fix (Jiri Olsa) [860404] | |
- [tools] perf/report: Delay sample_type checks in pipe mode (Jiri Olsa) [860404] | |
- [tools] perf/bench: Documentation update (Jiri Olsa) [860404] | |
- [tools] perf/symbols: Follow .gnu_debuglink section to find separate symbols (Jiri Olsa) [860404] | |
- [tools] perf: Stop using a global trace events description list (Jiri Olsa) [860404] | |
- [tools] perf/test: Fix parse events test to follow proper raw event name (Jiri Olsa) [860404] | |
- [tools] perf/evsel: Fix a build failure on cross compilation (Jiri Olsa) [860404] | |
- [tools] perf/annotate: Check null of sym pointer before using it (Jiri Olsa) [860404] | |
- [tools] perf/evsel: Make some methods private (Jiri Olsa) [860404] | |
- [tools] perf: Remove unused evsel parameter from machine__resolve_callchain (Jiri Olsa) [860404] | |
- [tools] perf/evsel: Reconstruct raw event with modifiers from perf_event_attr (Jiri Olsa) [860404] | |
- [tools] perf: Remove __event_name (Jiri Olsa) [860404] | |
- [tools] perf: Don't access evsel->name directly (Jiri Olsa) [860404] | |
- [tools] perf/script: Replace __event_name uses with perf_evsel__name (Jiri Olsa) [860404] | |
- [tools] perf: Move all users of event_name to perf_evsel__name (Jiri Olsa) [860404] | |
- [tools] perf/evsel: Handle all event types in perf_evsel__name (Jiri Olsa) [860404] | |
- [tools] perf: Reconstruct sw event with modifiers from perf_event_attr (Jiri Olsa) [860404] | |
- [tools] perf: Reconstruct hw cache event with modifiers from perf_event_attr (Jiri Olsa) [860404] | |
- [tools] perf/evsel: Carve out event modifier formatting (Jiri Olsa) [860404] | |
- [tools] perf/hists: Implement printing snapshots to files (Jiri Olsa) [860404] | |
- [tools] perf/lib: Introduce rtrim (Jiri Olsa) [860404] | |
- [tools] perf/ui/gtk: Use struct perf_error_ops (Jiri Olsa) [860404] | |
- [tools] perf/ui/gtk: Add GTK info_bar widget to browser window (Jiri Olsa) [860404] | |
- [tools] perf/ui/gtk: Add GTK statusbar widget to browser window (Jiri Olsa) [860404] | |
- [tools] perf/ui/gtk: Introduce struct perf_gtk_context (Jiri Olsa) [860404] | |
- [tools] perf/ui: Introduce struct perf_error_ops (Jiri Olsa) [860404] | |
- [tools] perf: Add sort by src line/number (Jiri Olsa) [860404] | |
- [tools] perf: Add automated test for pure terms parsing (Jiri Olsa) [860404] | |
- [tools] perf: Add PMU event alias support (Jiri Olsa) [860404] | |
- [kernel] irq: export irq_modify_status symbol (Stanislaw Gruszka) [862025] | |
- [hid] hidraw: fix window in hidraw_release (Don Zickus) [839973] | |
- [hid] hidraw: protect hidraw_disconnect() better (Don Zickus) [839973] | |
- [hid] hidraw: remove excessive _EMERG messages from hidraw (Don Zickus) [839973] | |
- [hid] hidraw: fix hidraw_disconnect() (Don Zickus) [839973] | |
- [hid] fix a NULL pointer dereference in hidraw_write (Don Zickus) [839973] | |
- [hid] fix a NULL pointer dereference in hidraw_ioctl (Don Zickus) [839973] | |
- [hid] remove BKL from hidraw (Don Zickus) [839973] | |
- [x86] bordenville: enable gpio, watchdog and mfd hardware (Neil Horman) [817979] | |
* Thu Oct 04 2012 Jarod Wilson <[email protected]> [2.6.32-320.el6] | |
- [alsa] hda: make sure alc268 does not OOPS on codec parse (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix ugly debug prints with CONFIG_SND_VERBOSE_PRINTK=y (Jaroslav Kysela) [838558] | |
- [alsa] hda: remove *_quirks.c (obsolete) (Jaroslav Kysela) [838558] | |
- [alsa] hda: avoid non-standard "Docking" name in mixers (Jaroslav Kysela) [838558] | |
- [alsa] hda: limit internal mic boost for Asus X202E (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add another pci id for Haswell board (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add mic-mute LED control for HP laptop (Jaroslav Kysela) [838558] | |
- [alsa] hda: Yet another position_fix quirk for ASUS machines (Jaroslav Kysela) [838558] | |
- [alsa] hda: Allow to pass position_fix=0 explicitly (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix disordered enum definitions in patch_cirrus.c (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add support for MacBook Pro 10,1 (Jaroslav Kysela) [838558] | |
- [alsa] hda: Replace with the generic fixup codes in patch_cirrus.c (Jaroslav Kysela) [838558] | |
- [alsa] hda: Check bit mask for codec SSID in snd_hda_pick_fixup() (Jaroslav Kysela) [838558] | |
- [alsa] hda/intel: add position_fix quirk for Asus K53E (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix Oops at codec reset/reconfig (Jaroslav Kysela) [838558] | |
- [alsa] hda: Remove ignore_misc_bit (Jaroslav Kysela) [838558] | |
- [alsa] hda: Move non-PCM check to per_pin in patch_hdmi.c (Jaroslav Kysela) [838558] | |
- [alsa] hda: fix control names for multiple speaker out on IDT/STAC (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix missing Master volume for STAC9200/925x (Jaroslav Kysela) [838558] | |
- [alsa] hda/hdmi: Setup channel mapping for non_pcm audio (Jaroslav Kysela) [838558] | |
- [alsa] hda/hdmi: Enable HBR feature on Intel chips (Jaroslav Kysela) [838558] | |
- [alsa] hda/hdmi: Fix channel_allocation array wrong order (Jaroslav Kysela) [838558] | |
- [alsa] hda: add missing function declaration (Jaroslav Kysela) [838558] | |
- [alsa] hda: Avoid unnecessary parameter read for EPSS (Jaroslav Kysela) [838558] | |
- [alsa] hda: Implement snd_hda_power_sync() helper function (Jaroslav Kysela) [838558] | |
- [alsa] hda: Don't trust codec EPSS bit for IDT 92HD83xx & co (Jaroslav Kysela) [838558] | |
- [alsa] hda: Make clear built-in driver optimization (Jaroslav Kysela) [838558] | |
- [alsa] hda: Call snd_hda_jack_report_sync() generically in hda_codec.c (Jaroslav Kysela) [838558] | |
- [alsa] hda: Do not set GPIOs for speakers on IDT if there are no speakers (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add missing ifdef CONFIG_SND_HDA_POWER_SAVE to tracepoints (Jaroslav Kysela) [838558] | |
- [alsa] hda: Check the power state when power_save option is changed (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add tracepoints at snd_hda_power_up/down entrances. (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add 3stack-automute model to AD1882 codec (Jaroslav Kysela) [838558] | |
- [alsa] hda: show ICT/KAE control bits (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix forgotten ifdef CONFIG_SND_HDA_PATCH_LOADER (Jaroslav Kysela) [838558] | |
- [alsa] hda: Deferred probing with request_firmware_nowait() (Jaroslav Kysela) [838558] | |
- [alsa] hda: Load firmware in hda_intel.c (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix leftover codec->power_transition (Jaroslav Kysela) [838558] | |
- [alsa] hda: don't create dysfunctional mixer controls for ca0132 (Jaroslav Kysela) [838558] | |
- [alsa] hda: Don't send invalid volume knob command on IDT 92hd75bxx (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix 'Beep Playback Switch' with no underlying mute switch (Jaroslav Kysela) [838558] | |
- [alsa] hda: fix Copyright debug message (Jaroslav Kysela) [838558] | |
- [alsa] hda: bug fix on checking the supported power states of a codec (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix panned "Beep Playback Switch" (Jaroslav Kysela) [838558] | |
- [alsa] hda/intel: Add Device IDs for Intel Lynx Point-LP PCH (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix pop noise in headphones on S3 for Asus X55A, X55V (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add missing SPDIF I/O setup for CA0132 (Jaroslav Kysela) [838558] | |
- [alsa] hda: Use the standard PCM ops for CA0132 (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix superfluous "-in" suffix from CA0132 capture items (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add codec->pcm_format_first flag (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix double quirk for Quanta FL1 / Lenovo Ideapad (Jaroslav Kysela) [838558] | |
- [alsa] hda: remove redundant auto quirks for conexant 506x (Jaroslav Kysela) [838558] | |
- [alsa] hda: remove quirk for Dell Vostro 1015 (Jaroslav Kysela) [838558] | |
- [alsa] hda: add dock support for Thinkpad X230 (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix regression of HDMI codec probing (Jaroslav Kysela) [838558] | |
- [alsa] hda: add dock support for Thinkpad T430s (Jaroslav Kysela) [838558] | |
- [alsa] hda: Support dock on Lenovo Thinkpad T530 with ALC269VC (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix mute-LED GPIO initialization for IDT codecs (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix polarity of mute LED on HP Mini 210 (Jaroslav Kysela) [838558] | |
- [alsa] hda: Workaround for silent output on VAIO Z with ALC889 (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix WARNING from HDMI/DP parser (Jaroslav Kysela) [838558] | |
- [alsa] hda: Detach from converter at closing in patch_hdmi.c (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix mute-LED GPIO setup for HP Mini 210 (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix invalid D3 of headphone DAC on VT202x codecs (Jaroslav Kysela) [838558] | |
- [alsa] hda: add dock support for Thinkpad X230 Tablet (Jaroslav Kysela) [838558] | |
- [alsa] hda: Turn on PIN_OUT from hdmi playback prepare. (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add support for Realtek ALC282 (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix index number conflicts of phantom jacks (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add new GPU codec ID to snd-hda (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix driver type of Haswell controller to AZX_DRIVER_SCH (Jaroslav Kysela) [838558] | |
- [alsa] hda: add Haswell HDMI codec id (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add DeviceID for Haswell HDA (Jaroslav Kysela) [838558] | |
- [alsa] hda: Always call standard unsolicited event for Realtek codecs (Jaroslav Kysela) [838558] | |
- [alsa] hda: Avoid possible race of beep on/off (Jaroslav Kysela) [838558] | |
- [alsa] hda: Move beep helper functions to hda_beep.c (Jaroslav Kysela) [838558] | |
- [alsa] hda: give 3-pin jack the name "Headphone Mic Jack" (Jaroslav Kysela) [838558] | |
- [alsa] hda: Support single 3-pin jack without VREF on the actual pin (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix no sound from ALC662 after Windows reboot (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix power-map regression for HP dv6 & co (Jaroslav Kysela) [838558] | |
- [alsa] hda: Initialize caches at codec reconfiguration (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix memory leaks at module unload (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix memory leaks in Realtek & Conexant codec parsers (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add Realtek ALC280 codec support (Jaroslav Kysela) [838558] | |
- [alsa] hda: Remove suprefluous EAPD init verbs for ALC660vd (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add inv-dmic model to possible Realtek codecs (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add inverted mic quirks for Asus U41SV, Acer 1810TZ and AOD260 (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add the inverted digital mic workaround to Realtek codecs (Jaroslav Kysela) [838558] | |
- [alsa] hda: Don't power up when not powered down. (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add inverted internal mic quirk for Lenovo S205 (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix ALC272X codec detection (Jaroslav Kysela) [838558] | |
- [alsa] hda: Correct info print in HDMI non-intrinsic unsol event (Jaroslav Kysela) [838558] | |
- [alsa] hda: Don't rely on event tag for simple_hdmi (Jaroslav Kysela) [838558] | |
- [alsa] hda: Remove loop from simple_hdmi*() (Jaroslav Kysela) [838558] | |
- [alsa] hda: Move one-time init codes from generic_hdmi_init() (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add missing snd_hda_jack_detect_enable() for simple_hdmi*() (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix the pin nid assignment in patch_hdmi.c (Jaroslav Kysela) [838558] | |
- [alsa] hda: Enable unsol event for ATI and Nvidia HDMI codecs too (Jaroslav Kysela) [838558] | |
- [alsa] hda: Remove invalid init verbs for Nvidia 2ch codecs (Jaroslav Kysela) [838558] | |
- [alsa] hda: Use common codes for ATI, Nvidia and VIA simple codecs (Jaroslav Kysela) [838558] | |
- [alsa] hda: Merge ATI/VIA HDMI simple init functions (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add the support for VIA HDMI pin detection (Jaroslav Kysela) [838558] | |
- [alsa] hda/intel: activate COMBO mode for Intel client chipsets (Jaroslav Kysela) [838558] | |
- [alsa] hda: Create phantom jacks for fixed inputs and outputs (Jaroslav Kysela) [838558] | |
- [alsa] hda: add support for HD-Audio CODECes of VIA HDMI GFX Cards (Jaroslav Kysela) [838558] | |
- [alsa] hda: add support for HD-Audio of VIA HDMI GFX Cards (Jaroslav Kysela) [838558] | |
- [alsa] hda: power setting error check (Jaroslav Kysela) [838558] | |
- [alsa] hda: check proper return value (Jaroslav Kysela) [838558] | |
- [alsa] hda: reduce msleep time if EPSS power states supported (Jaroslav Kysela) [838558] | |
- [alsa] hda: check supported power states (Jaroslav Kysela) [838558] | |
- [alsa] hda: Show D3cold state in proc files (Jaroslav Kysela) [838558] | |
- [alsa] hda: add power states information in proc (Jaroslav Kysela) [838558] | |
- [alsa] hda: Handle open while transitioning to D3. (Jaroslav Kysela) [838558] | |
- [alsa] hda: Don't forget to call init verbs added by fixup list (Jaroslav Kysela) [838558] | |
- [alsa] hda: Pin fixup for Zotac Z68 motherboard (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix detection of Creative SoundCore3D controllers (Jaroslav Kysela) [838558] | |
- [alsa] hda: HDMI Audio init all connectors when VGA-switcheroo is off (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix uninitialized HDMI controllers with VGA-switcheroo (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Add new codec support for ALC269VD (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Fix unused variable compile warning (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix possible races of accesses to connection list array (Jaroslav Kysela) [838558] | |
- [alsa] hda: unlock on error in azx_interrupt() (Jaroslav Kysela) [838558] | |
- [alsa] hda/idt: Cache the power-map bits (Jaroslav Kysela) [838558] | |
- [alsa] hda/idt: Clean up power-map check code (Jaroslav Kysela) [838558] | |
- [alsa] hda: Evaluate gpio_led hints at the right moment (Jaroslav Kysela) [838558] | |
- [alsa] hda/idt: Fix power-map for speaker-pins with some HP laptops (Jaroslav Kysela) [838558] | |
- [alsa] hda: Support VGA-switcheroo (disabled for RHEL6) (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add a hook capability to vmaster controls (Jaroslav Kysela) [838558] | |
- [alsa] hda: Export snd_hda_lock_devices() (Jaroslav Kysela) [838558] | |
- [alsa] hda: Check the dead HDMI audio controller by vga-switcheroo (Jaroslav Kysela) [838558] | |
- [alsa] hda: Disable FLOAT format support (Jaroslav Kysela) [838558] | |
- [alsa] hda/conexant: Correct vendor IDs for new codecs (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix concurrent hash accesses (Jaroslav Kysela) [838558] | |
- [alsa] hda: Protect SPDIF-related stuff via spdif_mutex (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add Conexant CX20751/2/3/4 codec support (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add the support for Creative SoundCore3D (Jaroslav Kysela) [838558] | |
- [alsa] hda: More robustify the power-up/down sequence (Jaroslav Kysela) [838558] | |
- [alsa] hda: Remove pre_resume and post_suspend ops (Jaroslav Kysela) [838558] | |
- [alsa] hda: Lessen CPU usage when waiting for chip to respond (Jaroslav Kysela) [838558] | |
- [alsa] hda: Move BIOS pin-parser code to hda_auto_parser.c (Jaroslav Kysela) [838558] | |
- [alsa] hda: Move up the fixup helper functions to the library module (Jaroslav Kysela) [838558] | |
- [alsa] hda: Protect the power-saving count with spinlock (Jaroslav Kysela) [838558] | |
- [alsa] hda: Clear the power-saving states properly at reset (Jaroslav Kysela) [838558] | |
- [alsa] hda: Always resume the codec immediately (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix possible access to uninitialized work struct (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Call a common helper for alc_spec initialization (Jaroslav Kysela) [838558] | |
- [alsa] hda: Revert "ALSA: hda - Set codec to D3 forcibly even if not used" (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Call alc_auto_parse_customize_define() always after fixup (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Add missing CD-input pin for MSI-7350 mobo (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Add a fixup for Acer Aspire 5739G (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix oops caused by recent commit "Fix internal mic for Lenovo Ideapad U300s" (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix internal mic for Lenovo Ideapad U300s (Jaroslav Kysela) [838558] | |
- [alsa] hda: Skip pin capability sanity check for bogus values (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add snd_hda_get_default_vref() helper function (Jaroslav Kysela) [838558] | |
- [alsa] hda: Introduce snd_hda_set_pin_ctl*() helper functions (Jaroslav Kysela) [838558] | |
- [alsa] hda/conexant: Set up the missing docking-station pins (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add external mic quirk for Asus Zenbook UX31E (Jaroslav Kysela) [838558] | |
- [alsa] hda/conexant: Don't set HP pin-control bit unconditionally (Jaroslav Kysela) [838558] | |
- [alsa] hda/sigmatel: Fix inverted mute LED (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Fix regression on Quanta/Gericom KN1 (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Fix mem leak (and rid us of trailing whitespace). (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Add quirk for Mac Pro 5,1 machines (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Add a fixup entry for Acer Aspire 8940G (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Fix GPIO1 setup for Acer Aspire 4930 & co (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Add a few ALC882 model strings back (Jaroslav Kysela) [838558] | |
- [alsa] hda: hide HDMI/ELD printks unless snd.debug=2 (Jaroslav Kysela) [838558] | |
- [alsa] hda: clean up CX20549 test mixer setup (Jaroslav Kysela) [838558] | |
- [alsa] hda: CX20549 doesn't need pin_amp_workaround. (Jaroslav Kysela) [838558] | |
- [alsa] hda: Remove CD control from model=benq for CX20549 (Jaroslav Kysela) [838558] | |
- [alsa] hda: fix record volume controls of CX20459 ("Venice") (Jaroslav Kysela) [838558] | |
- [alsa] hda: Rename capture sources of CX20549 to match common conventions (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix proc output for ADC amp values of CX20549 (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Fix ADC assignment with a shared HP/Mic pin (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix build with CONFIG_PM=n (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix build of patch_sigmatel.c without CONFIG_SND_HDA_POWER_SAVE (Jaroslav Kysela) [838558] | |
- [alsa] hda: fix printing of high HDMI sample rates (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add expose_enum_ctl flag to snd_hda_add_vmaster_hook() (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add "Mute-LED Mode" enum control (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add EAPD control to Conexnat auto-parser (Jaroslav Kysela) [838558] | |
- [alsa] hda: Rewrite the mute-LED control with vmaster hook for ALC269 (Jaroslav Kysela) [838558] | |
- [alsa] hda: Rewrite the mute-LED hook with vmaster hook in patch_sigmatel.c (Jaroslav Kysela) [838558] | |
- [alsa] hda: Return the created kcontrol in __snd_hda_add_vmaster() (Jaroslav Kysela) [838558] | |
- [alsa] hda: Typos: change aditional to additional. (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Reuse init_hook for ALC269VB coef setup (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix silent speaker output on Acer Aspire 6935 (Jaroslav Kysela) [838558] | |
- [alsa] hda: Initialize vmaster slave volumes (Jaroslav Kysela) [838558] | |
- [alsa] hda: Set codec to D3 forcibly even if not used (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add Gigabyte GA-MA790X to the beep whitelist (Jaroslav Kysela) [838558] | |
- [alsa] hda: fix broken automute/autoswitch for Realtek (Jaroslav Kysela) [838558] | |
- [alsa] hda/conexant: Clear unsol events on unused pins (Jaroslav Kysela) [838558] | |
- [alsa] hda: Enable docking-station SPDIF for Thinkpad (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add position_fix=4 (COMBO) option (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix audio playback support on HP Zephyr system (Jaroslav Kysela) [838558] | |
- [alsa] hda: add id for Atom Cedar Trail HDMI codec (Jaroslav Kysela) [838558] | |
- [alsa] hda/via: Add a few sanity checks (Jaroslav Kysela) [838558] | |
- [alsa] hda/via: Don't create duplicated boost controls (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Small code cleanups (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Fix the wrong offset for two-speaker systems (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Fix the possible conflicts of Bass Speaker name (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Create individual mute switches for shared DAC (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Fix possible Oops with NULL input_mux (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Parse aa-loopback items dynamically (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Remove the last static quirks for ALC882 (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Add model=fixup not to apply fix-ups (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Drop all ALC880 static quirks (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Drop model=asus* from ALC880 (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Rewrite ALC880 model=asus-w1v with auto-parser (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Rewrite ALC880 model=z71v with auto-parser (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Rewrite ALC880 model=uniwill-dig with auto-parser (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Rewrite ALC880 model=uniwill with auto-parser (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Rewrite ALC880 model=uniwill-p53 with auto-parser (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Rewrite ALC880 model=F1734 with auto-parser (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Rewrite ALC880 model=futjisu with auto-parser (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Apply probe-fixup really after probing (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Replace ALC880 model=tcl with auto-parser (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Drop ALC880 model=clevo (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Refactor the DAC filler function (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Rewrite ALC880 model=w810 with auto-parser (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Rewrite ALC880 model=lg with the auto-parser (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Adjust badness calculation for multi-ios (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Show multi-io pins in debug prints (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Try harder to fit the single-connections (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Finer tuning of auto-parser with badness evaluation (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Improve the signel-connection check (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Disable static fixups for ASUS with ALC269 (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Remove leftover static quirks for ALC260 (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Drop model=fujitsu from ALC260 static quirks (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Drop model=favorit100 for ALC260 (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Add the support for HP Presario B1900 (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Replace ALC260 model=replacer with the auto-parser (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Replace ALC260 model=acer with the auto-parser (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Add the fixup codes for ALC260 model=will (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add another jack-detection suppression for ASUS ALC892 (Jaroslav Kysela) [838558] | |
- [alsa] hda: Suppress auto-mute feature on some machines with ALC861 (Jaroslav Kysela) [838558] | |
- [alsa] hda: Add codec->no_jack_detect flag (Jaroslav Kysela) [838558] | |
- [alsa] hda: Make is_jack_detectable() as non-inlined (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Apply the coef-setup only to ALC269VB (Jaroslav Kysela) [838558] | |
- [alsa] hda: add quirk to detect CD input on Gigabyte EP45-DS3 (Jaroslav Kysela) [838558] | |
- [alsa] hda: Kill hyphenated names (Jaroslav Kysela) [838558] | |
- [alsa] hda: Always set HP pin in unsol handler for STAC/IDT codecs (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Fix resume of multiple input sources (Jaroslav Kysela) [838558] | |
- [alsa] hda/realtek: Fix overflow of vol/sw check bitmap (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix initialization of secondary capture source on VT1705 (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix mute-LED VREF value for new HP laptops (Jaroslav Kysela) [838558] | |
- [alsa] hda: Fix error handling in patch_ca0132.c (Jaroslav Kysela) [838558] | |
- [alsa] hda: add support for Uniwill ECS M31EI notebook (Jaroslav Kysela) [838558] | |
- [x86] Mark Intel Crystal Well CPU as supported (Prarit Bhargava) [861060] | |
- [x86] Mark Intel Ivy Town Processor as Supported (Prarit Bhargava) [847372] | |
- [x86] apic: Use x2apic physical mode based on FADT setting (Prarit Bhargava) [832162] | |
- [s390] zcrypt: Add support for CEX4 crypto card (Hendrik Brueckner) [823010] | |
* Thu Oct 04 2012 Jarod Wilson <[email protected]> [2.6.32-319.el6] | |
- [md] dm-thin: support discard with non power of two blocksize (Mike Snitzer) [858858] | |
- [md] dm-thin: fix discard support for data devices (Mike Snitzer) [858858] | |
- [md] dm-thin: tidy discard support (Mike Snitzer) [858858] | |
- [md] dm-thin: do not set discard_zeroes_data (Mike Snitzer) [858858] | |
- [md] dm: handle requests beyond end of device instead of using BUG_ON (Mike Snitzer) [858858] | |
- [md] dm: retain table limits when swapping to new table with no devices (Mike Snitzer) [858858] | |
- [md] dm-table: clear add_random unless all devices have it set (Mike Snitzer) [858858] | |
- [md] dm-mpath: only retry ioctl when no paths if queue_if_no_path set (Mike Snitzer) [858858] | |
- [md] dm-mpath: fix check for null mpio in end_io fn (Mike Snitzer) [858858] | |
- [block] split discard into aligned requests (Mike Snitzer) [858858] | |
- [block] reorganize rounding of max_discard_sectors (Mike Snitzer) [858858] | |
- [scsi] Fix dm-multipath starvation when scsi host is busy (Mike Snitzer) [858858] | |
- [netdrv] vmxnet3: fix interrupt control bitmap (Neil Horman) [829953] | |
- [netdrv] vmxnet3: Remove casts to same type (Neil Horman) [829953] | |
- [netdrv] vmxnet3: Fix log messages and corrects some typos (Neil Horman) [829953] | |
- [netdrv] vmxnet3: Fix transport header size (Neil Horman) [829953] | |
- [netdrv] vmxnet3: Fix typo in vmxnet3_drv.c (Neil Horman) [829953] | |
- [netdrv] vmxnet3: Remove alloc_etherdev error messages (Neil Horman) [829953] | |
- [netdrv] vmxnet3: Remove unnecessary k.alloc/v.alloc OOM messages (Neil Horman) [829953] | |
- [netdrv] vmxnet3: cleanup tso headers manipulation (Neil Horman) [829953] | |
- [netdrv] vmxnet3: make ethtool ops const (Neil Horman) [829953] | |
- [netdrv] vmxnet3: Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers (Neil Horman) [829953] | |
- [netdrv] vmxnet3: Add module.h to drivers who were implicitly using it (Neil Horman) [829953] | |
- [netdrv] vmxnet3: add skb frag size accessors (Neil Horman) [829953] | |
- [netdrv] vmxnet3: fix skb truesize underestimation (Neil Horman) [829953] | |
- [netdrv] vmxnet3: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map (Neil Horman) [829953] | |
- [netdrv] vmxnet3: convert to SKB paged frag API (Neil Horman) [829953] | |
- [netdrv] vmxnet3: Don't enable vlan filters in promiscuous mode (Neil Horman) [829953] | |
- [netdrv] vmxnet3: Fix advertising HW_CSUM feature to use csum_start (Neil Horman) [829953] | |
- [netdrv] net: fix assignment of 0/1 to bool variables (John Feeney) [826718] | |
- [netdrv] tg3: Update version to 3.124 (John Feeney) [826718] | |
- [netdrv] tg3: Fix race condition in tg3_get_stats64() (John Feeney) [826718] | |
- [netdrv] tg3: Add New 5719 Read DMA workaround (John Feeney) [826718] | |
- [netdrv] tg3: Fix Read DMA workaround for 5719 A0 (John Feeney) [826718] | |
- [netdrv] tg3: Request APE_LOCK_PHY before PHY access (John Feeney) [826718] | |
- [netdrv] tg3: Add hwmon support for temperature (John Feeney) [826718] | |
- [netdrv] tg3: Add APE scratchpad read function (John Feeney) [826718] | |
- [netdrv] tg3: Add common function tg3_ape_event_lock() (John Feeney) [826718] | |
- [netdrv] tg3: Fix the setting of the APE_HAS_NCSI flag (John Feeney) [826718] | |
- [netdrv] tg3: add device id of Apple Thunderbolt Ethernet device (John Feeney) [826718] | |
- [netdrv] tg3: Apply short DMA frag workaround to 5906 (John Feeney) [826718] | |
- [netdrv] tg3: remove redundant NULL test before release_firmware() call (John Feeney) [826718] | |
- [netdrv] tg3: Avoid panic from reserved statblk field access (John Feeney) [826718] | |
- [netdrv] tg3: Fix 5717 serdes powerdown problem (John Feeney) [826718] | |
- [netdrv] tg3: Remove all #inclusions of asm/system.h (John Feeney) [826718] | |
- [netdrv] tg3: Fix RSS ring refill race condition (John Feeney) [826718] | |
- [netdrv] tg3: Recode PCI MRRS adjustment as a PCI quirk (John Feeney) [826718] | |
- [netdrv] tg3: Fix poor tx performance on 57766 after MTU change (John Feeney) [826718] | |
- [netdrv] tg3: Add memory barriers to sync BD data (John Feeney) [826718] | |
- [netdrv] tg3: Fix jumbo loopback test on 5719 (John Feeney) [826718] | |
- [netdrv] tg3: Fix tg3_get_stats64 for 5700 / 5701 devs (John Feeney) [826718] | |
- [netdrv] tg3: unify return value of .ndo_set_mac_address if address is invalid (John Feeney) [826718] | |
- [netdrv] tg3: Create timer helper functions (John Feeney) [826718] | |
- [netdrv] tg3: Clear RECOVERY_PENDING with reset_task_cancel (John Feeney) [826718] | |
- [netdrv] tg3: Remove SPEED_UNKNOWN checks (John Feeney) [826718] | |
- [netdrv] tg3: Fix link check in tg3_adjust_link (John Feeney) [826718] | |
- [netdrv] tg3: remove IRQF_SAMPLE_RANDOM flag (John Feeney) [826718] | |
- [netdrv] tg3: Update copyright (John Feeney) [826718] | |
- [netdrv] tg3: Use *_UNKNOWN ethtool definitions (John Feeney) [826718] | |
- [netdrv] tg3: Remove unneeded link_config.orig_... members (John Feeney) [826718] | |
- [netdrv] tg3: Remove unused link config code (John Feeney) [826718] | |
- [netdrv] tg3: Consolidate ASIC rev detection code (John Feeney) [826718] | |
- [netdrv] tg3: Reduce UMP event collision window (John Feeney) [826718] | |
- [netdrv] tg3: Fix copper autoneg adv checks (John Feeney) [826718] | |
- [netdrv] tg3: Fix stats while interface is down (John Feeney) [826718] | |
- [netdrv] tg3: Disable new DMA engine for 57766 (John Feeney) [826718] | |
- [netdrv] tg3: Move transmit comment to a better location (John Feeney) [826718] | |
- [netdrv] tg3: Eliminate unneeded prototype (John Feeney) [826718] | |
- [netdrv] tg3: Relocate tg3_find_peer (John Feeney) [826718] | |
- [netdrv] tg3: Move tg3_nvram_write_block functions (John Feeney) [826718] | |
- [netdrv] tg3: Move tg3_set_rx_mode (John Feeney) [826718] | |
- [netdrv] tg3: Move tg3_change_mtu to a better location (John Feeney) [826718] | |
- [netdrv] tg3: Relocate tg3_reset_task (John Feeney) [826718] | |
- [netdrv] tg3: Move tg3_restart_hw to a better location (John Feeney) [826718] | |
- [netdrv] tg3: Remove alloc_etherdev error messages (John Feeney) [826718] | |
- [netdrv] tg3: Break out RSS indir table init and assignment (John Feeney) [826718] | |
- [netdrv] tg3: Use mii_advertise_flowctrl (John Feeney) [826718] | |
- [netdrv] tg3: Make the TX BD DMA limit configurable (John Feeney) [826718] | |
- [netdrv] tg3: Enable EEE support for capable 10/100 devs (John Feeney) [826718] | |
- [netdrv] tg3: Track LP advertising (John Feeney) [826718] | |
- [netdrv] tg3: Integrate flowctrl check into AN adv check (John Feeney) [826718] | |
- [netdrv] tg3: Fix advertisement handling (John Feeney) [826718] | |
- [netdrv] tg3: Change mii to ethtool advertisement function names (John Feeney) [826718] | |
- [netdrv] tg3: Add ethtool to mii advertisment conversion helpers (John Feeney) [826718] | |
- [firmware] add Ralink rt2800 firmware images (Stanislaw Gruszka) [841604] | |
- [mm] x86_32: randomize SHLIB_BASE (Aristeu Rozanski) [804956] {CVE-2012-1568} | |
* Wed Oct 03 2012 Jarod Wilson <[email protected]> [2.6.32-318.el6] | |
- [kernel] cgroups: don't attach task to subsystem if migration failed (Frederic Weisbecker) [751817] | |
- [kernel] cgroups: more safe tasklist locking in cgroup_attach_proc (Frederic Weisbecker) [751817] | |
- [kernel] cgroups: use flex_array in attach_proc (Frederic Weisbecker) [751817] | |
- [lib] flex_array: allow zero length flex arrays (Frederic Weisbecker) [751817] | |
- [lib] flex_array: fix flex_array_put_ptr macro to be valid C (Frederic Weisbecker) [751817] | |
- [lib] flex_array: add helpers to get and put to make pointers easy to use (Frederic Weisbecker) [751817] | |
- [kernel] cgroups: make procs file writable (Frederic Weisbecker) [751817] | |
- [kernel] cgroups: add per-thread subsystem callbacks (Frederic Weisbecker) [751817] | |
- [kernel] cgroup_freezer: fix freezing groups with stopped tasks (Frederic Weisbecker) [751817] | |
- [kernel] cgroup_freezer: update_freezer_state() does incorrect state transitions (Frederic Weisbecker) [751817] | |
- [kernel] cgroups: read-write lock CLONE_THREAD forking per threadgroup (Frederic Weisbecker) [751817] | |
- [kernel] cgroup_freezer: fix can_attach() to prohibit moving from/to freezing/frozen cgroups (Frederic Weisbecker) [751817] | |
- [kernel] cgroup_freezer: unnecessary test in cgroup_freezing_or_frozen() (Frederic Weisbecker) [751817] | |
- [kernel] cgroup_freezer: Update stale locking comments (Frederic Weisbecker) [751817] | |
- [net] nf_defrag_ipv6: fix oops on module unloading (Amerigo Wang) [726807] | |
* Wed Oct 03 2012 Jarod Wilson <[email protected]> [2.6.32-317.el6] | |
- [fs] ext4: check for zero length extent (Lukas Czerner) [813097] | |
- [fs] cifs: Fix the conflict between rwpidforward and rw mount options (Sachin Prabhu) [852747] | |
- [fs] cifs: Fix wrong length in cifs_iovec_read (Sachin Prabhu) [851694] | |
- [fs] gfs2: Make write size hinting code common (Bob Peterson) [753337] | |
- [fs] gfs2: Fix missing allocation data for set/remove xattr (Bob Peterson) [753337] | |
- [fs] gfs2: Take account of blockages when using reserved blocks (Bob Peterson) [753337] | |
- [fs] gfs2: Reduce file fragmentation (Bob Peterson) [753337] | |
- [fs] gfs2: Eliminate unnecessary check for state > 3 in bitfit (Bob Peterson) [753337] | |
- [fs] gfs2: Fold quota data into the reservations struct (Bob Peterson) [753337] | |
- [fs] gfs2: Extend the life of the reservations structure (Bob Peterson) [753337] | |
- [fs] gfs2: Add rgrp information to block_alloc trace point (Bob Peterson) [753337] | |
- [fs] gfs2: Eliminate unused "new" parameter to gfs2_meta_indirect_buffer (Bob Peterson) [753337] | |
- [fs] gfs2: Remove redundant metadata block type check (Bob Peterson) [753337] | |
- [fs] gfs2: Eliminate needless parameter from function gfs2_setbit (Bob Peterson) [753337] | |
- [fs] gfs2: Use variable rather than qa to determine if unstuff necessary (Bob Peterson) [753337] | |
- [fs] gfs2: Remove i_disksize (Bob Peterson) [753337] | |
- [fs] gfs2: New truncate sequence (Bob Peterson) [753337] | |
- [fs] gfs2: Change variable blk to biblk (Bob Peterson) [753337] | |
- [fs] gfs2: Fix function parameter comments in rgrp.c (Bob Peterson) [753337] | |
- [fs] gfs2: Eliminate offset parameter to gfs2_setbit (Bob Peterson) [753337] | |
- [fs] gfs2: Use slab for block reservation memory (Bob Peterson) [753337] | |
- [fs] gfs2: make function gfs2_page_add_databufs static (Bob Peterson) [753337] | |
- [fs] gfs2: Rename function gfs2_close to gfs2_release (Bob Peterson) [753337] | |
- [fs] gfs2: Dump better debug info if a bitmap inconsistency is detected (Bob Peterson) [753337] | |
- [fs] gfs2: Use seq_vprintf for glocks debugfs file (Robert S Peterson) [847377] | |
- [fs] seq_file: Add seq_vprintf function and export it (Robert S Peterson) [847377] | |
- [fs] gfs2: Size seq_file buffer more carefully (Robert S Peterson) [847377] | |
- [fs] gfs2: Cache last hash bucket for glock seq_files (Robert S Peterson) [847377] | |
- [fs] gfs2: Increase buffer size for glocks and glstats debugfs files (Robert S Peterson) [847377] | |
- [fs] gfs2: glock statistics gathering (Robert S Peterson) [806385] | |
- [fs] jbd: clear revoked flag on buffers before a new transaction started (Lukas Czerner) [804281] | |
- [fs] ext3: Avoid filesystem corruption after a crash under heavy delete load (Lukas Czerner) [804281] | |
- [fs] nfs: prepare coalesce testing for directio (Steve Dickson) [854746] | |
- [fs] nfs: create completion structure to pass into page_init functions (Steve Dickson) [854746] | |
- [fs] nfs: remove unused wb_complete field from struct nfs_page (Steve Dickson) [854746] | |
- [fs] nfs: merge _full and _partial write rpc_ops (Steve Dickson) [854746] | |
- [fs] nfs: Don't use DATA_SYNC writes (Steve Dickson) [854746] | |
- [fs] nfs: merge _full and _partial read rpc_ops (Steve Dickson) [854746] | |
- [fs] nfs: Dont rely on PageError in nfs_readpage_release_partial (Steve Dickson) [854746] | |
- [fs] nfs: create struct nfs_page_array (Steve Dickson) [854746] | |
- [fs] nfs: create common nfs_pgio_header for both read and write (Steve Dickson) [854746] | |
- [fs] nfs: make pnfs_ld_[read|write]_done consistent (Steve Dickson) [854746] | |
- [fs] pnfs: make _set_lo_fail generic (Steve Dickson) [854746] | |
- [fs] nfs: Get rid of the unused nfs_read_data->flags field (Steve Dickson) [854746] | |
- [fs] nfs: Get rid of the unused nfs_write_data->flags field (Steve Dickson) [854746] | |
- [fs] nfs: Remove unused variable from write.c (Steve Dickson) [854746] | |
- [fs] nfs: Get rid of the nfs_rdata_mempool (Steve Dickson) [854746] | |
- [fs] nfs: Get rid of unnecessary calls to ClearPageError() in read code (Steve Dickson) [854746] | |
- [fs] nfs: Get rid of nfs_restart_rpc() (Steve Dickson) [854746] | |
- [fs] nfs: use req_offset where appropriate (Steve Dickson) [854746] | |
- [fs] nfs: Clean up - simplify the switch to read/write-through-MDS (Steve Dickson) [846714] | |
- [fs] nfs: remove unnecessary casts of void pointers in nfs4filelayout.c (Steve Dickson) [846714] | |
- [fs] nfs: reverse arg order in nfs_initiate_[read|write] (Steve Dickson) [846714] | |
- [fs] nfs: add a struct nfs_commit_data to replace nfs_write_data in commits (Steve Dickson) [846714] | |
- [fs] nfs: Remove nfs4_setup_sequence from generic read code (Steve Dickson) [846714] | |
- [fs] nfs: Remove nfs4_setup_sequence from generic write code (Steve Dickson) [846714] | |
- [fs] nfs: Add a new helper nfs4_init_sequence() (Steve Dickson) [846714] | |
- [fs] nfs: Add lseg to struct nfs4_fl_commit_bucket (Steve Dickson) [846714] | |
- [fs] nfs: Revert pnfs ugliness from the generic nfs read code path (Steve Dickson) [846714] | |
- [fs] nfs: File layout only supports whole file layouts (Steve Dickson) [846714] | |
- [fs] nfs: make pnfs_ld_[read|write]_done consistent (Steve Dickson) [846714] | |
- [fs] nfs: Remove pnfs bloat from the generic write path (Steve Dickson) [846714] | |
- [fs] pnfs: Must return layout on IO error (Steve Dickson) [846714] | |
- [fs] pnfs: layoutret_on_setattr (Steve Dickson) [846714] | |
- [fs] nfs: Revert coalesce small, page-aligned direct I/Os (Steve Dickson) [846708] | |
- [fs] nfs: dprintks in directio code were referencing task after put (Steve Dickson) [846708] | |
- [fs] nfs: grab open context in direct read (Steve Dickson) [846708] | |
- [fs] nfs: put open context on error in nfs_flush_multi (Steve Dickson) [846708] | |
- [fs] nfs: put open context on error in nfs_pagein_multi (Steve Dickson) [846708] | |
- [fs] nfs: remove duplicate variable declaration in filelayout_clear_request_commit (Steve Dickson) [846708] | |
- [fs] nfs: Use cond_resched_lock() to reduce latencies in the commit scans (Steve Dickson) [846708] | |
- [kernel] list: add list_safe_reset_next (Steve Dickson) [846708] | |
- [fs] nfs: Fix a few issues in filelayout_commit_pagelist (Steve Dickson) [846708] | |
- [fs] ext3, ext4: don't clear orphan list on ro mount with errors (Eric Sandeen) [852771] | |
- [block] replace __getblk_slow misfix by grow_dev_page fix (Jeff Moyer) [534080] | |
- [fs] buffer: remove BUG() in possible but rare condition (Jeff Moyer) [534080] | |
- [fs] gfs2: Add kobject release method (Robert S Peterson) [826089] | |
- [fs] nfs: check for req==NULL in nfs_try_to_update_request cleanup (Steve Dickson) [846688] | |
- [fs] nfs: ncommit count is being double decremented (Steve Dickson) [846688] | |
- [fs] nfs: Clean ups and bugfixes for the pnfs read/writeback/commit code (Steve Dickson) [846688] | |
- [fs] nfs: Revert pnfs ugliness from the generic nfs read code path (Steve Dickson) [846688] | |
- [fs] pnfs: recoalesce when ld read pagelist fails (Steve Dickson) [846688] | |
- [fs] nfs: Move the pnfs write code into pnfs.c (Steve Dickson) [846688] | |
- [fs] nfs: Move the pnfs read code into pnfs.c (Steve Dickson) [846688] | |
- [fs] nfs: Cache rpc_ops in struct nfs_pageio_descriptor (Steve Dickson) [846688] | |
- [fs] nfs: split out the RPC transmission from nfs_pagein_multi/one (Steve Dickson) [846688] | |
- [fs] nfs: Clean up nfs_read_rpcsetup and nfs_write_rpcsetup (Steve Dickson) [846688] | |
- [fs] pnfs: recoalesce when ld write pagelist fails (Steve Dickson) [833091] | |
- [fs] nfs: Allow the nfs_pageio_descriptor to signal that a re-coalesce is needed (Steve Dickson) [833091] | |
- [fs] nfs: Use stable writes when not doing a bulk flush (Steve Dickson) [833091] | |
- [fs] nfs: remove nfs_inode radix tree (Steve Dickson) [833091] | |
- [fs] nfs: nfs_open_context doesn't need struct path either (Steve Dickson) [833091] | |
- [fs] nfs: nfs4_opendata doesn't need struct path either (Steve Dickson) [833091] | |
- [fs] nfs: nfs4_closedata doesn't need to mess with struct path (Steve Dickson) [833091] | |
- [fs] nfs: Fix a hang in the writeback path (Steve Dickson) [833091] | |
- [fs] nfs: remove nfs_PAGE_TAG_LOCKED (Steve Dickson) [833091] | |
* Tue Oct 02 2012 Jarod Wilson <[email protected]> [2.6.32-316.el6] | |
- [netdrv] qlcnic: get rid of a redundant test for NULL before call to release_firmware() (Chad Dupuis) [826572] | |
- [netdrv] qlcnic: remove unnecessary setting of skb->dev (Chad Dupuis) [826572] | |
- [netdrv] qlcnic: off by one in qlcnic_init_pci_info() (Chad Dupuis) [826572] | |
- [netdrv] qlcnic: vlan workaround for mac deletion bug in firmware (Chad Dupuis) [826572] | |
- [netdrv] qlcnic: fix turnaround delay during migration (Chad Dupuis) [826572] | |
- [netdrv] qlcnic: Fix protcol type in case of inband vlan. (Chad Dupuis) [826572] | |
- [netdrv] qlcnic: fix unsupported CDRP command error message. (Chad Dupuis) [826572] | |
- [netdrv] qlcnic: Fix estimation of recv MSS in case of LRO (Chad Dupuis) [826572] | |
- [netdrv] qlcnic: Allow a predefined set of capture masks for FW dump (Chad Dupuis) [826572] | |
- [netdrv] qlcnic: Adding mac statistics to ethtool. (Chad Dupuis) [826572] | |
- [netdrv] qlcnic: Register device in FAILED state. (Chad Dupuis) [826572] | |
- [netdrv] qlcnic: Bug fix for LRO (Chad Dupuis) [826572] | |
- [netdrv] qlcnic: Added sysfs Node fwdump_state (Chad Dupuis) [826572] | |
- [scsi] aacraid: respond automatically to volumes added by config tool (Rich Bono) [857561] | |
- [scsi] aacraid: reset should disable MSI interrupt (Rich Bono) [857561] | |
- [scsi] aacraid: prohibit access to array container space (Rich Bono) [857561] | |
- [scsi] aacraid: expose physical devices for models with newer firmware (Rich Bono) [857561] | |
- [scsi] aacraid: add support for handling ATA pass-through commands (Rich Bono) [857561] | |
- [infiniband] cxgb4: Fix endianness of addition to mpa->private_data_size (Jay Fenlason) [747145] | |
- [infiniband] cxgb4: Fix crash when peer address is 0.0.0.0 (Jay Fenlason) [747145] | |
- [infiniband] cxgb4: Add query_qp support (Jay Fenlason) [747145] | |
- [infiniband] cxgb4: Remove kfifo usage (Jay Fenlason) [747145] | |
- [infiniband] cxgb4: DB Drop Recovery for RDMA and LLD queues (Jay Fenlason) [747145] | |
- [infiniband] cxgb4: Disable interrupts in c4iw_ev_dispatch() (Jay Fenlason) [747145] | |
- [infiniband] cxgb4: Add DB Overflow Avoidance (Jay Fenlason) [747145] | |
- [infiniband] cxgb4: Use dst parameter in import_ep() (Jay Fenlason) [747145] | |
- [infiniband] cxgb4: Add missing peer2peer check in MPAv2 code (Jay Fenlason) [747145] | |
- [infiniband] cxgb4: Consolidate 3 copies of the same operation into 1 helper function (Jay Fenlason) [747145] | |
- [infiniband] cxgb4: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw} (Jay Fenlason) [747145] | |
- [infiniband] cxgb4: Fix RCU lockdep splats (Jay Fenlason) [747145] | |
- [infiniband] cxgb4: Abstract dst->neighbour accesses behind helpers (Jay Fenlason) [747145] | |
- [edac] mce_amd: Drop too granulary family model checks (Mauro Carvalho Chehab) [822275] | |
- [edac] mce_amd: Constify error tables (Mauro Carvalho Chehab) [822275] | |
- [edac] mce_amd: Correct bank 5 error signatures (Mauro Carvalho Chehab) [822275] | |
- [edac] mce_amd: Rework NB MCE signatures (Mauro Carvalho Chehab) [822275] | |
- [edac] amd64_edac: Fix K8 revD and later chip select sizes (Mauro Carvalho Chehab) [822275] | |
- [edac] amd64_edac: Fix missing csrows sysfs nodes (Mauro Carvalho Chehab) [822275] | |
- [edac] amd64_edac: Cleanup return type of amd64_determine_edac_cap() (Mauro Carvalho Chehab) [822275] | |
- [edac] amd64_edac: Add a fix for Erratum 505 (Mauro Carvalho Chehab) [822275] | |
- [edac] mce_amd: Simplify NB MCE decoder interface (Mauro Carvalho Chehab) [822275] | |
- [edac] mce_amd: Drop local coreid reporting (Mauro Carvalho Chehab) [822275] | |
- [edac] mce_amd: Print valid addr when reporting an error (Mauro Carvalho Chehab) [822275] | |
- [edac] mce_amd: Print CPU number when reporting the error (Mauro Carvalho Chehab) [822275] | |
- [firmware] bnx2x: add FW 7.2.51.0 (Michal Schmidt) [819842] | |
- [netdrv] bnx2x: enable previously disabled ethtool ops (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: convert to .set_phys_id extended ethtool op (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Utilize Link Flap Avoidance (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Link Flap Avoidance (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: link code refactoring (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: use native EEE instead of auto-greeen (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: correct & clean 10G EEE requirements (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: EEE code refactoring (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: add EEE support for 4-port devices (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: EEE status is read locally (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: use list_move_tail instead of list_del/list_add_tail (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: fix rx checksum validation for IPv6 (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Add missing afex code (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: fix registers dumped (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: correct advertisement of pause capabilities (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: display the correct duplex value (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: prevent timeouts when using PFC (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: fix stats copying logic (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Avoid sending multiple statistics queries (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Correct the ndo_poll_controller call (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Move netif_napi_add to the open call (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Fix compiler warnings (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Fix recovery flow cleanup during probe (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: fix unload previous driver flow when flr-capable (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: fix mem leak when command is unknown (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: remove cast around the kmalloc in bnx2x_prev_mark_path (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Correct EEE statistics gathering (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Add new 57840 device IDs (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: organize BDs calculation for stop/resume (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Fix non-kernel-doc comments with kernel-doc start markers (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Fix (nearly-)kernel-doc comment (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: set maximal number of default RSS queues (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Change bnx2x_tests_str_arr to static char (Michal Schmidt) [819842 826277 826295 826302] | |
- [scsi] bnx2i: use strlcpy() instead of memcpy() for strings (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x, bnx2fc, bnx2i, cnic: Add statistics support and FCoE capabilities advertisement (Michal Schmidt) [819842 826277 826295 826302] | |
- [scsi] bnx2i: Fixed NULL ptr deference for 1G bnx2 Linux iSCSI offload (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] cnic: Allocate UIO resources only on devices that support iSCSI. (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] cnic: Allocate kcq resource only on devices that support FCoE. (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] cnic: Add function pointers to arm IRQ for different devices. (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] cnic: Free UIO rings when the device is closed. (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] cnic: Add functions to allocate and free UIO rings (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] cnic: Fix non-kernel-doc comments with kernel-doc start markers (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] cnic: remove invalid reference to list iterator variable (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] cnic: Fix mmap regression. (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] cnic: Handle RAMROD_CMD_ID_CLOSE error. (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] cnic: Remove uio mem[0]. (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] cnic: Read bnx2x function number from internal register (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] cnic: Fix occasional NULL pointer dereference during reboot. (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] cnic: Remove casts to same type (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2fc: Bumped version to 1.0.12 (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2fc: use list_entry instead of explicit cast (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2fc: Improve error recovery by handling parity errors (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2fc: Support interface creation on non-VLAN interface also (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2fc: Reduce object size by consolidating formats (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2i: Removed the reference to the netdev->base_addr (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: fix link for BCM57711 with 84823 phy (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: fix I2C non-respondent issue (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: link module eeprom (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: 1G sfp+ module handling (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: revised link register access (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: treat 0 speed as link down (copper) (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: link cleanup (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: sfp+ Tx fault detection added (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Change date and version to 1.72.51-0 (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Support DCBX for all functions (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Add support for ethtool -L (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Allow up to 63 RSS queues (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Split the FP structure (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Move the CNIC L2 CIDs to be right after the RSS CIDs (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Make the transmission queues adjacent (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Allow more than 64 L2 CIDs (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Add support for 4-tupple UDP RSS (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Return only online tests for MF (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Add support for external LB (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: correct LPI pass-through configuration (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: fix panic when TX ring is full (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: fix checksum validation (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Added EEE Ethtool support. (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Added EEE support (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: bug fix when loading after SAN boot (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: fix handling single MSIX mode for 57710/57711 (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: remove some bloat (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: off by one in bnx2x_ets_e3b0_sp_pri_to_cos_set() (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Update driver version to 1.72.50-0 (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: remove gro workaround (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: add afex support (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Clear MDC/MDIO warning message (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Fix BCM57711+BCM84823 link issue (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Clear BCM84833 LED after fan failure (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Fix BCM84833 PHY FW version presentation (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Fix link issue for BCM8727 boards. (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Restore 1G LED on BCM57712+BCM8727 designs. (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Fix BCM578x0-SFI pre-emphasis settings (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Fix BCM57810-KR AN speed transition (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Fix BCM57810-KR FC (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: PFC fix (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: add missing parenthesis to prevent u32 overflow (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Change to driver version 1.72.10-0 (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Change comments and white spaces (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: change to the rss engine (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: congestion management re-organization (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Added support for a new device - 57811 (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: added support for working with one msix irq. (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: enable inta on the pci bus when used (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: remove unnecessary dmae code (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: remove unnecessary .h dependencies (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: fix vector traveling while looking for an empty entry (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: previous driver unload revised (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: validate FW trace prior to its printing (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: changed iscsi/fcoe mac init and macros (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: added TLV_NOT_FOUND flags to the dcb (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: removed dcb unused code (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: reduced sparse warnings (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: revised driver prints (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: use ethtool_rxfh_indir_default() (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: call netif_set_real_num_rx_queues() (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: code doesn't use stats for allocating Rx BDs (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: ethtool returns req. AN even when AN fails (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: ethtool now returns unknown speed/duplex (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: mark functions as loaded on shared memory (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: use param's id instead of sp_obj's id (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: set_one_mac_e1x uses raw's state as input (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: removed unused function bnx2x_queue_set_cos_cid (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: move LLH_CAM to header, apply naming conventions (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: update driver version to 1.72.10-0 (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: add gro_check (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: make bnx2x_close() static again (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: use eth_hw_addr_random() and reset addr_assign_type (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: allow all functions to display the phy FW version (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: removed code re-checking memory base after device open (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: allow BCM84833 phy to advertise 100Base-T speeds (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: notify cnic of address of info-to-the-mcp (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: allocate smaller Rx rings for 1G functions (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: allocate memory dynamically in ethtool self-test. (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: force 10G on 84833 phy should be autoneg with only 10G advertised (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: added autoneg-restart after link advertisement changes (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: ethtool publishes link partners speed and FC (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: half duplex support added for several boards (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Remove boolean comparisons to true/false (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: Look inside vlan when determining checksum proto. (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] bnx2x: cut down on pointless differences from upstream (Michal Schmidt) [819842 826277 826295 826302] | |
- [netdrv] igb: schedule watchdog every second to update the statistics (Stefan Assmann) [838404] | |
- [pci] Set device power state to PCI_D0 for device without native PM support (Laszlo Ersek) [849223] | |
* Fri Sep 28 2012 Jarod Wilson <[email protected]> [2.6.32-315.el6] | |
- [block] fix up use after free in __blkdev_get (Jeff Moyer) [847838] | |
- [firmware] r8169: update the firmware for RTL8168F variant (Ivan Vecera) [842651] | |
- [netdrv] r8169: use unlimited DMA burst for TX (Ivan Vecera) [842651] | |
- [netdrv] r8169: add D-Link DGE-560T identifiers. (Ivan Vecera) [842651] | |
- [netdrv] r8169: verbose error message. (Ivan Vecera) [842651] | |
- [netdrv] r8169: remove rtl_ocpdr_cond. (Ivan Vecera) [842651] | |
- [netdrv] r8169: fix argument in rtl_hw_init_8168g. (Ivan Vecera) [842651] | |
- [netdrv] r8169: support RTL8168G (Ivan Vecera) [842651] | |
- [netdrv] r8169: abstract out loop conditions. (Ivan Vecera) [842651] | |
- [netdrv] r8169: ephy, eri and efuse functions signature changes. (Ivan Vecera) [842651] | |
- [netdrv] r8169: csi_ops signature change. (Ivan Vecera) [842651] | |
- [netdrv] r8169: mdio_ops signature change. (Ivan Vecera) [842651] | |
- [netdrv] r8169: add RTL8106E support. (Ivan Vecera) [842651] | |
- [netdrv] r8169: RxConfig hack for the 8168evl. (Ivan Vecera) [842651] | |
- [netdrv] r8169: avoid NAPI scheduling delay. (Ivan Vecera) [842651] | |
- [netdrv] r8169: call netif_napi_del at errpaths and at driver unload (Ivan Vecera) [842651] | |
- [netdrv] r8169: fix unsigned int wraparound with TSO (Ivan Vecera) [842651] | |
- [netdrv] r8169: support the new RTL8411 chip. (Ivan Vecera) [842651] | |
- [netdrv] r8169: adjust some functions of 8111f (Ivan Vecera) [842651] | |
- [netdrv] r8169: support the new RTL8402 chip. (Ivan Vecera) [842651] | |
- [netdrv] r8169: add device specific CSI access helpers. (Ivan Vecera) [842651] | |
- [netdrv] r8169: modify pll power function (Ivan Vecera) [842651] | |
- [netdrv] r8169: 8168c and later require bit 0x20 to be set in Config2 for PME signaling. (Ivan Vecera) [842651] | |
- [netdrv] r8169: Config1 is read-only on 8168c and later. (Ivan Vecera) [842651] | |
- [netdrv] r8169: enable napi on resume. (Ivan Vecera) [842651] | |
- [netdrv] r8169: fix comment typo (Ivan Vecera) [842651] | |
- [netdrv] r8169: stop using net_device.{base_addr, irq}. (Ivan Vecera) [842651] | |
- [netdrv] r8169: move rtl_cfg_info closer to its caller. (Ivan Vecera) [842651] | |
- [netdrv] r8169: move the netpoll handler after the irq handler. (Ivan Vecera) [842651] | |
- [netdrv] r8169: move rtl8169_open after rtl_task it depends on. (Ivan Vecera) [842651] | |
- [netdrv] r8169: move rtl_set_rx_mode before its rtl_hw_start callers. (Ivan Vecera) [842651] | |
- [netdrv] r8169: move net_device_ops beyond the methods it references. (Ivan Vecera) [842651] | |
- [netdrv] r8169: move the driver probe method to the end of the driver file. (Ivan Vecera) [842651] | |
- [netdrv] r8169: move the driver removal method to the end of the driver file. (Ivan Vecera) [842651] | |
- [netdrv] r8169: runtime resume before shutdown. (Ivan Vecera) [842651] | |
- [netdrv] r8169: corrupted IP fragments fix for large mtu. (Ivan Vecera) [842651] | |
- [netdrv] r8169: Remove alloc_etherdev error messages (Ivan Vecera) [842651] | |
- [netdrv] r8169: spinlock redux. (Ivan Vecera) [842651] | |
- [netdrv] r8169: avoid a useless work scheduling. (Ivan Vecera) [842651] | |
- [netdrv] r8169: move task enable boolean to bitfield. (Ivan Vecera) [842651] | |
- [netdrv] r8169: bh locking redux and task scheduling. (Ivan Vecera) [842651] | |
- [netdrv] r8169: fix early queue wake-up. (Ivan Vecera) [842651] | |
- [netdrv] r8169: remove work from irq handler. (Ivan Vecera) [842651] | |
- [netdrv] r8169: missing barriers. (Ivan Vecera) [842651] | |
- [netdrv] r8169: irq mask helpers. (Ivan Vecera) [842651] | |
- [netdrv] r8169: factor out IntrMask writes. (Ivan Vecera) [842651] | |
- [netdrv] r8169: stop delaying workqueue. (Ivan Vecera) [842651] | |
- [netdrv] r8169: remove rtl8169_reinit_task. (Ivan Vecera) [842651] | |
- [netdrv] r8169: remove hardcoded PCIe registers accesses. (Ivan Vecera) [842651] | |
- [netdrv] r8169: increase the delay parameter of pm_schedule_suspend (Ivan Vecera) [842651] | |
- [netdrv] r8169: Fix runtime power management (Ivan Vecera) [842651] | |
- [netdrv] r8169 / PCI / PM: Add simplified runtime PM support (rev. 3) (Ivan Vecera) [842651] | |
- [netdrv] r8169: fix potentially dangerous trailing '; ' in #defined values/expressions (Ivan Vecera) [842651] | |
- [netdrv] r8169: fix wrong eee setting for rlt8111evl (Ivan Vecera) [842651] | |
- [netdrv] r8169: fix driver shutdown WoL regression. (Ivan Vecera) [842651] | |
- [netdrv] r8169: add skb frag size accessors (Ivan Vecera) [842651] | |
- [netdrv] r8169: do not enable the TBI for anything but the original 8169. (Ivan Vecera) [842651] | |
- [netdrv] r8169: remove erroneous processing of always set bit. (Ivan Vecera) [842651] | |
- [netdrv] r8169: fix WOL setting for 8105 and 8111evl (Ivan Vecera) [842651] | |
- [netdrv] r8169: add MODULE_FIRMWARE for the firmware of 8111evl (Ivan Vecera) [842651] | |
- [netdrv] r8169: convert to SKB paged frag API. (Ivan Vecera) [842651] | |
- [netdrv] bna: fix assignment of 0/1 to bool variables (Ivan Vecera) [830018] | |
- [netdrv] bna: Fix non-kernel-doc comments with kernel-doc start markers (Ivan Vecera) [830018] | |
- [netdrv] bna: Fix (nearly-)kernel-doc comments for various functions (Ivan Vecera) [830018] | |
- [netdrv] bna: Remove casts to same type (Ivan Vecera) [830018] | |
- [netdrv] bna: remove redundant NULL test before release_firmware() (Ivan Vecera) [830018] | |
- [netdrv] bna: Update driver version to 3.0.23.0 (Ivan Vecera) [830018] | |
- [netdrv] bna: Function name changes and cleanups (Ivan Vecera) [830018] | |
- [netdrv] bna: Remove tx tasklet (Ivan Vecera) [830018] | |
- [netdrv] bna: tx rx cleanup fix (Ivan Vecera) [830018] | |
- [netdrv] bna: ioc cleanups (Ivan Vecera) [830018] | |
- [netdrv] bna: Flash controller ioc pll init fixes (Ivan Vecera) [830018] | |
- [netdrv] bna: Serialize smem access during adapter initialization (Ivan Vecera) [830018] | |
- [netdrv] bna: Remove boolean comparisons to true/false (Ivan Vecera) [830018] | |
- [netdrv] bna: fix error handling of bnad_get_flash_partition_by_offset() (Ivan Vecera) [830018] | |
- [netdrv] bna: Implement ethtool flash_device entry point (Ivan Vecera) [830018] | |
- [netdrv] bna: Remove alloc_etherdev error messages (Ivan Vecera) [830018] | |
- [netdrv] bna: Remove unnecessary k.alloc/v.alloc OOM messages (Ivan Vecera) [830018] | |
- [netdrv] bna: fix sparse warnings/errors (Ivan Vecera) [830018] | |
- [netdrv] bna: make ethtool_ops and strings const (Ivan Vecera) [830018] | |
- [netdrv] bna: Add debugfs interface (Ivan Vecera) [830018] | |
- [netdrv] bna: Added flash sub-module and ethtool eeprom entry points (Ivan Vecera) [830018] | |
- [netdrv] bna: Convert MAC_ADDRLEN uses to ETH_ALEN (Ivan Vecera) [830018] | |
- [netdrv] bna: sweep the floors and convert some .get_drvinfo routines to strlcpy (Ivan Vecera) [830018] | |
- [netdrv] bna: add skb frag size accessors (Ivan Vecera) [830018] | |
- [netdrv] be2net: implement unicast filtering (Ivan Vecera) [813400] | |
- [netdrv] bna: don't set ndo_set_rx_mode (Ivan Vecera) [815303] | |
- [net] Statically initialize init_net.dev_base_head (Weiping Pan) [853302] | |
- [net] cgroup: fix access the unallocated memory in netprio cgroup (Weiping Pan) [853302] | |
- [net] cgroup: fix out of bounds accesses (Weiping Pan) [853302] | |
- [net] cgroup: fix panic in netprio_cgroup (Weiping Pan) [853302] | |
- [netdrv] enic: remove unnecessary setting of skb->dev (Stefan Assmann) [829503] | |
- [netdrv] enic: Convert compare_ether_addr to ether_addr_equal (Stefan Assmann) [829503] | |
- [netdrv] enic: replace open-coded ARRAY_SIZE with macro (Stefan Assmann) [829503] | |
- [netdrv] enic: Stop using NLA_PUT*() (Stefan Assmann) [829503] | |
- [netdrv] enic: Fix addr valid check in enic_set_vf_mac (Stefan Assmann) [829503] | |
- [netdrv] enic: fix an endian bug in enic_probe() (Stefan Assmann) [829503] | |
- [netdrv] enic: Fix endianness bug (Stefan Assmann) [829503] | |
- [pci] x2apic: fix optout message (Prarit Bhargava) [860729] | |
- [tools] perf: fix parallel build (Eric Sandeen) [859259] | |
- [scsi] remove no longer valid BUG_ON in scsi_lld_busy (Jeff Garzik) [842881] | |
- [net] Add netif_get_num_default_rss_queues (Michal Schmidt) [859399] | |
* Fri Sep 28 2012 Jarod Wilson <[email protected]> [2.6.32-314.el6] | |
- [usb] serial: qcserial avoid pointing to freed memory (Don Zickus) [699676] | |
- [usb] serial: Fix qcserial memory leak on rmmod (Don Zickus) [699676] | |
- [usb] serial: fix a memory leak in qcprobe error path (Don Zickus) [699676] | |
- [virt] kvmclock: unbreak registration by aligning with upstream (Michael S. Tsirkin) [856198] | |
- [x86] apic: replace eoi_write on apic disable (Michael S. Tsirkin) [856198] | |
- [scsi] qla4xxx: v5.03.00.00.06.04-k0 (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Update Copyright header (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Added support for ISP83XX (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Added new function qla4_8xxx_get_minidump (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Set IDC version in correct way (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Replace all !is_qla8022() with is_qla40XX() (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Added new functions in isp_ops (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Clean-up and optimize macros (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Rename macros from 82XX to 8XXX (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Update func name from ql4_ to qla4_ (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Update structure and variable names (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Update function name from 8xxx to 82xx (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: v5.02.00.00.06.04-k1 (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Wait for cmd to complete before chip reset for ISP40XX (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Clear interrupt while unloading driver (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Fix lockdep warning in qla4xxx_post_work() (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: v5.02.00.00.06.04-k0 (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Properly handle SCSI underrun while processing status IOCBs (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Fix multiple conn login event issue during session recovery (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Fix gcc warning for x86 system (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Fix memory corruption issue in qla4xxx_ep_connect (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: remove unnecessary read of PCI_CAP_ID_EXP (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Fix Spell check (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Fix a Sparse warning message (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: multi-session fix for flash ddbs (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: v5.02.00.00.06.03-k5 (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Capture minidump for ISP82XX on firmware failure (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Add change_queue_depth API support (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Fix clear ddb mbx command failure issue (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Fix kernel panic during discovery logout (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: Correct early completion of pending mbox (Chad Dupuis) [826570] | |
- [scsi] qla4xxx: use pci_dev->revision (Chad Dupuis) [826570] | |
- [drm] edid: limit printk when facing bad edid (Dave Airlie) [857792] | |
- [drm] backport 3.6 drm into rhel6.4 kernel (Dave Airlie) [857792] | |
- [mm] backport the extended prefault helpers from upstream (Dave Airlie) [857792] | |
- [gpu] vga drivers backport (Dave Airlie) [857792] | |
- [base] dma-buf: backport dma-buf support (Dave Airlie) [857792] | |
- [acpi] export symbol acpi_get_table_with_size (Dave Airlie) [857792] | |
- [kernel] sched: Add __wake_up_all_locked() API (Dave Airlie) [857792] | |
- [kernel] sched: wait_event_interruptible_locked() interface (Dave Airlie) [857792] | |
- [pci] pci_regs: define LNKSTA2 pcie cap + bits (Dave Airlie) [857792] | |
- [mm] slab: introduce kmalloc_array() (Dave Airlie) [857792] | |
- [fs] sysfs: Add sysfs_merge_group() and sysfs_unmerge_group() (Dave Airlie) [857792] | |
- [i2c] export bit-banging algo functions (Dave Airlie) [857792] | |
- [netdrv] bnx2: Clean up remainint iounmap (Neil Horman) [826727] | |
- [netdrv] bnx2: Try to recover from PCI block reset (Neil Horman) [826727] | |
- [netdrv] bnx2: Fix bug in bnx2_free_tx_skbs() (Neil Horman) [826727] | |
- [netdrv] bnx2: Add missing netif_tx_disable() in bnx2_close() (Neil Horman) [826727] | |
- [netdrv] bnx2: Add "fall through" comments (Neil Horman) [826727] | |
- [netdrv] bnx2: Update version 2.2.2 (Neil Horman) [826727] | |
- [netdrv] bnx2: Read PCI function number from internal register (Neil Horman) [826727] | |
- [netdrv] bnx2: Dump additional BC_STATE during firmware sync timeout (Neil Horman) [826727] | |
- [netdrv] bnx2: Dump all FTQ_CTL registers during tx_timeout (Neil Horman) [826727] | |
- [netdrv] bnx2: Remove casts to same type (Neil Horman) [826727] | |
- [netdrv] bnx2: replace open-coded ARRAY_SIZE with macro (Neil Horman) [826727] | |
- [netdrv] bnx2: stop using net_device.{base_addr, irq} (Neil Horman) [826727] | |
- [netdrv] bnx2: unify return value of .ndo_set_mac_address if address is invalid (Neil Horman) [826727] | |
- [usb] ti_usb: fix printk format warning (Don Zickus) [846419] | |
- [usb] ti_usb_3410_5052: adding multitech dialup fax/modem devices (Don Zickus) [846419] | |
- [pci] Enable ATS at the device state restore (Don Dugger) [767886] | |
- [pci] intel-iommu: Move duplicate list-mangling code into unlink_domain_info() helper (Don Dugger) [767886] | |
- [pci] intel-iommu: Add device info into list before doing context mapping (Don Dugger) [767886] | |
- [netdrv] igbvf: Fix (nearly-)kernel-doc comments for various functions (Stefan Assmann) [819104] | |
- [netdrv] igbvf: fix divide by zero (Stefan Assmann) [819104] | |
- [netdrv] igbvf: fix the bug when initializing the igbvf (Stefan Assmann) [819104] | |
- [netdrv] intel: make wired ethernet driver message level consistent (rev2) (Stefan Assmann) [819104] | |
- [netdrv] igbvf: Use ETH_ALEN (Stefan Assmann) [819104] | |
- [netdrv] igbvf: reset netdevice addr_assign_type if changed (Stefan Assmann) [819104] | |
- [netdrv] igbvf: rename dev_hw_addr_random and remove redundant second (Stefan Assmann) [819104] | |
- [netdrv] igbvf: refactor Interrupt Throttle Rate code (Stefan Assmann) [819104] | |
- [netdrv] igbvf: change copyright date (Stefan Assmann) [819104] | |
- [netdrv] igbvf: remove unneeded cast (Stefan Assmann) [819104] | |
- [x86] cpu: keep SEP flag enabled on 64-bit if execshield is on (Eduardo Habkost) [821463] | |
- [x86] Revert: intel_idle: disable NHM/WSM HW C-state auto-demotion (Matthew Garrett) [834097] | |
- [block] cciss: fix handling of protocol error (Tomas Henzl) [858292] | |
- [ata] ata_piix: IDE-mode SATA patch for Intel DH89xxCC DeviceIDs (David Milburn) [859491] | |
- [scsi] hpsa: fix handling of protocol error (Tomas Henzl) [857956] | |
- [x86] mce: Introduce mce_gather_info() (Luming Yu) [855775] | |
- [mm] hwpoison: Remove extra unwanted call to send_sig_info() (Lenny Szubowicz) [855775] | |
* Thu Sep 27 2012 Jarod Wilson <[email protected]> [2.6.32-313.el6] | |
- [misc] sgi-xp: fails to load when cpu 0 is out of IRQ resources (George Beshers) [854677] | |
- [misc] sgi-xp: nested calls to spin_lock_irqsave() (George Beshers) [854677] | |
- [net] openvswitch: Make Open vSwitch use non-accel VLAN tagging (Thomas Graf) [859048] | |
- [net] vlan: dont drop packets from unknown vlans in promiscuous mode (Thomas Graf) [859048] | |
- [netdrv] e1000e: update driver version number (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup - remove unnecessary variable (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup - remove inapplicable comment (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup strict checkpatch check (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup strict checkpatch MEMORY_BARRIER checks (Dean Nelson) [819103] | |
- [netdrv] e1000e: DoS while TSO enabled caused by link partner with small MSS (Dean Nelson) [819103] | |
- [netdrv] e1000e: fix panic while dumping packets on Tx hang with IOMMU (Dean Nelson) [819103] | |
- [netdrv] e1000e: 82571 Tx Data Corruption during Tx hang recovery (Dean Nelson) [819103] | |
- [netdrv] e1000e: fix test for PHY being accessible on 82577/8/9 and I217 (Dean Nelson) [819103] | |
- [netdrv] e1000e: Correct link check logic for 82571 serdes (Dean Nelson) [819103] | |
- [netdrv] e1000e: Program the correct register for ITR when using MSI-X. (Dean Nelson) [819103] | |
- [netdrv] e1000e: Cleanup code logic in e1000_check_for_serdes_link_82571() (Dean Nelson) [819103] | |
- [netdrv] e1000e: Fix (nearly-)kernel-doc comments for various functions (Dean Nelson) [819103] | |
- [netdrv] e1000e: remove use of IP payload checksum (Dean Nelson) [819103] | |
- [netdrv] e1000e: use more informative logging macros when netdev not yet registered (Dean Nelson) [819103] | |
- [netdrv] e1000e: test for valid check_reset_block function pointer (Dean Nelson) [819103] | |
- [netdrv] e1000e: fix Rapid Start Technology support for i217 (Dean Nelson) [819103] | |
- [netdrv] e1000e: fix typo in definition of E1000_CTRL_EXT_FORCE_SMBUS (Dean Nelson) [819103] | |
- [netdrv] e1000e: Fix merge conflict (net->net-next) (Dean Nelson) [819103] | |
- [netdrv] e1000e: clear REQ and GNT in EECD (82571 && 82572) (Dean Nelson) [819103] | |
- [netdrv] e1000e: enable forced master/slave on 82577 (Dean Nelson) [819103] | |
- [netdrv] e1000e: initial support for i217 (Dean Nelson) [819103] | |
- [netdrv] e1000e: Remove special case for 82573/82574 ASPM L1 disablement (Dean Nelson) [819103] | |
- [netdrv] e1000e: Disable ASPM L1 on 82574 (Dean Nelson) [819103] | |
- [netdrv] e1000e: Driver workaround for IPv6 Header Extension Erratum. (Dean Nelson) [819103] | |
- [netdrv] e1000e: Resolve intermittent negotiation issue on 82574/82583. (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup long {read|write}_reg_locked PHY ops function pointers (Dean Nelson) [819103] | |
- [netdrv] e1000e: suggest a possible workaround to a device hang on 82577/8 (Dean Nelson) [819103] | |
- [netdrv] e1000e: fix .ndo_set_rx_mode for 82579 (Dean Nelson) [819103] | |
- [netdrv] e1000e: PHY initialization flow changes for 82577/8/9 (Dean Nelson) [819103] | |
- [netdrv] e1000e: workaround EEPROM configuration change on 82579 (Dean Nelson) [819103] | |
- [netdrv] e1000e: 82579 potential system hang on stress when ME enabled (Dean Nelson) [819103] | |
- [netdrv] e1000e: 82579 packet drop workaround (Dean Nelson) [819103] | |
- [netdrv] e1000e: Enable DMA Burst Mode on 82574 by default. (Dean Nelson) [819103] | |
- [netdrv] e1000e: Disable Far-End LoopBack following reset on 80003ES2LAN. (Dean Nelson) [819103] | |
- [netdrv] e1000e: Fix default interrupt throttle rate not set in NIC HW (Dean Nelson) [819103] | |
- [netdrv] e1000e: MSI interrupt test failed, using legacy interrupt (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup boolean logic (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup remaining strings split across multiple lines (Dean Nelson) [819103] | |
- [netdrv] e1000e: issues in Sx on 82577/8/9 (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup indexed register arrays (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup NAPI routine (Dean Nelson) [819103] | |
- [netdrv] e1000e: Minor comment clean-up. (Dean Nelson) [819103] | |
- [netdrv] e1000e: Guarantee descriptor writeback flush success. (Dean Nelson) [819103] | |
- [netdrv] e1000e: make wired ethernet driver message level consistent (rev2) (Dean Nelson) [819103] | |
- [netdrv] e1000e: use msleep instead of mdelay (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup whitespace and indentation (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup incorrect filename in comment (Dean Nelson) [819103] | |
- [netdrv] e1000e: rename e1000e_reload_nvm() and call as function pointer (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup - remove unnecessary variable (Dean Nelson) [819103] | |
- [netdrv] e1000e: use true/false for boolean send_xon, do not assume always true (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup comment in e1000_hash_mc_addr() (Dean Nelson) [819103] | |
- [netdrv] e1000e: rename e1000e_config_collision_dist() and call as function pointer (Dean Nelson) [819103] | |
- [netdrv] e1000e: comment correction in e1000e_set_kmrn_lock_loss_workaround_ich8lan (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup calls to setup_physical_interface function pointer (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup use of check_reset_block function pointer (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup use of check_mng_mode function pointer (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup: rename e1000e_setup_link() and call as function pointer (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup: rename e1000e_id_led_init() and call as function pointer (Dean Nelson) [819103] | |
- [netdrv] e1000e: cosmetic comment changes to make lines less than 80 characters (Dean Nelson) [819103] | |
- [netdrv] e1000e: cosmetic change to boolean comparisons (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup goto statements to exit points without common work (Dean Nelson) [819103] | |
- [netdrv] e1000e: potentially incorrect return for e1000e_setup_fiber_serdes_link (Dean Nelson) [819103] | |
- [netdrv] e1000e: potentially incorrect return for e1000_init_hw_ich8lan (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup: minor whitespace addition (insert blank line separator) (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup: remove unnecessary variable initializations (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup: remove unnecessary test and return (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup: remove unnecessary variable ret_val (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup: remove unreachable statement (Dean Nelson) [819103] | |
- [netdrv] e1000e: potentially incorrect return for e1000_set_d3_lplu_state_ich8lan (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup: always return 0 (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup: remove unnecessary assignments just before returning (Dean Nelson) [819103] | |
- [netdrv] e1000e: potential incorrect return for e1000_setup_copper_link_80003es2lan (Dean Nelson) [819103] | |
- [netdrv] e1000e: potentially incorrect return for e1000_cfg_kmrn_10_100_80003es2lan (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup: rename goto labels to be more meaningful (Dean Nelson) [819103] | |
- [netdrv] e1000e: cleanup: use goto for common work needed by multiple exit points (Dean Nelson) [819103] | |
- [netdrv] e1000e: replace '1' with 'true' for boolean get_link_status (Dean Nelson) [819103] | |
- [netdrv] e1000e: pass pointer to hw struct for e1000_init_mac_params_XXX() (Dean Nelson) [819103] | |
- [netdrv] e1000e: use true/false for bool autoneg_false (Dean Nelson) [819103] | |
- [netdrv] e1000e: remove unnecessary parentheses (Dean Nelson) [819103] | |
- [netdrv] e1000e: remove unnecessary returns from void functions (Dean Nelson) [819103] | |
- [netdrv] e1000e: remove test that is always false (Dean Nelson) [819103] | |
- [netdrv] e1000e: add skb frag size accessors (Dean Nelson) [819103] | |
- [scsi] qla2xxx: Update version number to 8.04.00.08.06.4-k. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Use the right field for container_of. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Allow MSI interrupt registration for ISP82xx. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Don't toggle RISC interrupt bits after IRQ lines are attached. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Fix incorrect status reporting on DIF errors. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: T10 DIF - ISP83xx changes. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Fix for legacy interrupts for ISP83xx. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Enable fw attributes for ISP24xx and above. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Get fcal position map should not be called for p2p topology. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Set Maximum Read Request Size to 4K. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Enclose adapter related calls in adapter check in failed state handler. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Fix for handling some error conditions in loopback. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Fix description of qla2xmaxqdepth parameter. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: set idc version if function is first one to come. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Do not restrict the number of NPIV ports for ISP83xx. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Do PCI fundamental reset for ISP83xx (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Fail initialization if unable to load RISC code. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Ensure PLOGI is sent to Fabric Management-Server upon request. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Remove setting Scsi_host->this_id during adapter probe. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Use defines instead of hardcoded values for intr status. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Dont call nic restart firmware if it is already active and running. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Wrong PCIe(2.5Gb/s x8) speed in the kerenel message for ISP82xx. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Perform ROM mbx cmd access only after ISP soft-reset during f/w recovery. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Implement beacon support for ISP83xx. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Fix for continuous rescan attempts in arbitrated loop topology. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Only enable link up on the correct interrupt event. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Update the driver copyright. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Don't register to legacy interrupt for ISP82xx. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Changes for ISP83xx loopback support. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Add bit to identify adapters for thermal temp. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Implemetation of mctp. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: IDC implementation for ISP83xx. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Add FW DUMP SIZE sysfs attribute. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Implementation of bidirectional. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Use bitmap to store loop_id's for fcports. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Display mailbox failure by default. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Fix typo in qla2xxx files (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Remove redundant NULL check before release_firmware() call. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Add check in qla82xx_watchdog for failed hardware state. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Add I2C BSG interface. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Bind to ISP8031 devices. (Chad Dupuis) [826565] | |
- [scsi] Revert: qla2xxx: During loopdown perform Diagnostic loopback. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Display proper firmware version when new minidump template is gathered for ISP82xx. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Don't capture minidump for ISP82xx on flash update from application. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Log link up and link down messages to track link flops. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Fix discrepencies between RHEL 6 and upstream. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Avoid losing any fc ports when loop id's are exhausted. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Optimize existing port name server query matching. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Remove mirrored field vp_idx from struct fc_port. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Fixups for ISP83xx. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Display proper supported speeds for 16G FC adapters. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: handle default case in qla2x00_request_firmware() (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Fix typo in qla_mbx.c (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Micro optimization in queuecommand handler (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Fix typo in qla_init.c (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Fix typo in qla_bsg.c (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Stats should be different from physical and virtual ports (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Add ql_dbg_verbose logging level. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Handle interrupt registration failures more gracefully. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Change "Done" to "Entering" in the debug print statement in qla2x00_port_logout. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Detect PEG errors. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Remove unneeded DPC wakeups from qla82xx_watchdog. (Chad Dupuis) [826565] | |
- [scsi] qla2xxx: Fix typo in bus-reset handler. (Chad Dupuis) [826565] | |
- [mm] thp: fix pmd_present for split_huge_page and PROT_NONE with THP (Andrea Arcangeli) [858385] | |
- [wireless] rt2x00: Add support for BUFFALO WLI-UC-GNM2 to rt2800usb (Stanislaw Gruszka) [841578] | |
- [wireless] cfg80211: process pending events when unregistering net device (Stanislaw Gruszka) [841578] | |
- [net] mac80211: cancel mesh path timer (Stanislaw Gruszka) [841578] | |
- [wireless] iwlwifi: fix debug print in iwl_sta_calc_ht_flags (Stanislaw Gruszka) [841578] | |
- [wireless] rt61pci: fix NULL pointer dereference in config_lna_gain (Stanislaw Gruszka) [841578] | |
- [wireless] iwlwifi: disable greenfield transmissions as a workaround (Stanislaw Gruszka) [841578] | |
- [net] mac80211: fail authentication when AP denied authentication (Stanislaw Gruszka) [841578] | |
- [wireless] reg: restore previous behaviour of chan->max_power calculations (Stanislaw Gruszka) [841578] | |
- [net] mac80211: fix read outside array bounds (Stanislaw Gruszka) [841578] | |
- [wireless] ath9k: Add PID/VID support for AR1111 (Stanislaw Gruszka) [841578] | |
- [wireless] b43: fix crash with OpenFWWF (Stanislaw Gruszka) [841578] | |
- [wireless] iwlwifi: Check BSS ctx active before call mac80211 (Stanislaw Gruszka) [841578] | |
- [wireless] rndis_wlan: release BSS structures returned by cfg80211_inform_bss() (Stanislaw Gruszka) [841578] | |
- [net] mac80211: fix crash with single-queue drivers (Stanislaw Gruszka) [841578] | |
- [wireless] rt2800usb: 2001:3c17 is an RT3370 device (Stanislaw Gruszka) [841578] | |
- [wireless] Backport ti drivers from linux 3.5 (Stanislaw Gruszka) [841578] | |
- [wireless] Backport orinoco driver from linux 3.5 (Stanislaw Gruszka) [841578] | |
- [wireless] Backport rtl818x driver from linux 3.5 (Stanislaw Gruszka) [841578] | |
- [wireless] Backport ipw2x00 driver from linux 3.5 (Stanislaw Gruszka) [841578] | |
- [wireless] Backport p54 driver from linux 3.5 (Stanislaw Gruszka) [841578] | |
- [wireless] Backport ath drivers family from linux 3.5 (Stanislaw Gruszka) [841578] | |
- [wireless] Backport b43legacy driver from linux 3.5 (Stanislaw Gruszka) [841578] | |
- [wireless] Backport bcma bus driver from linux 3.5 (Stanislaw Gruszka) [841578] | |
- [wireless] Backport b43 driver from linux 3.5 (Stanislaw Gruszka) [841578] | |
- [wireless] Backport ssb bus driver from linux 3.5 (Stanislaw Gruszka) [841578] | |
- [wireless] Backport rt2x00 driver from linux 3.5 (Stanislaw Gruszka) [841578] | |
- [wireless] Backport iwlwifi driver from linux 3.5 (Stanislaw Gruszka) [818672 841578] | |
- [wireless] Backport iwlegacy driver from 3.5 (Stanislaw Gruszka) [841578] | |
- [wireless] Backport mac80211 from linux 3.5 (Stanislaw Gruszka) [841578] | |
- [wireless] fix kabi breakage caused by wireless update (Stanislaw Gruszka) [841578] | |
- [wireless] Backport wireless core from linux 3.5 (Stanislaw Gruszka) [841578] | |
- [x86] pci: Add option to not assign BAR's if not already assigned (George Beshers) [859966] | |
- [edac] sb_edac: Avoid overflow errors at memory size calculation (Mauro Carvalho Chehab) [859132] | |
- [Documentation] kernel-parameters.txt: Add intel_idle.max_cstate (Prarit Bhargava) [858337] | |
- [kernel] rcu: Remove function versions of __kfree_rcu and offset (Neil Horman) [813086] | |
- [scsi] fix NULL request_queue in scsi_requeue_run_queue() (Jeff Garzik) [842881] | |
- [netdrv] tg3: Set RX_CHECKSUMS appropriately (John Feeney) [828967] | |
- [firmware] iwlwifi: update firmware for 6205 (Stanislaw Gruszka) [850579] | |
- [netdrv] pch_gbe: vlan skb len fix (Veaceslav Falico) [851682] | |
- [net] ipv4/cipso: don't follow a NULL pointer when setsockopt() is called (Amerigo Wang) [842872] | |
- [net] bridge: Fix timer typo that may render snooping less effective (Nikolay Aleksandrov) [676938] | |
* Tue Sep 25 2012 Jarod Wilson <[email protected]> [2.6.32-312.el6] | |
- [net] svcrpc: fix BUG() in svc_tcp_clear_pages (J. Bruce Fields) [769045] | |
- [fs] nfs: Properly handle the case where the delegation is revoked (Steve Dickson) [842435] | |
- [fs] nfs: Move cl_delegations to the nfs_server struct (Steve Dickson) [842435] | |
- [fs] nfs: Introduce nfs_detach_delegations() (Steve Dickson) [842435] | |
- [fs] nfs: Fix a number of RCU issues in the NFSv4 delegation code (Steve Dickson) [842435] | |
- [netdrv] netxen: fix link notification order (Veaceslav Falico) [826574] | |
- [netdrv] netxen: remove unnecessary setting of skb->dev (Veaceslav Falico) [826574] | |
- [netdrv] netxen: restrict force firmware dump when dump is disabled (Veaceslav Falico) [826574] | |
- [netdrv] netxen: Error return off by one for XG port (Veaceslav Falico) [826574] | |
- [netdrv] netxen: Error return off by one in netxen_nic_set_pauseparam() (Veaceslav Falico) [826574] | |
- [netdrv] netxen: Fix estimation of recv MSS in case of LRO (Veaceslav Falico) [826574] | |
- [netdrv] netxen: added miniDIMM support in driver (Veaceslav Falico) [826574] | |
- [netdrv] netxen: Allow only useful and recommended firmware dump capture mask values (Veaceslav Falico) [826574] | |
- [netdrv] netxen_nic: disable minidump by default (Veaceslav Falico) [826574] | |
- [netdrv] netxen: get rid of a redundant test for NULL before call to release_firmware() (Veaceslav Falico) [826574] | |
- [netdrv] netxen: Fix endian bug (Veaceslav Falico) [826574] | |
- [netdrv] netxen: unify return value of .ndo_set_mac_address if address is invalid (Veaceslav Falico) [826574] | |
- [mm] coredump: add VM_NODUMP, MADV_DONTDUMP, MADV_DODUMP (Jason Baron) [739001] | |
- [mm] coredump: remove VM_ALWAYSDUMP flag (Jason Baron) [739001] | |
- [net] ipv6: unify conntrack reassembly expire code with standard one (Amerigo Wang) [726807] | |
- [net] ipv6: add a new namespace for nf_conntrack_reasm (Amerigo Wang) [726807] | |
- [net] ipv6: fix overlap check for fragments (Amerigo Wang) [726807] | |
- [net] netfilter: discard overlapping IPv6 fragment (Amerigo Wang) [726807] | |
- [net] netfilter: defrag: remove one redundant atomic ops (Amerigo Wang) [726807] | |
- [acpi] Fix logic for removing mappings in 'acpi_unmap' (Myron Stowe) [816517] | |
- [acpi] acpica: Expand OSL memory read/write interfaces to 64 bits (Myron Stowe) [816517] | |
- [acpi] Remove ./drivers/acpi/atomicio.[ch] (Myron Stowe) [816517] | |
- [acpi] Add RAM mapping support to ACPI (Myron Stowe) [816517] | |
- [acpi] apei: Add 64-bit read/write support for APEI on i386 (Myron Stowe) [816517] | |
- [acpi] apei: Convert atomicio routines (Myron Stowe) [816517] | |
- [acpi] Export interfaces for ioremapping/iounmapping ACPI registers (Myron Stowe) [816517] | |
- [acpi] Fix a fix section mismatch (Myron Stowe) [816517] | |
- [net] ethtool: update ethtool_rx_flow_spec and avoid kabi breakage (Nikolay Aleksandrov) [847019] | |
- [net] ethtool: add ntuple flow specifier data to network flow classifier (Nikolay Aleksandrov) [847019] | |
- [net] ethtool: Add Ethernet MAC-level filtering/steering (Nikolay Aleksandrov) [847019] | |
- [net] ethtool: Remove unimplemented flow specification types (Nikolay Aleksandrov) [847019] | |
- [net] ethtool: Allow drivers to select RX NFC rule locations (Nikolay Aleksandrov) [847019] | |
- [net] ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFH (Nikolay Aleksandrov) [847019] | |
- [net] ethtool: add rtnetlink & sched.h in ifndef GENKSYMS (Nikolay Aleksandrov) [847019] | |
- [net] ethtool: Added kernel support in EEE Ethtool commands (Nikolay Aleksandrov) [847019] | |
- [net] ethtool: Add reset operation (Nikolay Aleksandrov) [847019] | |
- [net] ethtool: Change ETHTOOL_PHYS_ID implementation to allow dropping RTNL (Nikolay Aleksandrov) [847019] | |
- [net] ethtool: Extend the ethtool API to obtain plugin module eeprom data (Nikolay Aleksandrov) [847019] | |
- [net] ethtool: Added support for FW dump (Nikolay Aleksandrov) [847019] | |
- [net] ethtool support to configure number of channels (Nikolay Aleksandrov) [847019] | |
- [scsi] scsi_dh_alua: Enable STPG for unavailable ports (Ewan Milne) [857145] | |
- [net] skbuff: do not take an additional reference in skb_frag_set_page (Neil Horman) [859433] | |
- [i2c] add support for iSMT on bordenville (Neil Horman) [791368] | |
- [pci] iommu, dmar: Use pr_format() instead of PREFIX to tidy up pr_*() calls (Don Dutile) [726531] | |
- [pci] iommu, dmar: Reserve mmio space used by the IOMMU, if the BIOS forgets to (Don Dutile) [726531] | |
- [pci] intel-iommu: Replace printks with appropriate pr_*() (Don Dutile) [726531] | |
- [mm] fix potential anon_vma locking issue in mprotect() (Andrea Arcangeli) [858389] | |
- [block] mtip32xx: fix user_buffer check in exec_drive_command (David Milburn) [837370] | |
- [block] mtip32xx: remove HOTPLUG_PCI_PCIE dependancy (David Milburn) [837370] | |
- [block] mtip32xx: Convert macro definitions for flag bits to enum (David Milburn) [837370] | |
- [block] mtip32xx: Remove 'registers' and 'flags' from sysfs (David Milburn) [837370] | |
- [block] mtip32xx: Changes to sysfs entries (David Milburn) [837370] | |
- [block] mtip32xx: minor performance tweak (David Milburn) [837370] | |
- [block] mtip32xx: Fix to support more than one sector in exec_drive_command() (David Milburn) [837370] | |
- [block] mtip32xx: Use plain spinlock for 'cmd_issue_lock' (David Milburn) [837370] | |
- [block] mtip32xx: Set block queue boundary variables (David Milburn) [837370] | |
- [block] mtip32xx: Fix to handle TFE for PIO(IOCTL/internal) commands (David Milburn) [837370] | |
- [block] mtip32xx: Change HDIO_GET_IDENTITY to return stored data (David Milburn) [837370] | |
- [block] mtip32xx: Set custom timeouts for PIO commands (David Milburn) [837370] | |
- [block] mtip32xx: fix clearing an incorrect register in mtip_init_port (David Milburn) [837370] | |
- [block] mtip32xx: release the semaphore on an error path (David Milburn) [837370] | |
- [block] mtip32xx: dump tagmap on failure (David Milburn) [837370] | |
- [block] mtip32xx: fix handling of commands in various scenarios (David Milburn) [837370] | |
- [block] mtip32xx: Shorten macro names (David Milburn) [837370] | |
- [block] mtip32xx: misc changes (David Milburn) [837370] | |
- [block] mtip32xx: Add new sysfs entry 'status' (David Milburn) [837370] | |
- [block] mtip32xx: make setting comp_time as common (David Milburn) [837370] | |
- [block] mtip32xx: Add new bitwise flag 'dd_flag' (David Milburn) [837370] | |
- [block] mtip32xx: fix error handling in mtip_init() (David Milburn) [837370] | |
- [block] mtip32xx: fix incorrect value set for drv_cleanup_done, and re-initialize and start port in mtip_restart_port() (David Milburn) [837370] | |
- [kernel] tracing: Convert format output to seq_file (Jiri Olsa) [797067] | |
- [kernel] tracing: Remove show_format and related macros from TRACE_EVENT (Jiri Olsa) [797067] | |
- [kernel] tracing: Use defined fields and print_fmt to print formats (Jiri Olsa) [797067] | |
- [kernel] tracing: Init print_fmt for kprobe events (Jiri Olsa) [797067] | |
- [kernel] tracing: Init print_fmt for syscall events (Jiri Olsa) [797067] | |
- [kernel] tracing: Add print_fmt field (Jiri Olsa) [797067] | |
- [kernel] tracing: Have __dynamic_array() define a field (Jiri Olsa) [797067] | |
- [pci] remove redundant checking in PCI Express capability routines (Myron Stowe) [832591] | |
- [pci] Introduce command line option to disable ARI (Myron Stowe) [832591] | |
- [pci] use pci_is_pcie() in pci core (Myron Stowe) [832591] | |
- [serial] Basic support for Moschip 9900 family I/O chips (Steve Best) [850941] | |
- [idle] intel_idle: ivybridge support (Matthew Garrett) [746722] | |
- [block] Avoid missed wakeup in request waitqueue (Asias He) [848260] | |
- [netdrv] mlx4: check promisc on proper port (Doug Ledford) [854052] | |
- [netdrv] mlx4: attach multicast with correct flag (Doug Ledford) [854376] | |
- [netdrv] mlx4: remove redundant adding of steering type to gid (Doug Ledford) [854053] | |
- [netdrv] Revert: Fix a merge issue (Doug Ledford) [854053] | |
- [scsi] lpfc: Update lpfc version to 8.3.5.82.1p (Rob Evers) [827566] | |
- [scsi] lpfc: Fix null pointer error for piocbq (Rob Evers) [827566] | |
- [scsi] lpfc: Add missing jumps to mempool_free (Rob Evers) [827566] | |
- [scsi] lpfc: Fixed leaking memory from pci dma pool (Rob Evers) [827566] | |
- [scsi] lpfc: Log SCSI XRI on abort handler timeout (Rob Evers) [827566] | |
- [scsi] lpfc: Fix logging too many fcp underruns (Rob Evers) [827566] | |
- [scsi] lpfc: Fixed SCSI device reset escalation (Rob Evers) [827566] | |
- [scsi] lpfc: Fix BlockGuard messages (Rob Evers) [827566] | |
- [scsi] lpfc: Fix param field to mask for LOCAL_REJ. (Rob Evers) [827566] | |
- [scsi] lpfc: Add SLI-4 V1 Cap/Res desc support (Rob Evers) [827566] | |
- [scsi] lpfc: complete list of commands w/ ext. tmo (Rob Evers) [827566] | |
- [scsi] lpfc: Fix adding fc_host rport entries (Rob Evers) [827566] | |
- [scsi] lpfc: Fix conflicts in log message numbers (Rob Evers) [827566] | |
- [scsi] lpfc: Cosmetic changes (Rob Evers) [827566] | |
- [scsi] lpfc: Fix discovery bug when swapping cables (Rob Evers) [827566] | |
- [scsi] lpfc: Fixed scsi_eh escalation kernel panic (Rob Evers) [827566] | |
- [scsi] lpfc: check data transfered on writes (Rob Evers) [827566] | |
- [scsi] lpfc: remove incorrect message 2520 (Rob Evers) [827566] | |
- [scsi] lpfc: destroy rrq_pool during driver removal (Rob Evers) [827566] | |
- [scsi] lpfc: attach OCe14000 adapters (Rob Evers) [827566] | |
- [scsi] lpfc: set valid bit for loopback testing (Rob Evers) [827566] | |
- [scsi] lpfc: report misconfigured ports (Rob Evers) [827566] | |
- [scsi] lpfc: Fix Panic During IO Test (Rob Evers) [827566] | |
- [scsi] lpfc: dynamic delay multiplier param. (Rob Evers) [827566] | |
- [scsi] lpfc: Fix abort status (Rob Evers) [827566] | |
- [scsi] lpfc: Fixed PCI resource provision (Rob Evers) [827566] | |
- [scsi] lpfc: Fix system hang due to bad mod params (Rob Evers) [827566] | |
- [scsi] lpfc: Fixed debug helper routine (Rob Evers) [827566] | |
- [scsi] lpfc: Fix using the wrong xritag (Rob Evers) [827566] | |
- [scsi] lpfc: Debug routines for dumping SLI4 queues (Rob Evers) [827566] | |
- [scsi] lpfc: LPe16000 discovery fixes (Rob Evers) [827566] | |
- [scsi] lpfc: Reregister VPI for SLI3 (Rob Evers) [827566] | |
- [scsi] lpfc: Fix log message 2597 when no error (Rob Evers) [827566] | |
- [scsi] lpfc: FCP LOG for Finisar trace correlation (Rob Evers) [827566] | |
- [scsi] lpfc: Fix error displayed (Rob Evers) [827566] | |
- [scsi] lpfc: Fix Read Link status data (Rob Evers) [827566] | |
- [scsi] lpfc: dix, create vports on FCoE SLI4 HBA (Rob Evers) [827566] | |
- [scsi] lpfc: Fix flogi after flogi ack from target (Rob Evers) [827566] | |
- [scsi] lpfc: add get controller attributes command (Rob Evers) [827566] | |
- [scsi] lpfc: handle SLI4-port XRI profile change (Rob Evers) [827566] | |
- [scsi] lpfc: Add -Werror compilation flag (Rob Evers) [827566] | |
- [scsi] lpfc: Change def. DA_ID to enabled (Rob Evers) [827566] | |
- [scsi] lpfc: remove scsi vport host when unloading (Rob Evers) [827566] | |
- [scsi] lpfc: Increment T10 DIF error injection (Rob Evers) [827566] | |
- [scsi] lpfc: Update copyright date for files (Rob Evers) [827566] | |
- [scsi] lpfc: Refine T10 DIF debugfs error injection (Rob Evers) [827566] | |
- [scsi] lpfc: Make BA_ACC work on exchange (Rob Evers) [827566] | |
- [scsi] lpfc: Fix KERNEL allocation while lock held (Rob Evers) [827566] | |
- [scsi] lpfc: Fix usage of bghm for BlockGuard errs (Rob Evers) [827566] | |
- [scsi] lpfc: inject T10 DIF errors via debugfs (Rob Evers) [827566] | |
- [scsi] lpfc: Fix BlockGuard for prot. data from HBA (Rob Evers) [827566] | |
- [scsi] lpfc: add logs in port error/reset (Rob Evers) [827566] | |
- [scsi] lpfc: Sync up with upstream lpfc driver code (Rob Evers) [827566] | |
- [scsi] lpfc: Fixed T10 DIF/Blockguard on 16Gb FC (Rob Evers) [827566] | |
- [scsi] lpfc: Fix files depending on module.h (Rob Evers) [827566] | |
- [usb] core: fix deadlock in bConfigurationValue attribute method (Don Zickus) [832126] | |
- [usb] allow drivers to use allocated bandwidth until unbound (Don Zickus) [832126] | |
- [tools] perf: Add automated tests for event group parsing (Jiri Olsa) [695765] | |
- [tools] perf: Enable grouping logic for parsed events (Jiri Olsa) [695765] | |
- [tools] perf: Add support to update event modifier (Jiri Olsa) [695765] | |
- [tools] perf: Add support to parse event group syntax (Jiri Olsa) [695765] | |
- [tools] perf: Fix parse events automated tests (Jiri Olsa) [695765] | |
- [tools] perf: Add support to reuse event grammar to parse out terms (Jiri Olsa) [695765] | |
- [tools] perf: Make the event parser re-entrant (Jiri Olsa) [695765] | |
- [tools] perf: Use data struct for arg passing in event parse function (Jiri Olsa) [695765] | |
- [scsi] ipr: missing unlock before a return (Steve Best) [822647] | |
- [scsi] ipr: Driver version 2.5.4 (Steve Best) [822647] | |
- [scsi] ipr: Reduce interrupt lock time (Steve Best) [822647] | |
- [scsi] ipr: Reduce queuecommand lock time (Steve Best) [822647] | |
- [scsi] ipr: Driver version 2.5.3 (Steve Best) [822647] | |
- [scsi] ipr: Increase alignment boundary of command blocks (Steve Best) [822647] | |
- [scsi] ipr: Increase max concurrent oustanding commands (Steve Best) [822647] | |
- [scsi] ipr: Remove unnecessary memory barriers (Steve Best) [822647] | |
- [scsi] ipr: Remove unnecessary interrupt clearing on new adapters (Steve Best) [822647] | |
- [scsi] ipr: Fix target id allocation re-use problem (Steve Best) [822647] | |
- [scsi] ipr: update PCI ID definitions for new adapters (Steve Best) [822647] | |
- [infiniband] cxgb3: Fix typos in infiniband drivers (Jay Fenlason) [747144] | |
- [infiniband] cxgb3: Don't pass irq flags to flush_qp() (Jay Fenlason) [747144] | |
- [infiniband] cxgb3, cxgb4: Remove dead code (Jay Fenlason) [747144] | |
- [virt] kvm: Don't automatically expose the TSC deadline timer in cpuid (Don Dugger) [740712] | |
- [virt] kvm: emulate lapic tsc deadline timer for guest (Don Dugger) [740712] | |
- [virt] kvm: x86 TSC deadline definitions (Don Dugger) [740712] | |
- [kernel] cgroup: add cgroup_root_mutex (Frederic Weisbecker) [844531] | |
- [md] raid1: don't abort a resync on the first badblock (Jes Sorensen) [858219] | |
- [mm] Hold a file reference in madvise_remove (Jerome Marchand) [849739] {CVE-2012-3511} | |
- [net] ethtool: Extend ethtool_ops, add new ethtool types (Nikolay Aleksandrov) [844395] | |
- [scsi] aacraid: Series 7 Async. (performance) mode support (Rich Bono) [824892 832495] | |
- [scsi] aacraid: Fix endian issues in core and SRC portions of driver (Rich Bono) [824892 832495] | |
- [scsi] aacraid: Relax the tight timeout loop on fib commands (Rich Bono) [824892 832495] | |
- [scsi] aacraid: Better handling of in-flight events on thread stop (Rich Bono) [824892 832495] | |
- [scsi] aacraid: Use resource_size_t for IO mem pointers and offsets (Rich Bono) [824892 832495] | |
- [scsi] aacraid: add an iounmap call to aac_src_ioremap (Rich Bono) [824892 832495] | |
- [scsi] aacraid: Added Sync.mode to support series 7/8/9 controllers (Rich Bono) [824892 832495] | |
- [scsi] aacraid: use lower snprintf() limit (Rich Bono) [824892 832495] | |
- [scsi] aacraid: Drop __TIME__ usage (Rich Bono) [824892 832495] | |
- [scsi] aacraid: Do not set DMA mask to 32 bit first if adapter only supports 31 (Rich Bono) [824892 832495] | |
* Fri Sep 21 2012 Jarod Wilson <[email protected]> [2.6.32-311.el6] | |
- [netdrv] mlx4: check promisc on proper port (Doug Ledford) [854052] | |
- [netdrv] mlx4: attach multicast with correct flag (Doug Ledford) [854376] | |
- [netdrv] mlx4: remove redundant adding of steering type to gid (Doug Ledford) [854053] | |
- [netdrv] Revert: Fix a merge issue (Doug Ledford) [854053] | |
- [scsi] lpfc: Update lpfc version to 8.3.5.82.1p (Rob Evers) [827566] | |
- [scsi] lpfc: Fix null pointer error for piocbq (Rob Evers) [827566] | |
- [scsi] lpfc: Add missing jumps to mempool_free (Rob Evers) [827566] | |
- [scsi] lpfc: Fixed leaking memory from pci dma pool (Rob Evers) [827566] | |
- [scsi] lpfc: Log SCSI XRI on abort handler timeout (Rob Evers) [827566] | |
- [scsi] lpfc: Fix logging too many fcp underruns (Rob Evers) [827566] | |
- [scsi] lpfc: Fixed SCSI device reset escalation (Rob Evers) [827566] | |
- [scsi] lpfc: Fix BlockGuard messages (Rob Evers) [827566] | |
- [scsi] lpfc: Fix param field to mask for LOCAL_REJ. (Rob Evers) [827566] | |
- [scsi] lpfc: Add SLI-4 V1 Cap/Res desc support (Rob Evers) [827566] | |
- [scsi] lpfc: complete list of commands w/ ext. tmo (Rob Evers) [827566] | |
- [scsi] lpfc: Fix adding fc_host rport entries (Rob Evers) [827566] | |
- [scsi] lpfc: Fix conflicts in log message numbers (Rob Evers) [827566] | |
- [scsi] lpfc: Cosmetic changes (Rob Evers) [827566] | |
- [scsi] lpfc: Fix discovery bug when swapping cables (Rob Evers) [827566] | |
- [scsi] lpfc: Fixed scsi_eh escalation kernel panic (Rob Evers) [827566] | |
- [scsi] lpfc: check data transfered on writes (Rob Evers) [827566] | |
- [scsi] lpfc: remove incorrect message 2520 (Rob Evers) [827566] | |
- [scsi] lpfc: destroy rrq_pool during driver removal (Rob Evers) [827566] | |
- [scsi] lpfc: attach OCe14000 adapters (Rob Evers) [827566] | |
- [scsi] lpfc: set valid bit for loopback testing (Rob Evers) [827566] | |
- [scsi] lpfc: report misconfigured ports (Rob Evers) [827566] | |
- [scsi] lpfc: Fix Panic During IO Test (Rob Evers) [827566] | |
- [scsi] lpfc: dynamic delay multiplier param. (Rob Evers) [827566] | |
- [scsi] lpfc: Fix abort status (Rob Evers) [827566] | |
- [scsi] lpfc: Fixed PCI resource provision (Rob Evers) [827566] | |
- [scsi] lpfc: Fix system hang due to bad mod params (Rob Evers) [827566] | |
- [scsi] lpfc: Fixed debug helper routine (Rob Evers) [827566] | |
- [scsi] lpfc: Fix using the wrong xritag (Rob Evers) [827566] | |
- [scsi] lpfc: Debug routines for dumping SLI4 queues (Rob Evers) [827566] | |
- [scsi] lpfc: LPe16000 discovery fixes (Rob Evers) [827566] | |
- [scsi] lpfc: Reregister VPI for SLI3 (Rob Evers) [827566] | |
- [scsi] lpfc: Fix log message 2597 when no error (Rob Evers) [827566] | |
- [scsi] lpfc: FCP LOG for Finisar trace correlation (Rob Evers) [827566] | |
- [scsi] lpfc: Fix error displayed (Rob Evers) [827566] | |
- [scsi] lpfc: Fix Read Link status data (Rob Evers) [827566] | |
- [scsi] lpfc: dix, create vports on FCoE SLI4 HBA (Rob Evers) [827566] | |
- [scsi] lpfc: Fix flogi after flogi ack from target (Rob Evers) [827566] | |
- [scsi] lpfc: add get controller attributes command (Rob Evers) [827566] | |
- [scsi] lpfc: handle SLI4-port XRI profile change (Rob Evers) [827566] | |
- [scsi] lpfc: Add -Werror compilation flag (Rob Evers) [827566] | |
- [scsi] lpfc: Change def. DA_ID to enabled (Rob Evers) [827566] | |
- [scsi] lpfc: remove scsi vport host when unloading (Rob Evers) [827566] | |
- [scsi] lpfc: Increment T10 DIF error injection (Rob Evers) [827566] | |
- [scsi] lpfc: Update copyright date for files (Rob Evers) [827566] | |
- [scsi] lpfc: Refine T10 DIF debugfs error injection (Rob Evers) [827566] | |
- [scsi] lpfc: Make BA_ACC work on exchange (Rob Evers) [827566] | |
- [scsi] lpfc: Fix KERNEL allocation while lock held (Rob Evers) [827566] | |
- [scsi] lpfc: Fix usage of bghm for BlockGuard errs (Rob Evers) [827566] | |
- [scsi] lpfc: inject T10 DIF errors via debugfs (Rob Evers) [827566] | |
- [scsi] lpfc: Fix BlockGuard for prot. data from HBA (Rob Evers) [827566] | |
- [scsi] lpfc: add logs in port error/reset (Rob Evers) [827566] | |
- [scsi] lpfc: Sync up with upstream lpfc driver code (Rob Evers) [827566] | |
- [scsi] lpfc: Fixed T10 DIF/Blockguard on 16Gb FC (Rob Evers) [827566] | |
- [scsi] lpfc: Fix files depending on module.h (Rob Evers) [827566] | |
- [usb] core: fix deadlock in bConfigurationValue attribute method (Don Zickus) [832126] | |
- [usb] allow drivers to use allocated bandwidth until unbound (Don Zickus) [832126] | |
- [tools] perf: Add automated tests for event group parsing (Jiri Olsa) [695765] | |
- [tools] perf: Enable grouping logic for parsed events (Jiri Olsa) [695765] | |
- [tools] perf: Add support to update event modifier (Jiri Olsa) [695765] | |
- [tools] perf: Add support to parse event group syntax (Jiri Olsa) [695765] | |
- [tools] perf: Fix parse events automated tests (Jiri Olsa) [695765] | |
- [tools] perf: Add support to reuse event grammar to parse out terms (Jiri Olsa) [695765] | |
- [tools] perf: Make the event parser re-entrant (Jiri Olsa) [695765] | |
- [tools] perf: Use data struct for arg passing in event parse function (Jiri Olsa) [695765] | |
- [scsi] ipr: missing unlock before a return (Steve Best) [822647] | |
- [scsi] ipr: Driver version 2.5.4 (Steve Best) [822647] | |
- [scsi] ipr: Reduce interrupt lock time (Steve Best) [822647] | |
- [scsi] ipr: Reduce queuecommand lock time (Steve Best) [822647] | |
- [scsi] ipr: Driver version 2.5.3 (Steve Best) [822647] | |
- [scsi] ipr: Increase alignment boundary of command blocks (Steve Best) [822647] | |
- [scsi] ipr: Increase max concurrent oustanding commands (Steve Best) [822647] | |
- [scsi] ipr: Remove unnecessary memory barriers (Steve Best) [822647] | |
- [scsi] ipr: Remove unnecessary interrupt clearing on new adapters (Steve Best) [822647] | |
- [scsi] ipr: Fix target id allocation re-use problem (Steve Best) [822647] | |
- [scsi] ipr: update PCI ID definitions for new adapters (Steve Best) [822647] | |
- [infiniband] cxgb3: Fix typos in infiniband drivers (Jay Fenlason) [747144] | |
- [infiniband] cxgb3: Don't pass irq flags to flush_qp() (Jay Fenlason) [747144] | |
- [infiniband] cxgb3, cxgb4: Remove dead code (Jay Fenlason) [747144] | |
- [virt] kvm: Don't automatically expose the TSC deadline timer in cpuid (Don Dugger) [740712] | |
- [virt] kvm: emulate lapic tsc deadline timer for guest (Don Dugger) [740712] | |
- [virt] kvm: x86 TSC deadline definitions (Don Dugger) [740712] | |
- [kernel] cgroup: add cgroup_root_mutex (Frederic Weisbecker) [844531] | |
- [md] raid1: don't abort a resync on the first badblock (Jes Sorensen) [858219] | |
- [mm] Hold a file reference in madvise_remove (Jerome Marchand) [849739] {CVE-2012-3511} | |
- [net] ethtool: Extend ethtool_ops, add new ethtool types (Nikolay Aleksandrov) [844395] | |
- [scsi] aacraid: Series 7 Async. (performance) mode support (Rich Bono) [824892 832495] | |
- [scsi] aacraid: Fix endian issues in core and SRC portions of driver (Rich Bono) [824892 832495] | |
- [scsi] aacraid: Relax the tight timeout loop on fib commands (Rich Bono) [824892 832495] | |
- [scsi] aacraid: Better handling of in-flight events on thread stop (Rich Bono) [824892 832495] | |
- [scsi] aacraid: Use resource_size_t for IO mem pointers and offsets (Rich Bono) [824892 832495] | |
- [scsi] aacraid: add an iounmap call to aac_src_ioremap (Rich Bono) [824892 832495] | |
- [scsi] aacraid: Added Sync.mode to support series 7/8/9 controllers (Rich Bono) [824892 832495] | |
- [scsi] aacraid: use lower snprintf() limit (Rich Bono) [824892 832495] | |
- [scsi] aacraid: Drop __TIME__ usage (Rich Bono) [824892 832495] | |
- [scsi] aacraid: Do not set DMA mask to 32 bit first if adapter only supports 31 (Rich Bono) [824892 832495] | |
* Wed Sep 19 2012 Jarod Wilson <[email protected]> [2.6.32-310.el6] | |
- [net] core: Fix napi_gro_frags vs netpoll path (Amerigo Wang) [845347] | |
- [netdrv] benet: disable BH in callers of be_process_mcc() (Amerigo Wang) [845347] | |
- [net] bonding: remove IFF_IN_NETPOLL flag (Amerigo Wang) [845347] | |
- [mm] mmu_notifier: restore kabi (Andrea Arcangeli) [854584] | |
- [mm] mmu_notifier: have mmu_notifiers use a global SRCU so they may safely schedule (Andrea Arcangeli) [854584] | |
- [mm] mmu_notifier: fix-inconsistent-memory-between-secondary-mmu-and-host-fix (Andrea Arcangeli) [854584] | |
- [mm] mmu_notifier: fix inconsistent memory between secondary MMU and host (Andrea Arcangeli) [854584] | |
- [mm] mmu_notifier: fix freed page still mapped in secondary MMU (Andrea Arcangeli) [854584] | |
- [mm] Revert: Have mmu_notifiers use SRCU so they may safely schedule (Andrea Arcangeli) [854584] | |
- [x86] amd_iommu: Cache pdev pointer to root-bridge (Frank Arnold) [814709] | |
- [x86] amd_iommu: Make sure IOMMU interrupts are re-enabled on resume (Frank Arnold) [814709] | |
- [x86] amd_iommu: Set iommu configuration flags in enable-loop (Frank Arnold) [814709] | |
- [x86] amd_iommu: enable iommu before attaching devices (Frank Arnold) [814709] | |
- [netdrv] cxgb3: treewide use of RCU_INIT_POINTER (Jay Fenlason) [847358] | |
- [netdrv] cxgb3: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE (Jay Fenlason) [847358] | |
- [netdrv] cxgb3: unify return value of .ndo_set_mac_address if address is invalid (Jay Fenlason) [847358] | |
- [netdrv] cxgb3: update firmware version (Jay Fenlason) [847358] | |
- [netdrv] cxgb3: add skb frag size accessors (Jay Fenlason) [847358] | |
- [netdrv] cxgb3: convert to SKB paged frag API (Jay Fenlason) [847358] | |
- [netdrv] cxgb3: remove use of ndo_set_multicast_list in drivers (Jay Fenlason) [847358] | |
- [netdrv] pch_gbe: add extra clean tx (Veaceslav Falico) [853112] | |
- [netdrv] pch_gbe: fix transmit watchdog timeout (Veaceslav Falico) [853112] | |
- [netdrv] pch_gbe: fix transmit races (Veaceslav Falico) [853112] | |
- [x86] cpu/amd: Fix crash as Xen Dom0 on AMD Trinity systems (Frank Arnold) [822278] | |
- [x86] cpu/amd: Re-enable CPU topology extensions in case BIOS has disabled it (Frank Arnold) [822278] | |
- [net] openvswitch: set openvswitch_handle_frame_hook (Thomas Graf) [854628] | |
- [lib] flex_array: flex_array_prealloc takes a number of elements, not an end (Thomas Graf) [854628] | |
- [net] openvswitch: Fix FLOW_BUFSIZE definition (Thomas Graf) [854628] | |
- [net] openvswitch: Fix typo (Thomas Graf) [854628] | |
- [net] openvswitch: Relax set header validation (Thomas Graf) [854628] | |
- [net] openvswitch: Do not send notification if ovs_vport_set_options() failed (Thomas Graf) [854628] | |
- [net] openvswitch: Enable retrieval of TCP flags from IPv6 traffic (Thomas Graf) [854628] | |
- [net] openvswitch: Fix typo in documentation (Thomas Graf) [854628] | |
- [net] openvswitch: Replace Nicira Networks (Thomas Graf) [854628] | |
- [net] openvswitch: Check gso_type for correct sk_buff in queue_gso_packets() (Thomas Graf) [854628] | |
- [net] openvswitch: Check currect return value from skb_gso_segment() (Thomas Graf) [854628] | |
- [net] openvswitch: Reset upper layer protocol info on internal devices (Thomas Graf) [854628] | |
- [sound] alsa: snd-aloop copy fix (Jaroslav Kysela) [854696] | |
- [base] driver-core: fix device_register race (Rob Evers) [833098] | |
- [netdrv] 8139cp: set intr mask after its handler is registered (Jason Wang) [815199] | |
- [netdrv] pch_gbe: Do not abort probe on bad MAC (Veaceslav Falico) [851675] | |
- [pci] fix upstream P2P bridge checks when enabling OBFF and LTR (Myron Stowe) [834711] | |
* Mon Sep 17 2012 Jarod Wilson <[email protected]> [2.6.32-309.el6] | |
- [mm] fix contig_page_data kABI breakage and related memory corruption (Satoru Moriya) [853007] | |
- [mm] hugetlbfs: close race during teardown of hugetlbfs shared page tables (Rafael Aquini) [856325] | |
- [mm] hugetlbfs: Correctly detect if page tables have just been shared (Rafael Aquini) [856325] | |
- [mm] Revert: Eliminate kernel crash due to races in hugetlbfs (Rafael Aquini) [856325] | |
- [net] sctp: backport sctp cache ipv6 source after route lookup (Michele Baldessari) [855759] | |
- [net] sctp: backport support of sctp multi-homing ipv6 source address selection (Michele Baldessari) [855759] | |
- [net] ipv6: backport RTA_PREFSRC ipv6 source route selection support (Michele Baldessari) [851118] | |
- [input] wacom: add Intuos5 Touch Ring LED support (Aristeu Rozanski) [841611] | |
- [net] core: allocate skbs on local node (Andy Gospodarek) [843163] | |
- [netdrv] sfc: Fix maximum number of TSO segments and minimum TX queue size (Nikolay Aleksandrov) [845557] {CVE-2012-3412} | |
- [net] etherdevice: Rename random_ether_addr to eth_random_addr (Neil Horman) [813086] | |
- [net] etherdevice: rename dev_hw_addr_random and remove redundant second (Neil Horman) [813086] | |
- [pcmcia] Introduce PCMCIA_DEVICE_PROD_ID3 (Neil Horman) [813086] | |
- [net] add a truesize parameter to skb_add_rx_frag() (Neil Horman) [813086] | |
- [net] rtnetlink: add rtnl_dereference() (Neil Horman) [813086] | |
- [net] rtnetlink: Add checking to rcu_dereference() primitives (Neil Horman) [813086] | |
- [kernel] rcu: define __rcu address space modifier for sparse (Neil Horman) [813086] | |
- [kernel] rcu: Add rcu_access_pointer and rcu_dereference_protected (Neil Horman) [813086] | |
- [kernel] rcu: Add lockdep checking to rhel (Neil Horman) [813086] | |
- [kernel] rcu: Make __kfree_rcu() less dependent on compiler choices (Neil Horman) [813086] | |
- [kernel] rcu: introduce kfree_rcu() (Neil Horman) [813086] | |
- [mmc] sdio: add quirk to clamp byte mode transfer (Neil Horman) [813086] | |
- [kernel] pm_runtime: Generic resume shouldn't set RPM_ACTIVE unconditionally (Neil Horman) [813086] | |
- [kernel] workqueue: unify spelling of 'freeze' + 'able' to 'freezable' (Neil Horman) [813086] | |
- [kernel] Allow drivers to compile with #include <linux/printk.h> (Neil Horman) [813086] | |
- [mmc] sdio: add new function for RAW (Read after Write) operation (Neil Horman) [813086] | |
- [kernel] Uset set_irq_type() to define irq_set_irq_type() (Neil Horman) [813086] | |
- [kernel] irq: Provide status modifier (Neil Horman) [813086] | |
- [kernel] Simulate pm_qos_X_reuest() using existing qos RHEL6 infrastructure (Neil Horman) [813086] | |
- [lib] cordic: add library module providing cordic angle calculation (Neil Horman) [813086] | |
- [pcmcia] add PCMCIA_DEVICE_MANF_CARD_PROD_ID3 (Neil Horman) [813086] | |
- [pcmcia] add pcmica_{read,write}_config_byte (Neil Horman) [813086] | |
- [pcmcia] Add {pccard,pcmcia}_loop_tuple (Neil Horman) [813086] | |
- [pcmcia] add pcmica_{read,write}_config_byte (Neil Horman) [813086] | |
- [pci] Add helper macro for pci_register_driver boilerplate (Neil Horman) [813086] | |
- [usb] Add helper macro for usb_driver boilerplate (Neil Horman) [813086] | |
- [kernel] device: Generalize module_platform_driver (Neil Horman) [813086] | |
- [kernel] dma-mapping: add dma_zalloc_coherent() (Neil Horman) [813086] | |
- [kernel] Empty implementation of functions to make drivers compile (Neil Horman) [813086] | |
- [kernel] split out the EXPORT_SYMBOL into export.h (Neil Horman) [813086] | |
- [kernel] pm_qos: Define pm_qos_request() as pm_qos_requirement() (Neil Horman) [813086] | |
- [kernel] replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN (Neil Horman) [813086] | |
- [net] add wireless TX status socket option (Neil Horman) [813086] | |
- [kernel] workqueue: implement alloc_ordered_workqueue() (Neil Horman) [813086] | |
- [kernel] pm_qos: Move and rename the implementation files (Neil Horman) [813086] | |
- [kernel] atomic: add atomic_inc_not_zero_hint() (Neil Horman) [813086] | |
- [fs] vfs: introduce noop_llseek() (Neil Horman) [813086] | |
- [net] Add net_ratelimited_function and net_<level>_ratelimited macros (Neil Horman) [813086] | |
- [fs] libfs: add simple_open() (Neil Horman) [813086] | |
- [base] core: device_rename's new_name can be const (Neil Horman) [813086] | |
- [net] Add a boolean function to check if 2 ethernet addresses are the same (Neil Horman) [813086] | |
- [net] Allow changing number of RX queues after device allocation (Neil Horman) [813086] | |
- [net] Introduce skb_checksum_start_offset() to replace repetitive calculation (Neil Horman) [813086] | |
- [netdrv] e1000e: drop check of RXCW.CW to eliminate link going up and down (Dean Nelson) [847310] | |
- [net] core: add unknown state to sysfs NIC duplex export (Nikolay Aleksandrov) [855062] | |
- [pci] read-modify-write the PCIe device control register when initiating FLR (Myron Stowe) [848358] | |
* Wed Sep 12 2012 Jarod Wilson <[email protected]> [2.6.32-308.el6] | |
- [s390] zfcp: No automatic port_rescan on events (Hendrik Brueckner) [855131] | |
- [fs] xfs: push the AIL from memory reclaim and periodic sync (Dave Chinner) [855139] | |
- [powerpc] perf: Use perf_instruction_pointer in callchains (Steve Best) [850575] | |
- [powerpc] perf: Always use pt_regs for userspace samples (Steve Best) [850575] | |
- [powerpc] perf: Move code to select SIAR or pt_regs into perf_read_regs (Steve Best) [850575] | |
- [powerpc] perf: Create mmcra_sihv/mmcra_sipv helpers (Steve Best) [850575] | |
- [powerpc] perf: Fix instruction address sampling on 970 and Power4 (Steve Best) [850575] | |
- [netdrv] ehea: fix losing of NEQ events when one event occurred early (Steve Best) [822659] | |
- [netdrv] ehea: only register irq after setting up ports (Steve Best) [822659] | |
- [netdrv] ehea: make some functions and variables static (Steve Best) [822659] | |
- [netdrv] ehea: Use round_jiffies_relative to align workqueue (Steve Best) [822659] | |
- [netdrv] ehea: Reduce memory usage in buffer pools (Steve Best) [822659] | |
- [netdrv] ehea: Remove unused tcp_end field in send WQ (Steve Best) [822659] | |
- [netdrv] ehea: Add GRO support (Steve Best) [822659] | |
- [netdrv] ehea: Remove LRO support (Steve Best) [822659] | |
- [netdrv] ehea: Remove some unused definitions (Steve Best) [822659] | |
- [netdrv] ehea: Simplify type 3 transmit routine (Steve Best) [822659] | |
- [netdrv] ehea: Merge swqe2 TSO and non TSO paths (Steve Best) [822659] | |
- [netdrv] ehea: Simplify ehea_xmit2 and ehea_xmit3 (Steve Best) [822659] | |
- [netdrv] ehea: Allocate large enough skbs to avoid partial cacheline DMA writes (Steve Best) [822659] | |
- [netdrv] ehea: Add vlan_features (Steve Best) [822659] | |
- [netdrv] ehea: Dont check NETIF_F_TSO in TX path (Steve Best) [822659] | |
- [netdrv] ehea: Remove num_tx_qps module option (Steve Best) [822659] | |
- [netdrv] ehea: Remove force_irq logic in napi poll routine (Steve Best) [822659] | |
- [netdrv] ehea: Update multiqueue support (Steve Best) [822659] | |
- [netdrv] ehea: Remove NETIF_F_LLTX (Steve Best) [822659] | |
- [netdrv] ehea: Remove sleep at .ndo_get_stats (Steve Best) [822659] | |
- [netdrv] ehea: do vlan cleanup (Steve Best) [822659] | |
- [netdrv] ehea: Use ethtool ethtool_cmd_speed API (Steve Best) [822659] | |
- [netdrv] ehea: fix wrongly reported speed and port (Steve Best) [822659] | |
- [netdrv] ehea: Fix a DLPAR bug on ehea_rereg_mrs() (Steve Best) [822659] | |
- [netdrv] ehea: don't use flush_scheduled_work() (Steve Best) [822659] | |
- [netdrv] ehea: kill unused ehea_rereg_mr_task (Steve Best) [822659] | |
- [netdrv] ehea: Fixing LRO configuration (Steve Best) [822659] | |
- [netdrv] ehea: Fixing statistics (Steve Best) [822659] | |
- [netdrv] ehea: fix use after free (Steve Best) [822659] | |
- [netdrv] ehea: Don't check for vlan group before vlan_tx_tag_present (Steve Best) [822659] | |
- [netdrv] ehea: simplify conditional (Steve Best) [822659] | |
- [netdrv] ehea: Fix a checksum issue on the receive path (Steve Best) [822659] | |
- [netdrv] ehea: Allocate stats buffer with GFP_KERNEL (Steve Best) [822659] | |
- [net] drop_monitor: dont sleep in atomic context (Neil Horman) [817146] | |
- [net] drop_monitor: prevent init path from scheduling on the wrong cpu (Neil Horman) [817146] | |
- [net] drop_monitor: Make updating data->skb smp safe (Neil Horman) [817146] | |
- [net] drop_monitor: fix sleeping in invalid context warning (Neil Horman) [817146] | |
- [scsi] bfa: firmware image name update (Rob Evers) [830008] | |
- [scsi] bfa: Fix error codes and misc cleanup (Rob Evers) [830008] | |
- [scsi] bfa: squelch lockdep complaint (Rob Evers) [830008] | |
- [scsi] bfa: dereferencing freed memory in bfad_im_probe() (Rob Evers) [830008] | |
- [scsi] bfa: off by one in bfa_ioc_mbox_isr() (Rob Evers) [830008] | |
- [scsi] bfa: Fix to set vport FC host sysfs entries (Rob Evers) [830008] | |
- [scsi] bfa: Fix bfa logging port state change (Rob Evers) [830008] | |
- [scsi] bfa: defer vport delete handler till fw logo (Rob Evers) [830008] | |
- [scsi] bfa: Update the driver version to 3.0.23.0 (Rob Evers) [830008] | |
- [scsi] bfa: BSG and User interface fixes. (Rob Evers) [830008] | |
- [scsi] bfa: Fix to avoid vport delete hang on request queue full scenario. (Rob Evers) [830008] | |
- [scsi] bfa: Move service parameter programming logic into firmware. (Rob Evers) [830008] | |
- [scsi] bfa: Revise Fabric Assigned Address(FAA) (Rob Evers) [830008] | |
- [scsi] bfa: Flash controller IOC pll init fixes. (Rob Evers) [830008] | |
- [scsi] bfa: Serialize the IOC hw semaphore unlock (Rob Evers) [830008] | |
- [scsi] bfa: Modify ISR to process pending completions (Rob Evers) [830008] | |
- [scsi] bfa: Add fc host issue lip support (Rob Evers) [830008] | |
- [scsi] bfa: Fix endian bug (Rob Evers) [830008] | |
- [scsi] be2iscsi: Bump the driver version (Rob Evers) [827594] | |
- [scsi] be2iscsi: Fix panic because of TCP RST/FIN (Rob Evers) [827594] | |
- [scsi] be2iscsi: configure VLAN parameters (Rob Evers) [827594] | |
- [scsi] be2iscsi: Format the MAC_ADDR with sysfs (Rob Evers) [827594] | |
- [scsi] be2iscsi: Set log levels for various events (Rob Evers) [827594] | |
- [scsi] be2iscsi: MBX Cmd for login, crashdump mode (Rob Evers) [827594] | |
- [scsi] be2iscsi: Remove the iscsi_data_pdu setting (Rob Evers) [827594] | |
- [target] tcm_fc: Add abort flag for gracefully handling exchange timeout (Neil Horman) [829932] | |
- [scsi] fcoe: Ensure fcoe_recv_frame is always called in process context (Neil Horman) [829932] | |
- [target] Fix possible NULL pointer with __transport_execute_tasks (Neil Horman) [829932] | |
- [usb] usbdevfs: Add a USBDEVFS_GET_CAPABILITIES ioctl (Don Zickus) [828271] | |
* Fri Sep 07 2012 Jarod Wilson <[email protected]> [2.6.32-307.el6] | |
- [scsi] hpsa: bump version number (Tomas Henzl) [737644] | |
- [scsi] hpsa: add marketing names for Gen8 controllers (Tomas Henzl) [737644] | |
- [scsi] hpsa: dial down lockup detection during firmware flash (Tomas Henzl) [737644] | |
- [scsi] hpsa: removed unused member maxQsinceinit (Tomas Henzl) [737644] | |
- [scsi] hpsa: add new RAID level "1(ADM)" (Tomas Henzl) [737644] | |
- [scsi] hpsa: factor out hpsa_free_irqs_and_disable_msix (Tomas Henzl) [737644] | |
- [scsi] hpsa: refine interrupt handler locking for greater concurrency (Tomas Henzl) [737644] | |
- [scsi] hpsa: use multiple reply queues (Tomas Henzl) [737644] | |
- [scsi] hpsa: factor out tail calls to next_command() in process_(non)indexed_cmd() (Tomas Henzl) [737644] | |
- [scsi] hpsa: do aborts two ways (Tomas Henzl) [737644] | |
- [scsi] hpsa: add abort error handler function (Tomas Henzl) [737644] | |
- [scsi] hpsa: remove unused parameter from finish_cmd (Tomas Henzl) [737644] | |
- [scsi] hpsa: do not give up retry of driver cmds after only 3 retries (Tomas Henzl) [737644] | |
- [scsi] hpsa: retry driver initiated commands on busy status (Tomas Henzl) [737644] | |
- [scsi] hpsa: do not read from controller unnecessarily in completion code (Tomas Henzl) [737644] | |
- [scsi] hpsa: suppress excessively chatty error messages (Tomas Henzl) [737644] | |
- [scsi] hpsa: enable bus master bit after pci_enable_device (Tomas Henzl) [737644] | |
- [scsi] hpsa: do not skip disabled devices (Tomas Henzl) [737644] | |
- [scsi] hpsa: call pci_disable_device on driver unload (Tomas Henzl) [737644] | |
- [scsi] hpsa: use check_signature (Tomas Henzl) [737644] | |
- [scsi] hpsa: use find_first_zero_bit (Tomas Henzl) [737644] | |
- [scsi] hpsa: factor out driver name (Tomas Henzl) [737644] | |
- [scsi] hpsa: removed unneeded structure member max_sg_entries and fix bad name (Tomas Henzl) [737644] | |
- [scsi] hpsa: fix per device memory leak on driver unload (Tomas Henzl) [737644] | |
- [scsi] hpsa: do not sleep in atomic context in rmmod path. (Tomas Henzl) [737644] | |
- [scsi] hpsa: Disable ASPM (Tomas Henzl) [737644] | |
- [scsi] hpsa: detect controller lockup (Tomas Henzl) [737644] | |
- [scsi] hpsa: fix flush cache transfer length (Tomas Henzl) [737644] | |
- [scsi] hpsa: remove unused busy_initializing and busy_scanning (Tomas Henzl) [737644] | |
- [scsi] hpsa: set max sectors instead of taking the default (Tomas Henzl) [737644] | |
- [scsi] hpsa: change confusing message to be more clear (Tomas Henzl) [737644] | |
- [scsi] hpsa: fix physical device lun and target numbering problem (Tomas Henzl) [737644] | |
- [scsi] hpsa: fix problem that OBDR devices are not detected (Tomas Henzl) [737644] | |
- [scsi] hpsa: retry commands completing with status of UNSOLICITED_ABORT (Tomas Henzl) [737644] | |
- [scsi] hpsa: fix potential overrun while memcpy'ing sense data (Tomas Henzl) [737644] | |
- [scsi] hpsa: fix dma unmap error in hpsa_passthru_ioctl (Tomas Henzl) [737644] | |
- [scsi] hpsa: Change memset using sizeof(ptr) to sizeof(*ptr) (Tomas Henzl) [737644] | |
- [x86] perf: Enable/Add IvyBridge hardware support (Prarit Bhargava) [829872] | |
- [x86] perf: Update SNB PEBS constraints (Prarit Bhargava) [829872] | |
- [x86] perf: Implement cycles:p for SNB/IVB (Prarit Bhargava) [829872] | |
- [x86] perf: Prettify pmu config literals (Prarit Bhargava) [829872] | |
- [x86] perf: Implement arch event mask as quirk (Prarit Bhargava) [829872] | |
- [x86] perf: Disable PEBS on SandyBridge chips (Prarit Bhargava) [829872] | |
- [virt] kvm: Add accessor for reading cr4 (or some bits of cr4) (Gleb Natapov) [832301] | |
- [kernel] sched: Create special class for stop/migrate work (Igor Mammedov) [843541] | |
- [net] ipv4: Add interface option to enable routing of 127.0.0.0/8 (Thomas Graf) [831623] | |
- [net] ipv6: Move ipv6 proc file registration to end of init order (Thomas Graf) [809297] | |
- [net] sctp: Don't charge for data in sndbuf again when transmitting packet (Thomas Graf) [809792] | |
* Thu Sep 06 2012 Jarod Wilson <[email protected]> [2.6.32-306.el6] | |
- [x86] acpi: Fix use-after-free in acpi_map_lsapic (Igor Mammedov) [826067] | |
- [drm] ttm: use shmem_read_mapping_page (Rafael Aquini) [806049] | |
- [drm] i915: use shmem_read_mapping_page (Rafael Aquini) [806049] | |
- [drm] i915: use shmem_truncate_range (Rafael Aquini) [806049] | |
- [fs] udf: fix retun value on error path in udf_load_logicalvol (Nikola Pajkovsky) [843143] {CVE-2012-3400} | |
- [fs] udf: Improve table length check to avoid possible overflow (Nikola Pajkovsky) [843143] {CVE-2012-3400} | |
- [fs] udf: Fortify loading of sparing table (Nikola Pajkovsky) [843143] {CVE-2012-3400} | |
- [fs] udf: Avoid run away loop when partition table length is corrupted (Nikola Pajkovsky) [843143] {CVE-2012-3400} | |
- [fs] udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol() (Nikola Pajkovsky) [843143] {CVE-2012-3400} | |
* Fri Aug 31 2012 Jarod Wilson <[email protected]> [2.6.32-305.el6] | |
- [virt] kvm: fix KVM_GET_MSR for PV EOI (Michael S. Tsirkin) [835095] | |
- [virt] kvm: update KVM_SAVE_MSRS_BEGIN to correct value (Michael S. Tsirkin) [835095] | |
- [virt] kvm: switch to apic_set_eoi_write, apic_write (Michael S. Tsirkin) [835095] | |
- [x86] apic: add apic_set_eoi_write for PV use (Michael S. Tsirkin) [835095] | |
- [virt] kvm: host side for eoi optimization (Michael S. Tsirkin) [835095] | |
- [virt] kvm: introduce kvm_read_guest_cached (Michael S. Tsirkin) [835095] | |
- [virt] kvm: Add memory slot versioning and use it to provide fast guest write interface (Michael S. Tsirkin) [835095] | |
- [virt] kvm_host: add kvm_memslots wrapper (Michael S. Tsirkin) [835095] | |
- [virt] kvm: only sync when attention bits set (Michael S. Tsirkin) [835095] | |
- [x86] bitops: note on __test_and_clear_bit atomicity (Michael S. Tsirkin) [835095] | |
- [virt] kvm: guest side for eoi avoidance (Michael S. Tsirkin) [835095] | |
- [x86] apic: make apic_probe extern (Michael S. Tsirkin) [835095] | |
- [x86] apic: add apic_flat to apic_probe on x86_64 (Michael S. Tsirkin) [835095] | |
- [virt] kvm: add paravirt cpu notifier stubs (Michael S. Tsirkin) [835095] | |
- [virt] kvm: optimize ISR lookups (Michael S. Tsirkin) [835095] | |
- [virt] kvm: document lapic regs field (Michael S. Tsirkin) [835095] | |
- [x86] apic: Implement EIO micro-optimization (Michael S. Tsirkin) [835095] | |
- [x86] apic: Add apic->eoi_write() callback (Michael S. Tsirkin) [835095] | |
- [x86] apic: Use symbolic APIC_EOI_ACK (Michael S. Tsirkin) [835095] | |
- [x86] apic: Fix typo EIO_ACK -> EOI_ACK and document it (Michael S. Tsirkin) [835095] | |
- [virt] kvm: Introduce bitmask for apic attention reasons (Michael S. Tsirkin) [835095] | |
- [virt] kvm: dont clear TMR on EOI (Michael S. Tsirkin) [835095] | |
- [x86] efi_ioremap may not map the entire physical address space requested (Larry Woodman) [840691] | |
- [netdrv] bnx2x: Add remote-fault link detection (Michal Schmidt) [814877] | |
- [virt] vhost: poll vq in zerocopy callback (Jason Wang) [734731] | |
- [virt] vhost_net, zerocopy: adding and signalling immediately when fully copied (Jason Wang) [734731] | |
- [virt] vhost_net: re-poll only on EAGAIN or ENOBUFS (Jason Wang) [734731] | |
- [net] sunrpc: svc_xprt sends on closed socket should stop immediately (J. Bruce Fields) [849702] | |
* Thu Aug 30 2012 Jarod Wilson <[email protected]> [2.6.32-304.el6] | |
- [fs] jbd2: fix fsync() tid wraparound bug (Dave Wysochanski) [735768] | |
- [fs] jbd: fix fsync() tid wraparound bug (Dave Wysochanski) [735768] | |
- [fs] jbd, jbd2: fixed typos (Dave Wysochanski) [735768] | |
- [x86] perf: disable PEBS on a guest entry (Gleb Natapov) [845664] | |
- [fs] dlm: make dlm_recv single threaded (David Teigland) [821060] | |
- [fs] dlm: fix granting from recovery (David Teigland) [821824] | |
- [fs] dlm: fix deadlock between dlm_send and dlm_controld (David Teigland) [824964] | |
- [kernel] fork: fix overflow in vma length when copying mmap on clone (Anton Arapov) [815891] | |
- [fs] fuse: update attributes on aio_read (Brian Foster) [850642] | |
- [fs] fuse: invalidate inode mapping if mtime changes (Brian Foster) [850642] | |
- [fs] fuse: add FUSE_AUTO_INVAL_DATA init flag (Brian Foster) [850642] | |
- [net] cls_cgroup: Allow net_cls cgroups to have their classid reset to 0 (Neil Horman) [831456] | |
- [mm] clarify the radix_tree exceptional cases (Rafael Aquini) [806049] | |
- [mm] tmpfs, radix_tree: locate_item to speed up swapoff (Rafael Aquini) [806049] | |
- [mm] a few small updates for radix-swap (Rafael Aquini) [806049] | |
- [mm] tmpfs: convert shmem_writepage and enable swap (Rafael Aquini) [806049] | |
- [mm] tmpfs: convert mem_cgroup shmem to radix-swap (Rafael Aquini) [806049] | |
- [mm] tmpfs: convert shmem_getpage_gfp to radix-swap (Rafael Aquini) [806049] | |
- [mm] tmpfs: convert shmem_unuse_inode to radix-swap (Rafael Aquini) [806049] | |
- [mm] tmpfs: convert shmem_truncate_range to radix-swap (Rafael Aquini) [806049] | |
- [mm] tmpfs: copy truncate_inode_pages_range (Rafael Aquini) [806049] | |
- [mm] tmpfs: miscellaneous trivial cleanups (Rafael Aquini) [806049] | |
- [mm] tmpfs: demolish old swap vector support (Rafael Aquini) [806049] | |
- [mm] let swap use exceptional entries (Rafael Aquini) [806049] | |
- [lib] radix_tree: exceptional entries and indices (Rafael Aquini) [806049] | |
- [mm] tmpfs: simplify unuse and writepage (Rafael Aquini) [806049] | |
- [mm] tmpfs: simplify filepage/swappage (Rafael Aquini) [806049] | |
- [mm] tmpfs: simplify prealloc_page (Rafael Aquini) [806049] | |
- [mm] tmpfs: pass gfp to shmem_getpage_gfp (Rafael Aquini) [806049] | |
- [mm] tmpfs: no need to use i_lock (Rafael Aquini) [806049] | |
- [mm] pincer in truncate_inode_pages_range (Rafael Aquini) [806049] | |
- [mm] consistent truncate and invalidate loops (Rafael Aquini) [806049] | |
- [mm] tidy vmtruncate_range and related functions (Rafael Aquini) [806049] | |
- [mm] truncate functions are in truncate.c (Rafael Aquini) [806049] | |
- [mm] filemap: cleanup descriptions of filler arg (Rafael Aquini) [806049] | |
- [mm] tmpfs: add shmem_read_mapping_page_gfp (Rafael Aquini) [806049] | |
- [mm] tmpfs: take control of its truncate_range (Rafael Aquini) [806049] | |
- [mm] move shmem prototypes to shmem_fs.h (Rafael Aquini) [806049] | |
- [mm] move vmtruncate_range to truncate.c (Rafael Aquini) [806049] | |
- [mm] remove worrying dead code from find_get_pages() (Rafael Aquini) [806049] | |
- [lib] radix-tree: fix RCU bug (Rafael Aquini) [819243] | |
* Mon Aug 27 2012 Jarod Wilson <[email protected]> [2.6.32-303.el6] | |
- [ata] libata: Add space to fix 2GB ATA Flash Disk/ADMA428M blacklist (Prarit Bhargava) [843849] | |
- [char] hw_random: check for errors in data_present() return value (Amit Shah) [849196] | |
- [char] hwrng: Revert back to older API to prevent (k)abi bugs (Amit Shah) [849196] | |
- [char] Revert: hw_random/virtio-rng: don't wait on host when module is going away (Amit Shah) [849196] | |
- [pci] add pci_pcie_cap2() check for PCIe feature capabilities >= v2 (Myron Stowe) [834700] | |
- [pci] use pci_pcie_cap() in pci core (Myron Stowe) [834700] | |
- [s390] dasd: add sanity check to detect path connection error (Hendrik Brueckner) [823015] | |
- [s390] kernel: Add z/VM LGR detection (Hendrik Brueckner) [823014] | |
- [message] mptfusion: Fix for device removed in blocked state (Tomas Henzl) [831865] | |
- [mm] avoid swapping out with swappiness==0 (Satoru Moriya) [787885] | |
* Fri Aug 24 2012 Jarod Wilson <[email protected]> [2.6.32-302.el6] | |
- [pci] disable MEM decoding while updating 64-bit MEM BARs (Myron Stowe) [841973] | |
- [pci] leave MEM and IO decoding disabled during 64-bit BAR sizing, too (Myron Stowe) [841973] | |
- [pci] Use class for quirk for host bridge mmio_always_on (Myron Stowe) [841973] | |
- [pci] fold pci_calc_resource_flags() into decode_bar() (Myron Stowe) [841973] | |
- [pci] treat mem BAR type "11" (reserved) as 32-bit, not 64-bit, BAR (Myron Stowe) [841973] | |
- [pci] disable mmio during bar sizing (Myron Stowe) [841973] | |
- [fs] nfs: nfs_attr_use_mounted_on_file() missing return value. (Steve Dickson) [842312] | |
- [fs] gfs2: Make gfs2_write_end not dirty the inode with every write (Robert S Peterson) [844814] | |
- [x86] cpufeature: Add CPU features from Intel document 319433-012A (John Villalovos) [841661] | |
- [virt] kvm: expose latest Intel cpu new features (BMI1/BMI2/FMA/AVX2) to guest (John Villalovos) [841661] | |
- [tools] perf kvm: Fix segfault with report and mixed guestmount use (Jiri Olsa) [846702] | |
- [tools] perf kvm: Fix regression with guest machine creation (Jiri Olsa) [846702] | |
- [tools] perf script: Fix format regression due to libtraceevent merge (Jiri Olsa) [846702] | |
- [tools] perf: Fix synthesizing tracepoint names from the perf.data headers (Jiri Olsa) [846702] | |
- [tools] perf stat: Fix default output file (Jiri Olsa) [846702] | |
- [tools] perf tools: Fix endianity swapping for adds_features bitmask (Jiri Olsa) [846702] | |
- [tools] perf uprobes: Remove unnecessary check before strlist__delete (Jiri Olsa) [846702] | |
- [tools] perf symbols: Check for valid dso before creating map (Jiri Olsa) [846702] | |
- [tools] perf evsel: Fix 32 bit values endianity swap for sample_id_all header (Jiri Olsa) [846702] | |
- [tools] perf session: Handle endianity swap on sample_id_all header data (Jiri Olsa) [846702] | |
- [tools] perf symbols: Handle different endians properly during symbol load (Jiri Olsa) [846702] | |
- [tools] perf evlist: Pass third argument to ioctl explicitly (Jiri Olsa) [846702] | |
- [tools] perf: Update ioctl documentation for PERF_IOC_FLAG_GROUP (Jiri Olsa) [846702] | |
- [tools] perf: Make --version show kernel version instead of pull req tag (Jiri Olsa) [846702] | |
- [tools] perf: Check if callchain is corrupted (Jiri Olsa) [846702] | |
- [tools] perf callchain: Make callchain cursors TLS (Jiri Olsa) [846702] | |
- [tools] perf: Fix pager on minimal-install embedded systems (Jiri Olsa) [846702] | |
- [tools] perf: Fix make tarballs (Jiri Olsa) [846702] | |
- [tools] perf script: Fix regression in callchain dso name (Jiri Olsa) [846702] | |
- [tools] perf stat: Initialize default events wrt exclude_{guest, host} (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Fix help window entry for navigating to hottest line (Jiri Olsa) [846702] | |
- [tools] perf report: Use the right symbol for annotation (Jiri Olsa) [846702] | |
- [tools] perf probe: Detect probe target when m/x options are absent (Jiri Olsa) [846702] | |
- [tools] perf compat: Make a note in documentation about uprobe interface (Jiri Olsa) [846702] | |
- [tools] perf probe: Provide perf interface for uprobes (Jiri Olsa) [846702] | |
- [tools] perf ui browser: Stop using 'self' (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Read perf config file for settings (Jiri Olsa) [846702] | |
- [tools] perf config: Allow '_' in config file variable names (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Make feature toggles global (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: The idx_asm field should be used in asm only view (Jiri Olsa) [846702] | |
- [tools] perf: Convert critical messages to ui__error() (Jiri Olsa) [846702] | |
- [tools] perf ui: Make --stdio default when TUI is not supported (Jiri Olsa) [846702] | |
- [tools] perf record: Fix branch_stack type in perf_record_opts (Jiri Olsa) [846702] | |
- [tools] perf: Reconstruct event with modifiers from perf_event_attr (Jiri Olsa) [846702] | |
- [tools] perf top: Fix counter name fixup when fallbacking to cpu-clock (Jiri Olsa) [846702] | |
- [tools] perf: fix thread_map__new_by_pid_str() memory leak in error path (Jiri Olsa) [846702] | |
- [tools] perf: Do not use _FORTIFY_SOURCE when DEBUG=1 is specified (Jiri Olsa) [846702] | |
- [tools] perf evlist: Explicititely initialize input_name (Jiri Olsa) [846702] | |
- [tools] perf compat: Disable perf branch sampling in evlist command (Jiri Olsa) [846702] | |
- [tools] perf evlist: Show event attribute details (Jiri Olsa) [846702] | |
- [tools] perf: Bump default sample freq to 4 kHz (Jiri Olsa) [846702] | |
- [tools] perf buildid-list: Work better with pipe mode (Jiri Olsa) [846702] | |
- [tools] perf: Fix piped mode read code (Jiri Olsa) [846702] | |
- [tools] perf inject: Fix broken perf inject -b (Jiri Olsa) [846702] | |
- [tools] perf: rename HEADER_TRACE_INFO to HEADER_TRACING_DATA (Jiri Olsa) [846702] | |
- [tools] perf: Add union u64_swap type for swapping u64 data (Jiri Olsa) [846702] | |
- [tools] perf: Carry perf_event_attr bitfield throught different endians (Jiri Olsa) [846702] | |
- [tools] perf record: Fix documentation for branch stack sampling (Jiri Olsa) [846702] | |
- [tools] perf target: Add cpu flag to sample_type if target has cpu (Jiri Olsa) [846702] | |
- [tools] perf: Add hardcoded name term for pmu events (Jiri Olsa) [846702] | |
- [tools] perf: Separate 'mem:' event scanner bits (Jiri Olsa) [846702] | |
- [tools] perf: Use allocated list for each parsed event (Jiri Olsa) [846702] | |
- [tools] perf: Add support for displaying event parser debug info (Jiri Olsa) [846702] | |
- [tools] perf test: Move parse event automated tests to separated object (Jiri Olsa) [846702] | |
- [tools] perf evsel: Create events initially disabled -- again (Jiri Olsa) [846702] | |
- [tools] perf: Split term type into value type and term type (Jiri Olsa) [846702] | |
- [tools] perf hists: Fix callchain ip printf format (Jiri Olsa) [846702] | |
- [tools] perf target: Add uses_mmap field (Jiri Olsa) [846702] | |
- [tools] Revert: perf evlist: Fix creation of cpu map (Jiri Olsa) [846702] | |
- [tools] perf target: Rename functions to avoid double negation (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Add key bindings help window (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Show 'jumpy' functions (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Count the numbers of jump sources to a target (Jiri Olsa) [846702] | |
- [tools] perf annotate: Introduce ->free() method in ins_ops (Jiri Olsa) [846702] | |
- [tools] perf annotate: Augment lock instruction output (Jiri Olsa) [846702] | |
- [tools] perf annotate: Resolve symbols using objdump comment for single op ins (Jiri Olsa) [846702] | |
- [tools] perf annotate: Resolve symbols using objdump comment (Jiri Olsa) [846702] | |
- [tools] perf annotate: Use raw form for register indirect call instructions (Jiri Olsa) [846702] | |
- [tools] perf hists browser: Use '/' for search/filter instead of 's' (Jiri Olsa) [846702] | |
- [tools] perf annotate: shorten helpline so it fits in visible space (Jiri Olsa) [846702] | |
- [tools] perf record: Reset event name when falling back to cpu-clock (Jiri Olsa) [846702] | |
- [tools] perf top: Update event name when falling back to cpu-clock (Jiri Olsa) [846702] | |
- [tools] perf record: Fix fallback to cpu-clock on ppc (Jiri Olsa) [846702] | |
- [tools] perf report: Fix format string for x86-32 compilation (Jiri Olsa) [846702] | |
- [tools] perf top: Default to system wide using perf_target methods (Jiri Olsa) [846702] | |
- [tools] perf stat: Use perf_evlist__create_maps (Jiri Olsa) [846702] | |
- [tools] perf target: Consolidate target task/cpu checking (Jiri Olsa) [846702] | |
- [tools] perf: Introduce perf_target__strerror() (Jiri Olsa) [846702] | |
- [tools] perf target: Introduce perf_target__parse_uid() (Jiri Olsa) [846702] | |
- [tools] perf target: Introduce perf_target_errno (Jiri Olsa) [846702] | |
- [tools] perf evlist: Fix creation of cpu map (Jiri Olsa) [846702] | |
- [tools] perf top: Set target.system_wide (Jiri Olsa) [846702] | |
- [tools] perf session: Fail on processing event with unknown size (Jiri Olsa) [846702] | |
- [tools] perf ui: Change fallback policy of setup_browser() (Jiri Olsa) [846702] | |
- [tools] perf ui: Add gtk2 support into setup_browser() (Jiri Olsa) [846702] | |
- [tools] perf ui gtk: Rename functions for consistency (Jiri Olsa) [846702] | |
- [tools] perf ui gtk: Drop arg[cv] arguments from perf_gtk_setup_browser() (Jiri Olsa) [846702] | |
- [tools] perf ui: Make setup_browser() generic (Jiri Olsa) [846702] | |
- [tools] perf target: Split out perf_target handling code (Jiri Olsa) [846702] | |
- [tools] perf: Check more combinations of PID/TID, UID and CPU switches (Jiri Olsa) [846702] | |
- [tools] perf evlist: Make create_maps() take struct perf_target (Jiri Olsa) [846702] | |
- [tools] perf: Introduce perf_target__validate() helper (Jiri Olsa) [846702] | |
- [tools] perf top: Convert to struct perf_target (Jiri Olsa) [846702] | |
- [tools] perf stat: Convert to struct perf_target (Jiri Olsa) [846702] | |
- [tools] perf: Introduce struct perf_target (Jiri Olsa) [846702] | |
- [tools] perf: Fix include header files in util/parse-events.h (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Compact 'nop' output (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Do raw printing in 'o'ffset in a single place (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Don't change the asm line color when toggling source (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: More clearly separate columns (Jiri Olsa) [846702] | |
- [tools] perf ui browser: Introduce routine to draw vertical line (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Don't display 0.00 percentages (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Remove the vertical line after the percentages (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Show current jump, back or forward (Jiri Olsa) [846702] | |
- [tools] perf ui browser: Add method to draw up/down arrow line (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Add a right arrow before call instructions (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Don't draw jump connectors for out of function jumps (Jiri Olsa) [846702] | |
- [tools] perf annotate: Mark jump instructions with no offset (Jiri Olsa) [846702] | |
- [tools] perf annotate: Disambiguage offsets and addresses in operands (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Handle NULL jump targets (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Initial loop detection (Jiri Olsa) [846702] | |
- [tools] perf: Cleanup realloc use (Jiri Olsa) [846702] | |
- [tools] ui browser: Add method to write graphical characters (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Handle retq instructions (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Add visual cue for retq instruction (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Add visual cues on jump lines (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Suppress the callq address (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Bandaid offsets/jump label objdump ambiguity (Jiri Olsa) [846702] | |
- [tools] perf annotate: Group operands members (Jiri Olsa) [846702] | |
- [tools] perf annotate: Add missing jump variants (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Use a vertical line as percentage separator (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Make lines more compact (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Align jump labels (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Hide non jump target addresses in offset mode (Jiri Olsa) [846702] | |
- [tools] perf symbols: Introduce symbol__size method (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Rename disasm_line_rb_node (Jiri Olsa) [846702] | |
- [tools] perf annotate: Introduce scnprintf ins_ops method (Jiri Olsa) [846702] | |
- [tools] perf annotate: Parse call targets earlier (Jiri Olsa) [846702] | |
- [tools] perf annotate: Disassembler instruction parsing (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Use the disasm_line instruction name and operand fields (Jiri Olsa) [846702] | |
- [tools] perf annotate: Parse instruction (Jiri Olsa) [846702] | |
- [tools] perf annotate: Rename objdump_line to disasm_line (Jiri Olsa) [846702] | |
- [tools] perf record: Use sw counter only if hw pmu is not detected (Jiri Olsa) [846702] | |
- [tools] perf: Fix thread map that is type pid_t (Jiri Olsa) [846702] | |
- [tools] perf stat: Declare some references static (Jiri Olsa) [846702] | |
- [tools] perf: Move GTK+ bits to tools/perf/ui/gtk directory (Jiri Olsa) [846702] | |
- [tools] perf: Move UI bits to tools/perf/ui directory (Jiri Olsa) [846702] | |
- [tools] perf annotate: Fix a build error (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: string search: /?n (Jiri Olsa) [846702] | |
- [tools] perf report: Correct display of samples and events in header (Jiri Olsa) [846702] | |
- [tools] perf annotate browser: Initial support for navigating jump instructions (Jiri Olsa) [846702] | |
- [tools] perf ui annotate browser: Add list based search for addr offset (Jiri Olsa) [846702] | |
- [tools] perf ui annotate browser: Move callq handling to separate function (Jiri Olsa) [846702] | |
- [tools] perf ui annotate browser: Allow toggling addr offset view (Jiri Olsa) [846702] | |
- [tools] perf annotate: Allow printing objdump line addr in different color (Jiri Olsa) [846702] | |
- [tools] perf ui browser: Return the current color when setting a new one (Jiri Olsa) [846702] | |
- [tools] traceevent: Ignore TRACEEVENT-CFLAGS file (Jiri Olsa) [846702] | |
- [tools] traceevent: Detect build environment changes (Jiri Olsa) [846702] | |
- [tools] traceevent: Cleanup realloc use (Jiri Olsa) [846702] | |
- [tools] traceevent: Add missing break in make_bprint_args (Jiri Olsa) [846702] | |
- [tools] traceevent: Check return value of arg_to_str() (Jiri Olsa) [846702] | |
- [tools] traceevent: Check result of malloc() during reading token (Jiri Olsa) [846702] | |
- [tools] traceevent: Fix some comments (Jiri Olsa) [846702] | |
- [tools] traceevent: Do not call add_event() again if allocation failed (Jiri Olsa) [846702] | |
- [tools] traceevent: Pass string type argument to args (Jiri Olsa) [846702] | |
- [tools] traceevent: Handle realloc() failure path (Jiri Olsa) [846702] | |
- [tools] traceevent: Handle strdup failure cases (Jiri Olsa) [846702] | |
- [tools] traceevent: Introduce extend_token() (Jiri Olsa) [846702] | |
- [tools] traceevent: Fix printk_cmp() (Jiri Olsa) [846702] | |
- [tools] traceevent: Fix trace_printk for long integers (Jiri Olsa) [846702] | |
- [tools] traceevent: Fix pM print format arg handling (Jiri Olsa) [846702] | |
- [tools] traceevent: Add support to show migrate disable counter (Jiri Olsa) [846702] | |
- [tools] traceevent: Add support for ".*s" in bprintk events (Jiri Olsa) [846702] | |
- [tools] traceevent: Let filtering numbers by string use function names (Jiri Olsa) [846702] | |
- [tools] traceevent: Replace malloc_or_die to plain malloc in alloc_event() (Jiri Olsa) [846702] | |
- [tools] traceevent: Add support for __print_hex() (Jiri Olsa) [846702] | |
- [tools] traceevent: Use local variable 'field' (Jiri Olsa) [846702] | |
- [tools] traceevent: Check string is really printable (Jiri Olsa) [846702] | |
- [tools] traceevent: Make dependency files regeneratable (Jiri Olsa) [846702] | |
- [tools] traceevent: Teach [ce]tags about libtraceeevent error codes (Jiri Olsa) [846702] | |
- [tools] traceevent: Fix clean target in Makefile (Jiri Olsa) [846702] | |
- [tools] traceevent: Silence compiler warning on 32bit build (Jiri Olsa) [846702] | |
- [tools] traceevent: Fix signature of create_arg_item() (Jiri Olsa) [846702] | |
- [tools] traceevent: Use proper function parameter type (Jiri Olsa) [846702] | |
- [tools] traceevent: Fix freeing arg on process_dynamic_array() (Jiri Olsa) [846702] | |
- [tools] traceevent: Fix a possibly wrong memory dereference (Jiri Olsa) [846702] | |
- [tools] traceevent: Fix a possible memory leak (Jiri Olsa) [846702] | |
- [tools] traceevent: Allow expressions in __print_symbolic() fields (Jiri Olsa) [846702] | |
- [tools] perf: Always try to build libtraceevent (Jiri Olsa) [846702] | |
- [tools] perf: Rename libparsevent to libtraceevent in Makefile (Jiri Olsa) [846702] | |
- [tools] parse-events: Rename struct record to struct pevent_record (Jiri Olsa) [846702] | |
- [tools] perf/events: Add flag to produce nsec output (Jiri Olsa) [846702] | |
- [tools] perf: Have perf use the new libtraceevent.a library (Jiri Olsa) [846702] | |
- [tools] perf: Build libtraceevent.a (Jiri Olsa) [846702] | |
- [tools] perf: Separate out trace-cmd parse-events from perf files (Jiri Olsa) [846702] | |
- [tools] perf script: Rename struct event to struct event_format in perl engine (Jiri Olsa) [846702] | |
- [tools] perf script: Explicitly handle known default print arg type (Jiri Olsa) [846702] | |
- [tools] Add Makefile.include (Jiri Olsa) [846702] | |
- [tools] parse-event: Fix memset pointer size bug in handle (Jiri Olsa) [846702] | |
- [tools] parse-events: Allow '*' and '/' operations in TP_printk (Jiri Olsa) [846702] | |
- [tools] parse-events: Support '+' opcode in print format (Jiri Olsa) [846702] | |
- [tools] parse-events: Let pevent_free() take a NULL pointer (Jiri Olsa) [846702] | |
- [tools] parse-events: Handle opcode parsing error (Jiri Olsa) [846702] | |
- [tools] parse-events: Handle invalid opcode parsing gracefully (Jiri Olsa) [846702] | |
- [tools] perf/events: Correct size given to memset (Jiri Olsa) [846702] | |
- [tools] perf/events: Add flag/symbol format_flags (Jiri Olsa) [846702] | |
- [tools] events: Update tools/lib/traceevent to work with perf (Jiri Olsa) [846702] | |
- [tools] events: Add files to create libtraceevent.a (Jiri Olsa) [846702] | |
- [netdrv] cxgb4: Fix (nearly-)kernel-doc comments for various functions (Jay Fenlason) [847356] | |
- [netdrv] cxgb4: Remove casts to same type (Jay Fenlason) [847356] | |
- [netdrv] cxgb4: DB Drop Recovery for RDMA and LLD queues (Jay Fenlason) [847356] | |
- [netdrv] cxgb4: Common platform specific changes for DB Drop Recovery (Jay Fenlason) [847356] | |
- [netdrv] cxgb4: Detect DB FULL events and notify RDMA ULD (Jay Fenlason) [847356] | |
- [netdrv] cxgb4: unify return value of .ndo_set_mac_address if address is invalid (Jay Fenlason) [847356] | |
- [netdrv] cxgb4: Add support for Chelsio's T480-CR and T440-LP-CR adapters (Jay Fenlason) [847356] | |
- [x86] mce: Disable error thresholding bank 4 on some AMD models (Frank Arnold) [823617] | |
- [x86] bitops: Move BIT_64 for a wider use (Frank Arnold) [823617] | |
- [x86] mce_amd: Hide interrupt_enable sysfs node (Frank Arnold) [823617] | |
- [x86] mce_amd: Make APIC LVT thresholding interrupt optional (Frank Arnold) [823617] | |
- [s390] kernel: incorrect task size after fork of a 31 bit process (Hendrik Brueckner) [845133] | |
- [net] sock: delete unnecessary call of sk_alloc_size() (Weiping Pan) [850736] | |
* Wed Aug 22 2012 Jarod Wilson <[email protected]> [2.6.32-301.el6] | |
- [tracing] kprobes: Fix KABI break caused by new #include (Jiri Olsa) [786489] | |
- [tools] perf: Enable the probe command (Jiri Olsa) [786489] | |
- [tracing] Modify is_delete, is_return from int to bool (Jiri Olsa) [786489] | |
- [tracing] kprobes: Rename probe_* to trace_probe_* (Jiri Olsa) [786489] | |
- [tracing] ftrace, kprobes: Fix not to delete probes if in use (Jiri Olsa) [786489] | |
- [tracing] kprobes: Fix kprobe-tracer to support stack trace (Jiri Olsa) [786489] | |
- [kernel] stack_trace: Add weak save_stack_trace_regs() (Jiri Olsa) [786489] | |
- [x86] Swap save_stack_trace_regs parameters (Jiri Olsa) [786489] | |
- [tracing] kprobes: Fix kprobe selftest for gcc 4.6 (Jiri Olsa) [786489] | |
- [tracing] kprobes: Fix common misspellings (Jiri Olsa) [786489] | |
- [tracing] kprobes: Fix NULL pointer deref check (Jiri Olsa) [786489] | |
- [tracing] kprobes: Add bitfield type (Jiri Olsa) [786489] | |
- [tracing] kprobes: Support longer (>128 bytes) command (Jiri Olsa) [786489] | |
- [tracing] kprobes: Cleanup strict_strtol() using code (Jiri Olsa) [786489] | |
- [tracing] kprobes: Fix handling of C-unlike argument names (Jiri Olsa) [786489] | |
- [tracing] kprobes: Fix handling of argument names (Jiri Olsa) [786489] | |
- [tracing] kprobes: Fix a memory leak in error case (Jiri Olsa) [786489] | |
- [tracing] kprobes: fix printk typo 'faild' (Jiri Olsa) [786489] | |
- [tracing] kprobes: unregister_trace_probe needs to be called under mutex (Jiri Olsa) [786489] | |
- [tracing] perf, kprobes: Remove duplicate includes from many files (Jiri Olsa) [786489] | |
- [tracing] kprobes: Support "string" type (Jiri Olsa) [786489] | |
- [tracing] kprobes: Support basic types on dynamic events (Jiri Olsa) [786489] | |
- [tracing] Fix typo of info text in trace_kprobe.c (Jiri Olsa) [786489] | |
- [tracing] kprobes: Fix probe parsing (Jiri Olsa) [786489] | |
- [tracing] kprobes: Cleanup unused return value of tracing functions (Jiri Olsa) [786489] | |
- [tracing] perf: Factorize trace events raw sample buffer operations (Jiri Olsa) [786489] | |
- [tracing] kprobes: Update kprobe tracing self test for new syntax (Jiri Olsa) [786489] | |
- [tracing] kprobes: Drop function argument access syntax (Jiri Olsa) [786489] | |
- [tracing] kprobes: Show sign of fields in trace_kprobe format files (Jiri Olsa) [786489] | |
- [tracing] kprobes: Check new event/group name (Jiri Olsa) [786489] | |
- [tracing] kprobes: Fix field creation's bad error handling (Jiri Olsa) [786489] | |
- [tracing] kprobes: Support delete probe syntax (Jiri Olsa) [786489] | |
- [tracing] kprobes: Fix a memory leak bug and check kstrdup() return value (Jiri Olsa) [786489] | |
- [tracing] kprobes: Don't output zero offset (Jiri Olsa) [786489] | |
- [tracing] kprobes: Always show group name (Jiri Olsa) [786489] | |
- [tracing] kprobes: Fix memory leak (Jiri Olsa) [786489] | |
- [tracing] perf, kprobes: Fix lock recursion (Jiri Olsa) [786489] | |
- [tracing] kprobes: Rename Kprobe-tracer to kprobe-event (Jiri Olsa) [786489] | |
- [tracing] kprobes: Compare both of event-name and event-group to find probe (Jiri Olsa) [786489] | |
- [tracing] kprobes: Add failure messages for debugging (Jiri Olsa) [786489] | |
- [tracing] kprobes: Update kprobe-tracer selftest against new syntax (Jiri Olsa) [786489] | |
- [tracing] kprobes: Robustify fixed field names against variable field names conflicts (Jiri Olsa) [786489] | |
- [tracing] kprobes: Avoid field name confliction (Jiri Olsa) [786489] | |
- [tracing] kprobes: Make special variable names more self-explainable (Jiri Olsa) [786489] | |
- [tracing] kprobes: Remove '$ra' special variable (Jiri Olsa) [786489] | |
- [tracing] kprobes: Add $ prefix to special variables (Jiri Olsa) [786489] | |
- [tracing] kprobes: Use global event perf buffers in kprobe tracer (Jiri Olsa) [786489] | |
- [tracing] kprobes: Merge conflicts changes (Jiri Olsa) [786489] | |
- [tracing] kprobes: Disable kprobe events by default after creation (Jiri Olsa) [786489] | |
- [tracing] kprobes: Fix profiling alignment for perf_counter buffer (Jiri Olsa) [786489] | |
- [tracing] kprobes: Add probe handler dispatcher to support perf and ftrace concurrent use (Jiri Olsa) [786489] | |
- [tracing] kprobes: Fix trace_probe registration order (Jiri Olsa) [786489] | |
- [tracing] kprobes: Support custom subsystem for each kprobe event (Jiri Olsa) [786489] | |
- [tracing] kprobes: Show event name in trace output (Jiri Olsa) [786489] | |
- [tracing] kprobes: Add argument name support (Jiri Olsa) [786489] | |
- [tracing] kprobes: Add event profiling support (Jiri Olsa) [786489] | |
- [tracing] kprobes: Cleanup kprobe tracer code. (Jiri Olsa) [786489] | |
- [tracing] kprobes: Fix probe offset to be unsigned (Jiri Olsa) [786489] | |
- [tracing] kprobes: Merge conflicts changes (Jiri Olsa) [786489] | |
- [tracing] kprobes: Change trace_arg to probe_arg (Jiri Olsa) [786489] | |
- [tracing] kprobes: Fix format typo in trace_kprobes (Jiri Olsa) [786489] | |
- [tracing] kprobes: Add kprobes event profiling interface (Jiri Olsa) [786489] | |
- [tracing] kprobes: tracer assigns new event ids for each event (Jiri Olsa) [786489] | |
- [tracing] Generate names for each kprobe event automatically (Jiri Olsa) [786489] | |
- [tracing] Kprobe-tracer supports more than 6 arguments (Jiri Olsa) [786489] | |
- [tracing] Add kprobe-based event tracer documentation (Jiri Olsa) [786489] | |
- [tracing] Add kprobe-based event tracer (Jiri Olsa) [786489] | |
- [x86] ptrace: Fix regs_get_argument_nth() to add correct offset (Jiri Olsa) [786489] | |
- [x86] Add pt_regs register and stack access APIs (Jiri Olsa) [786489] | |
- [net] sched/act_mirred: do not drop packets when fails to mirror it (Jason Wang) [846585] | |
- [net] sched: fix race in mirred device removal (Jason Wang) [846585] | |
- [net] sched: printk message severity (Jason Wang) [846585] | |
- [net] sched: act_mirred cleanup (Jason Wang) [846585] | |
- [kernel] events: Fix double start/stop in x86_pmu_start() (Jerome Marchand) [803900] | |
- [kernel] events: Fix broken interrupt rate throttling (Jerome Marchand) [803900] | |
- [kernel] events: Avoid a useless pmu_disable() in the perf-tick (Jerome Marchand) [803900] | |
- [input] wacom: add support for Bamboo Pen ID 0xd4 (Aristeu Rozanski) [798796] | |
- [input] wacom: add Intuos5 Touch Ring/ExpressKey support (Aristeu Rozanski) [841611] | |
- [input] wacom: add basic Intuos5 support (Aristeu Rozanski) [841611] | |
- [virt] virtio: Use ida to allocate virtio index (Asias He) [844542] | |
- [virt] kvm: apply kvmclock offset to guest wall clock time (Marcelo Tosatti) [817243] | |
- [virt] kvm: Fix PCI header check on device assignment (Alex Williamson) [829031] | |
- [virt] kvm: Don't save/restore MSR_IA32_PERF_STATUS (Karen Noel) [816308] | |
- [s390] kernel: CPU idle vs CPU hotplug (Hendrik Brueckner) [845132] | |
- [powerpc] pseries/iommu: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment